composer.lock 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570
  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": "a47ed7fe21ccca95f49cff0e9e3b871e",
  8. "packages": [
  9. {
  10. "name": "paragonie/random_compat",
  11. "version": "v9.99.99",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/paragonie/random_compat.git",
  15. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  20. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "4.*|5.*",
  28. "vimeo/psalm": "^1"
  29. },
  30. "suggest": {
  31. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  32. },
  33. "type": "library",
  34. "notification-url": "https://packagist.org/downloads/",
  35. "license": [
  36. "MIT"
  37. ],
  38. "authors": [
  39. {
  40. "name": "Paragon Initiative Enterprises",
  41. "email": "security@paragonie.com",
  42. "homepage": "https://paragonie.com"
  43. }
  44. ],
  45. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  46. "keywords": [
  47. "csprng",
  48. "polyfill",
  49. "pseudorandom",
  50. "random"
  51. ],
  52. "time": "2018-07-02T15:55:56+00:00"
  53. },
  54. {
  55. "name": "psr/cache",
  56. "version": "1.0.1",
  57. "source": {
  58. "type": "git",
  59. "url": "https://github.com/php-fig/cache.git",
  60. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  61. },
  62. "dist": {
  63. "type": "zip",
  64. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  65. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  66. "shasum": ""
  67. },
  68. "require": {
  69. "php": ">=5.3.0"
  70. },
  71. "type": "library",
  72. "extra": {
  73. "branch-alias": {
  74. "dev-master": "1.0.x-dev"
  75. }
  76. },
  77. "autoload": {
  78. "psr-4": {
  79. "Psr\\Cache\\": "src/"
  80. }
  81. },
  82. "notification-url": "https://packagist.org/downloads/",
  83. "license": [
  84. "MIT"
  85. ],
  86. "authors": [
  87. {
  88. "name": "PHP-FIG",
  89. "homepage": "http://www.php-fig.org/"
  90. }
  91. ],
  92. "description": "Common interface for caching libraries",
  93. "keywords": [
  94. "cache",
  95. "psr",
  96. "psr-6"
  97. ],
  98. "time": "2016-08-06T20:24:11+00:00"
  99. },
  100. {
  101. "name": "psr/container",
  102. "version": "1.0.0",
  103. "source": {
  104. "type": "git",
  105. "url": "https://github.com/php-fig/container.git",
  106. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  107. },
  108. "dist": {
  109. "type": "zip",
  110. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  111. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  112. "shasum": ""
  113. },
  114. "require": {
  115. "php": ">=5.3.0"
  116. },
  117. "type": "library",
  118. "extra": {
  119. "branch-alias": {
  120. "dev-master": "1.0.x-dev"
  121. }
  122. },
  123. "autoload": {
  124. "psr-4": {
  125. "Psr\\Container\\": "src/"
  126. }
  127. },
  128. "notification-url": "https://packagist.org/downloads/",
  129. "license": [
  130. "MIT"
  131. ],
  132. "authors": [
  133. {
  134. "name": "PHP-FIG",
  135. "homepage": "http://www.php-fig.org/"
  136. }
  137. ],
  138. "description": "Common Container Interface (PHP FIG PSR-11)",
  139. "homepage": "https://github.com/php-fig/container",
  140. "keywords": [
  141. "PSR-11",
  142. "container",
  143. "container-interface",
  144. "container-interop",
  145. "psr"
  146. ],
  147. "time": "2017-02-14T16:28:37+00:00"
  148. },
  149. {
  150. "name": "psr/log",
  151. "version": "1.1.3",
  152. "source": {
  153. "type": "git",
  154. "url": "https://github.com/php-fig/log.git",
  155. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  156. },
  157. "dist": {
  158. "type": "zip",
  159. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  160. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  161. "shasum": ""
  162. },
  163. "require": {
  164. "php": ">=5.3.0"
  165. },
  166. "type": "library",
  167. "extra": {
  168. "branch-alias": {
  169. "dev-master": "1.1.x-dev"
  170. }
  171. },
  172. "autoload": {
  173. "psr-4": {
  174. "Psr\\Log\\": "Psr/Log/"
  175. }
  176. },
  177. "notification-url": "https://packagist.org/downloads/",
  178. "license": [
  179. "MIT"
  180. ],
  181. "authors": [
  182. {
  183. "name": "PHP-FIG",
  184. "homepage": "http://www.php-fig.org/"
  185. }
  186. ],
  187. "description": "Common interface for logging libraries",
  188. "homepage": "https://github.com/php-fig/log",
  189. "keywords": [
  190. "log",
  191. "psr",
  192. "psr-3"
  193. ],
  194. "time": "2020-03-23T09:12:05+00:00"
  195. },
  196. {
  197. "name": "symfony/cache",
  198. "version": "v4.4.7",
  199. "source": {
  200. "type": "git",
  201. "url": "https://github.com/symfony/cache.git",
  202. "reference": "f777b570291aebe51081b9827e05f3a747665e87"
  203. },
  204. "dist": {
  205. "type": "zip",
  206. "url": "https://api.github.com/repos/symfony/cache/zipball/f777b570291aebe51081b9827e05f3a747665e87",
  207. "reference": "f777b570291aebe51081b9827e05f3a747665e87",
  208. "shasum": ""
  209. },
  210. "require": {
  211. "php": "^7.1.3",
  212. "psr/cache": "~1.0",
  213. "psr/log": "~1.0",
  214. "symfony/cache-contracts": "^1.1.7|^2",
  215. "symfony/service-contracts": "^1.1|^2",
  216. "symfony/var-exporter": "^4.2|^5.0"
  217. },
  218. "conflict": {
  219. "doctrine/dbal": "<2.5",
  220. "symfony/dependency-injection": "<3.4",
  221. "symfony/http-kernel": "<4.4",
  222. "symfony/var-dumper": "<4.4"
  223. },
  224. "provide": {
  225. "psr/cache-implementation": "1.0",
  226. "psr/simple-cache-implementation": "1.0",
  227. "symfony/cache-implementation": "1.0"
  228. },
  229. "require-dev": {
  230. "cache/integration-tests": "dev-master",
  231. "doctrine/cache": "~1.6",
  232. "doctrine/dbal": "~2.5",
  233. "predis/predis": "~1.1",
  234. "psr/simple-cache": "^1.0",
  235. "symfony/config": "^4.2|^5.0",
  236. "symfony/dependency-injection": "^3.4|^4.1|^5.0",
  237. "symfony/var-dumper": "^4.4|^5.0"
  238. },
  239. "type": "library",
  240. "extra": {
  241. "branch-alias": {
  242. "dev-master": "4.4-dev"
  243. }
  244. },
  245. "autoload": {
  246. "psr-4": {
  247. "Symfony\\Component\\Cache\\": ""
  248. },
  249. "exclude-from-classmap": [
  250. "/Tests/"
  251. ]
  252. },
  253. "notification-url": "https://packagist.org/downloads/",
  254. "license": [
  255. "MIT"
  256. ],
  257. "authors": [
  258. {
  259. "name": "Nicolas Grekas",
  260. "email": "p@tchwork.com"
  261. },
  262. {
  263. "name": "Symfony Community",
  264. "homepage": "https://symfony.com/contributors"
  265. }
  266. ],
  267. "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
  268. "homepage": "https://symfony.com",
  269. "keywords": [
  270. "caching",
  271. "psr6"
  272. ],
  273. "time": "2020-03-27T16:54:36+00:00"
  274. },
  275. {
  276. "name": "symfony/cache-contracts",
  277. "version": "v2.0.1",
  278. "source": {
  279. "type": "git",
  280. "url": "https://github.com/symfony/cache-contracts.git",
  281. "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16"
  282. },
  283. "dist": {
  284. "type": "zip",
  285. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
  286. "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
  287. "shasum": ""
  288. },
  289. "require": {
  290. "php": "^7.2.5",
  291. "psr/cache": "^1.0"
  292. },
  293. "suggest": {
  294. "symfony/cache-implementation": ""
  295. },
  296. "type": "library",
  297. "extra": {
  298. "branch-alias": {
  299. "dev-master": "2.0-dev"
  300. }
  301. },
  302. "autoload": {
  303. "psr-4": {
  304. "Symfony\\Contracts\\Cache\\": ""
  305. }
  306. },
  307. "notification-url": "https://packagist.org/downloads/",
  308. "license": [
  309. "MIT"
  310. ],
  311. "authors": [
  312. {
  313. "name": "Nicolas Grekas",
  314. "email": "p@tchwork.com"
  315. },
  316. {
  317. "name": "Symfony Community",
  318. "homepage": "https://symfony.com/contributors"
  319. }
  320. ],
  321. "description": "Generic abstractions related to caching",
  322. "homepage": "https://symfony.com",
  323. "keywords": [
  324. "abstractions",
  325. "contracts",
  326. "decoupling",
  327. "interfaces",
  328. "interoperability",
  329. "standards"
  330. ],
  331. "time": "2019-11-18T17:27:11+00:00"
  332. },
  333. {
  334. "name": "symfony/expression-language",
  335. "version": "v3.4.39",
  336. "source": {
  337. "type": "git",
  338. "url": "https://github.com/symfony/expression-language.git",
  339. "reference": "206165f46c660f3231df0afbdeec6a62f81afc59"
  340. },
  341. "dist": {
  342. "type": "zip",
  343. "url": "https://api.github.com/repos/symfony/expression-language/zipball/206165f46c660f3231df0afbdeec6a62f81afc59",
  344. "reference": "206165f46c660f3231df0afbdeec6a62f81afc59",
  345. "shasum": ""
  346. },
  347. "require": {
  348. "php": "^5.5.9|>=7.0.8",
  349. "symfony/cache": "~3.1|~4.0",
  350. "symfony/polyfill-php70": "~1.6"
  351. },
  352. "type": "library",
  353. "extra": {
  354. "branch-alias": {
  355. "dev-master": "3.4-dev"
  356. }
  357. },
  358. "autoload": {
  359. "psr-4": {
  360. "Symfony\\Component\\ExpressionLanguage\\": ""
  361. },
  362. "exclude-from-classmap": [
  363. "/Tests/"
  364. ]
  365. },
  366. "notification-url": "https://packagist.org/downloads/",
  367. "license": [
  368. "MIT"
  369. ],
  370. "authors": [
  371. {
  372. "name": "Fabien Potencier",
  373. "email": "fabien@symfony.com"
  374. },
  375. {
  376. "name": "Symfony Community",
  377. "homepage": "https://symfony.com/contributors"
  378. }
  379. ],
  380. "description": "Symfony ExpressionLanguage Component",
  381. "homepage": "https://symfony.com",
  382. "time": "2020-03-16T08:31:04+00:00"
  383. },
  384. {
  385. "name": "symfony/polyfill-php70",
  386. "version": "v1.15.0",
  387. "source": {
  388. "type": "git",
  389. "url": "https://github.com/symfony/polyfill-php70.git",
  390. "reference": "2a18e37a489803559284416df58c71ccebe50bf0"
  391. },
  392. "dist": {
  393. "type": "zip",
  394. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/2a18e37a489803559284416df58c71ccebe50bf0",
  395. "reference": "2a18e37a489803559284416df58c71ccebe50bf0",
  396. "shasum": ""
  397. },
  398. "require": {
  399. "paragonie/random_compat": "~1.0|~2.0|~9.99",
  400. "php": ">=5.3.3"
  401. },
  402. "type": "library",
  403. "extra": {
  404. "branch-alias": {
  405. "dev-master": "1.15-dev"
  406. }
  407. },
  408. "autoload": {
  409. "psr-4": {
  410. "Symfony\\Polyfill\\Php70\\": ""
  411. },
  412. "files": [
  413. "bootstrap.php"
  414. ],
  415. "classmap": [
  416. "Resources/stubs"
  417. ]
  418. },
  419. "notification-url": "https://packagist.org/downloads/",
  420. "license": [
  421. "MIT"
  422. ],
  423. "authors": [
  424. {
  425. "name": "Nicolas Grekas",
  426. "email": "p@tchwork.com"
  427. },
  428. {
  429. "name": "Symfony Community",
  430. "homepage": "https://symfony.com/contributors"
  431. }
  432. ],
  433. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  434. "homepage": "https://symfony.com",
  435. "keywords": [
  436. "compatibility",
  437. "polyfill",
  438. "portable",
  439. "shim"
  440. ],
  441. "time": "2020-02-27T09:26:54+00:00"
  442. },
  443. {
  444. "name": "symfony/service-contracts",
  445. "version": "v2.0.1",
  446. "source": {
  447. "type": "git",
  448. "url": "https://github.com/symfony/service-contracts.git",
  449. "reference": "144c5e51266b281231e947b51223ba14acf1a749"
  450. },
  451. "dist": {
  452. "type": "zip",
  453. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
  454. "reference": "144c5e51266b281231e947b51223ba14acf1a749",
  455. "shasum": ""
  456. },
  457. "require": {
  458. "php": "^7.2.5",
  459. "psr/container": "^1.0"
  460. },
  461. "suggest": {
  462. "symfony/service-implementation": ""
  463. },
  464. "type": "library",
  465. "extra": {
  466. "branch-alias": {
  467. "dev-master": "2.0-dev"
  468. }
  469. },
  470. "autoload": {
  471. "psr-4": {
  472. "Symfony\\Contracts\\Service\\": ""
  473. }
  474. },
  475. "notification-url": "https://packagist.org/downloads/",
  476. "license": [
  477. "MIT"
  478. ],
  479. "authors": [
  480. {
  481. "name": "Nicolas Grekas",
  482. "email": "p@tchwork.com"
  483. },
  484. {
  485. "name": "Symfony Community",
  486. "homepage": "https://symfony.com/contributors"
  487. }
  488. ],
  489. "description": "Generic abstractions related to writing services",
  490. "homepage": "https://symfony.com",
  491. "keywords": [
  492. "abstractions",
  493. "contracts",
  494. "decoupling",
  495. "interfaces",
  496. "interoperability",
  497. "standards"
  498. ],
  499. "time": "2019-11-18T17:27:11+00:00"
  500. },
  501. {
  502. "name": "symfony/var-exporter",
  503. "version": "v5.0.7",
  504. "source": {
  505. "type": "git",
  506. "url": "https://github.com/symfony/var-exporter.git",
  507. "reference": "ffd29a70370e466343e33154b5df197a07a13afa"
  508. },
  509. "dist": {
  510. "type": "zip",
  511. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/ffd29a70370e466343e33154b5df197a07a13afa",
  512. "reference": "ffd29a70370e466343e33154b5df197a07a13afa",
  513. "shasum": ""
  514. },
  515. "require": {
  516. "php": "^7.2.5"
  517. },
  518. "require-dev": {
  519. "symfony/var-dumper": "^4.4|^5.0"
  520. },
  521. "type": "library",
  522. "extra": {
  523. "branch-alias": {
  524. "dev-master": "5.0-dev"
  525. }
  526. },
  527. "autoload": {
  528. "psr-4": {
  529. "Symfony\\Component\\VarExporter\\": ""
  530. },
  531. "exclude-from-classmap": [
  532. "/Tests/"
  533. ]
  534. },
  535. "notification-url": "https://packagist.org/downloads/",
  536. "license": [
  537. "MIT"
  538. ],
  539. "authors": [
  540. {
  541. "name": "Nicolas Grekas",
  542. "email": "p@tchwork.com"
  543. },
  544. {
  545. "name": "Symfony Community",
  546. "homepage": "https://symfony.com/contributors"
  547. }
  548. ],
  549. "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
  550. "homepage": "https://symfony.com",
  551. "keywords": [
  552. "clone",
  553. "construct",
  554. "export",
  555. "hydrate",
  556. "instantiate",
  557. "serialize"
  558. ],
  559. "time": "2020-03-27T16:56:45+00:00"
  560. }
  561. ],
  562. "packages-dev": [],
  563. "aliases": [],
  564. "minimum-stability": "stable",
  565. "stability-flags": [],
  566. "prefer-stable": false,
  567. "prefer-lowest": false,
  568. "platform": [],
  569. "platform-dev": []
  570. }