composer.lock 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  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": "4cc1821f9af1271c77bb9a8bebc26138",
  8. "content-hash": "ef7080989caee6eaf6daf11732a5bb86",
  9. "packages": [],
  10. "packages-dev": [
  11. {
  12. "name": "doctrine/cache",
  13. "version": "v1.6.1",
  14. "source": {
  15. "type": "git",
  16. "url": "https://github.com/doctrine/cache.git",
  17. "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
  18. },
  19. "dist": {
  20. "type": "zip",
  21. "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
  22. "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
  23. "shasum": ""
  24. },
  25. "require": {
  26. "php": "~5.5|~7.0"
  27. },
  28. "conflict": {
  29. "doctrine/common": ">2.2,<2.4"
  30. },
  31. "require-dev": {
  32. "phpunit/phpunit": "~4.8|~5.0",
  33. "predis/predis": "~1.0",
  34. "satooshi/php-coveralls": "~0.6"
  35. },
  36. "type": "library",
  37. "extra": {
  38. "branch-alias": {
  39. "dev-master": "1.6.x-dev"
  40. }
  41. },
  42. "autoload": {
  43. "psr-4": {
  44. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  45. }
  46. },
  47. "notification-url": "https://packagist.org/downloads/",
  48. "license": [
  49. "MIT"
  50. ],
  51. "authors": [
  52. {
  53. "name": "Roman Borschel",
  54. "email": "roman@code-factory.org"
  55. },
  56. {
  57. "name": "Benjamin Eberlei",
  58. "email": "kontakt@beberlei.de"
  59. },
  60. {
  61. "name": "Guilherme Blanco",
  62. "email": "guilhermeblanco@gmail.com"
  63. },
  64. {
  65. "name": "Jonathan Wage",
  66. "email": "jonwage@gmail.com"
  67. },
  68. {
  69. "name": "Johannes Schmitt",
  70. "email": "schmittjoh@gmail.com"
  71. }
  72. ],
  73. "description": "Caching library offering an object-oriented API for many cache backends",
  74. "homepage": "http://www.doctrine-project.org",
  75. "keywords": [
  76. "cache",
  77. "caching"
  78. ],
  79. "time": "2016-10-29 11:16:17"
  80. },
  81. {
  82. "name": "psr/cache",
  83. "version": "1.0.1",
  84. "source": {
  85. "type": "git",
  86. "url": "https://github.com/php-fig/cache.git",
  87. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  88. },
  89. "dist": {
  90. "type": "zip",
  91. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  92. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  93. "shasum": ""
  94. },
  95. "require": {
  96. "php": ">=5.3.0"
  97. },
  98. "type": "library",
  99. "extra": {
  100. "branch-alias": {
  101. "dev-master": "1.0.x-dev"
  102. }
  103. },
  104. "autoload": {
  105. "psr-4": {
  106. "Psr\\Cache\\": "src/"
  107. }
  108. },
  109. "notification-url": "https://packagist.org/downloads/",
  110. "license": [
  111. "MIT"
  112. ],
  113. "authors": [
  114. {
  115. "name": "PHP-FIG",
  116. "homepage": "http://www.php-fig.org/"
  117. }
  118. ],
  119. "description": "Common interface for caching libraries",
  120. "keywords": [
  121. "cache",
  122. "psr",
  123. "psr-6"
  124. ],
  125. "time": "2016-08-06 20:24:11"
  126. },
  127. {
  128. "name": "psr/log",
  129. "version": "1.0.2",
  130. "source": {
  131. "type": "git",
  132. "url": "https://github.com/php-fig/log.git",
  133. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  134. },
  135. "dist": {
  136. "type": "zip",
  137. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  138. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  139. "shasum": ""
  140. },
  141. "require": {
  142. "php": ">=5.3.0"
  143. },
  144. "type": "library",
  145. "extra": {
  146. "branch-alias": {
  147. "dev-master": "1.0.x-dev"
  148. }
  149. },
  150. "autoload": {
  151. "psr-4": {
  152. "Psr\\Log\\": "Psr/Log/"
  153. }
  154. },
  155. "notification-url": "https://packagist.org/downloads/",
  156. "license": [
  157. "MIT"
  158. ],
  159. "authors": [
  160. {
  161. "name": "PHP-FIG",
  162. "homepage": "http://www.php-fig.org/"
  163. }
  164. ],
  165. "description": "Common interface for logging libraries",
  166. "homepage": "https://github.com/php-fig/log",
  167. "keywords": [
  168. "log",
  169. "psr",
  170. "psr-3"
  171. ],
  172. "time": "2016-10-10 12:19:37"
  173. },
  174. {
  175. "name": "symfony/cache",
  176. "version": "v3.1.7",
  177. "source": {
  178. "type": "git",
  179. "url": "https://github.com/symfony/cache.git",
  180. "reference": "0f5881c9b8a03cef13fdee381f8ee623d0429cf4"
  181. },
  182. "dist": {
  183. "type": "zip",
  184. "url": "https://api.github.com/repos/symfony/cache/zipball/0f5881c9b8a03cef13fdee381f8ee623d0429cf4",
  185. "reference": "0f5881c9b8a03cef13fdee381f8ee623d0429cf4",
  186. "shasum": ""
  187. },
  188. "require": {
  189. "php": ">=5.5.9",
  190. "psr/cache": "~1.0",
  191. "psr/log": "~1.0"
  192. },
  193. "provide": {
  194. "psr/cache-implementation": "1.0"
  195. },
  196. "require-dev": {
  197. "cache/integration-tests": "dev-master",
  198. "doctrine/cache": "~1.6",
  199. "predis/predis": "~1.0"
  200. },
  201. "suggest": {
  202. "symfony/polyfill-apcu": "For using ApcuAdapter on HHVM"
  203. },
  204. "type": "library",
  205. "extra": {
  206. "branch-alias": {
  207. "dev-master": "3.1-dev"
  208. }
  209. },
  210. "autoload": {
  211. "psr-4": {
  212. "Symfony\\Component\\Cache\\": ""
  213. },
  214. "exclude-from-classmap": [
  215. "/Tests/"
  216. ]
  217. },
  218. "notification-url": "https://packagist.org/downloads/",
  219. "license": [
  220. "MIT"
  221. ],
  222. "authors": [
  223. {
  224. "name": "Nicolas Grekas",
  225. "email": "p@tchwork.com"
  226. },
  227. {
  228. "name": "Symfony Community",
  229. "homepage": "https://symfony.com/contributors"
  230. }
  231. ],
  232. "description": "Symfony implementation of PSR-6",
  233. "homepage": "https://symfony.com",
  234. "keywords": [
  235. "caching",
  236. "psr6"
  237. ],
  238. "time": "2016-11-09 14:09:05"
  239. }
  240. ],
  241. "aliases": [],
  242. "minimum-stability": "stable",
  243. "stability-flags": [],
  244. "prefer-stable": false,
  245. "prefer-lowest": false,
  246. "platform": {
  247. "php": ">=5.3.0"
  248. },
  249. "platform-dev": []
  250. }