You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

composer.lock 5.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "34ba1ee29e7da50cfa0368e8481b4129",
  8. "content-hash": "02d3f2e11c8d0dfcb553d546c5a43dd2",
  9. "packages": [
  10. {
  11. "name": "luticate/utils",
  12. "version": "0.1.1",
  13. "source": {
  14. "type": "git",
  15. "url": "https://git.rthoni.com/luticate/utils.git",
  16. "reference": "8965564e6a6b329918ba7e4e9ebcfc9e98f71edc"
  17. },
  18. "type": "library",
  19. "autoload": {
  20. "psr-4": {
  21. "Luticate\\": "src/"
  22. }
  23. },
  24. "authors": [
  25. {
  26. "name": "Robin THONI",
  27. "email": "robin@rthoni.com"
  28. }
  29. ],
  30. "description": "Luticate user management system utils",
  31. "time": "2015-11-12 14:55:00"
  32. },
  33. {
  34. "name": "twig/twig",
  35. "version": "v1.23.1",
  36. "source": {
  37. "type": "git",
  38. "url": "https://github.com/twigphp/Twig.git",
  39. "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6"
  40. },
  41. "dist": {
  42. "type": "zip",
  43. "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
  44. "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6",
  45. "shasum": ""
  46. },
  47. "require": {
  48. "php": ">=5.2.7"
  49. },
  50. "require-dev": {
  51. "symfony/debug": "~2.7",
  52. "symfony/phpunit-bridge": "~2.7"
  53. },
  54. "type": "library",
  55. "extra": {
  56. "branch-alias": {
  57. "dev-master": "1.23-dev"
  58. }
  59. },
  60. "autoload": {
  61. "psr-0": {
  62. "Twig_": "lib/"
  63. }
  64. },
  65. "notification-url": "https://packagist.org/downloads/",
  66. "license": [
  67. "BSD-3-Clause"
  68. ],
  69. "authors": [
  70. {
  71. "name": "Fabien Potencier",
  72. "email": "fabien@symfony.com",
  73. "homepage": "http://fabien.potencier.org",
  74. "role": "Lead Developer"
  75. },
  76. {
  77. "name": "Armin Ronacher",
  78. "email": "armin.ronacher@active-4.com",
  79. "role": "Project Founder"
  80. },
  81. {
  82. "name": "Twig Team",
  83. "homepage": "http://twig.sensiolabs.org/contributors",
  84. "role": "Contributors"
  85. }
  86. ],
  87. "description": "Twig, the flexible, fast, and secure template language for PHP",
  88. "homepage": "http://twig.sensiolabs.org",
  89. "keywords": [
  90. "templating"
  91. ],
  92. "time": "2015-11-05 12:49:06"
  93. },
  94. {
  95. "name": "vlucas/phpdotenv",
  96. "version": "v1.1.1",
  97. "source": {
  98. "type": "git",
  99. "url": "https://github.com/vlucas/phpdotenv.git",
  100. "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa"
  101. },
  102. "dist": {
  103. "type": "zip",
  104. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
  105. "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa",
  106. "shasum": ""
  107. },
  108. "require": {
  109. "php": ">=5.3.2"
  110. },
  111. "require-dev": {
  112. "phpunit/phpunit": "~4.0"
  113. },
  114. "type": "library",
  115. "autoload": {
  116. "psr-0": {
  117. "Dotenv": "src/"
  118. }
  119. },
  120. "notification-url": "https://packagist.org/downloads/",
  121. "license": [
  122. "BSD"
  123. ],
  124. "authors": [
  125. {
  126. "name": "Vance Lucas",
  127. "email": "vance@vancelucas.com",
  128. "homepage": "http://www.vancelucas.com"
  129. }
  130. ],
  131. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  132. "homepage": "http://github.com/vlucas/phpdotenv",
  133. "keywords": [
  134. "dotenv",
  135. "env",
  136. "environment"
  137. ],
  138. "time": "2015-05-30 15:59:26"
  139. }
  140. ],
  141. "packages-dev": [],
  142. "aliases": [],
  143. "minimum-stability": "stable",
  144. "stability-flags": [],
  145. "prefer-stable": false,
  146. "prefer-lowest": false,
  147. "platform": [],
  148. "platform-dev": []
  149. }