composer.lock 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "ad3d92940cbe9604869c10dad2c04d3f",
  8. "packages": [
  9. {
  10. "name": "phpoption/phpoption",
  11. "version": "1.5.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/schmittjoh/php-option.git",
  15. "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
  20. "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "4.7.*"
  28. },
  29. "type": "library",
  30. "extra": {
  31. "branch-alias": {
  32. "dev-master": "1.3-dev"
  33. }
  34. },
  35. "autoload": {
  36. "psr-0": {
  37. "PhpOption\\": "src/"
  38. }
  39. },
  40. "notification-url": "https://packagist.org/downloads/",
  41. "license": [
  42. "Apache2"
  43. ],
  44. "authors": [
  45. {
  46. "name": "Johannes M. Schmitt",
  47. "email": "schmittjoh@gmail.com"
  48. }
  49. ],
  50. "description": "Option Type for PHP",
  51. "keywords": [
  52. "language",
  53. "option",
  54. "php",
  55. "type"
  56. ],
  57. "time": "2015-07-25T16:39:46+00:00"
  58. },
  59. {
  60. "name": "symfony/polyfill-ctype",
  61. "version": "v1.11.0",
  62. "source": {
  63. "type": "git",
  64. "url": "https://github.com/symfony/polyfill-ctype.git",
  65. "reference": "82ebae02209c21113908c229e9883c419720738a"
  66. },
  67. "dist": {
  68. "type": "zip",
  69. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
  70. "reference": "82ebae02209c21113908c229e9883c419720738a",
  71. "shasum": ""
  72. },
  73. "require": {
  74. "php": ">=5.3.3"
  75. },
  76. "suggest": {
  77. "ext-ctype": "For best performance"
  78. },
  79. "type": "library",
  80. "extra": {
  81. "branch-alias": {
  82. "dev-master": "1.11-dev"
  83. }
  84. },
  85. "autoload": {
  86. "psr-4": {
  87. "Symfony\\Polyfill\\Ctype\\": ""
  88. },
  89. "files": [
  90. "bootstrap.php"
  91. ]
  92. },
  93. "notification-url": "https://packagist.org/downloads/",
  94. "license": [
  95. "MIT"
  96. ],
  97. "authors": [
  98. {
  99. "name": "Symfony Community",
  100. "homepage": "https://symfony.com/contributors"
  101. },
  102. {
  103. "name": "Gert de Pagter",
  104. "email": "BackEndTea@gmail.com"
  105. }
  106. ],
  107. "description": "Symfony polyfill for ctype functions",
  108. "homepage": "https://symfony.com",
  109. "keywords": [
  110. "compatibility",
  111. "ctype",
  112. "polyfill",
  113. "portable"
  114. ],
  115. "time": "2019-02-06T07:57:58+00:00"
  116. },
  117. {
  118. "name": "vlucas/phpdotenv",
  119. "version": "3.3.x-dev",
  120. "source": {
  121. "type": "git",
  122. "url": "https://github.com/vlucas/phpdotenv.git",
  123. "reference": "dbcc609971dd9b55f48b8008b553d79fd372ddde"
  124. },
  125. "dist": {
  126. "type": "zip",
  127. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/dbcc609971dd9b55f48b8008b553d79fd372ddde",
  128. "reference": "dbcc609971dd9b55f48b8008b553d79fd372ddde",
  129. "shasum": ""
  130. },
  131. "require": {
  132. "php": "^5.4 || ^7.0",
  133. "phpoption/phpoption": "^1.5",
  134. "symfony/polyfill-ctype": "^1.9"
  135. },
  136. "require-dev": {
  137. "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0"
  138. },
  139. "type": "library",
  140. "extra": {
  141. "branch-alias": {
  142. "dev-master": "3.3-dev"
  143. }
  144. },
  145. "autoload": {
  146. "psr-4": {
  147. "Dotenv\\": "src/"
  148. }
  149. },
  150. "notification-url": "https://packagist.org/downloads/",
  151. "license": [
  152. "BSD-3-Clause"
  153. ],
  154. "authors": [
  155. {
  156. "name": "Vance Lucas",
  157. "email": "vance@vancelucas.com",
  158. "homepage": "http://www.vancelucas.com"
  159. }
  160. ],
  161. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  162. "keywords": [
  163. "dotenv",
  164. "env",
  165. "environment"
  166. ],
  167. "time": "2019-03-06T09:39:45+00:00"
  168. }
  169. ],
  170. "packages-dev": [],
  171. "aliases": [],
  172. "minimum-stability": "stable",
  173. "stability-flags": {
  174. "vlucas/phpdotenv": 20
  175. },
  176. "prefer-stable": false,
  177. "prefer-lowest": false,
  178. "platform": [],
  179. "platform-dev": []
  180. }