composer.lock 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471
  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": "52c2d7f576aaa24ebd91400d895ccd5d",
  8. "packages": [
  9. {
  10. "name": "psr/container",
  11. "version": "1.0.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/php-fig/container.git",
  15. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  20. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "type": "library",
  27. "extra": {
  28. "branch-alias": {
  29. "dev-master": "1.0.x-dev"
  30. }
  31. },
  32. "autoload": {
  33. "psr-4": {
  34. "Psr\\Container\\": "src/"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "PHP-FIG",
  44. "homepage": "http://www.php-fig.org/"
  45. }
  46. ],
  47. "description": "Common Container Interface (PHP FIG PSR-11)",
  48. "homepage": "https://github.com/php-fig/container",
  49. "keywords": [
  50. "PSR-11",
  51. "container",
  52. "container-interface",
  53. "container-interop",
  54. "psr"
  55. ],
  56. "time": "2017-02-14T16:28:37+00:00"
  57. },
  58. {
  59. "name": "symfony/console",
  60. "version": "v5.0.7",
  61. "source": {
  62. "type": "git",
  63. "url": "https://github.com/symfony/console.git",
  64. "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935"
  65. },
  66. "dist": {
  67. "type": "zip",
  68. "url": "https://api.github.com/repos/symfony/console/zipball/5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
  69. "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
  70. "shasum": ""
  71. },
  72. "require": {
  73. "php": "^7.2.5",
  74. "symfony/polyfill-mbstring": "~1.0",
  75. "symfony/polyfill-php73": "^1.8",
  76. "symfony/service-contracts": "^1.1|^2"
  77. },
  78. "conflict": {
  79. "symfony/dependency-injection": "<4.4",
  80. "symfony/event-dispatcher": "<4.4",
  81. "symfony/lock": "<4.4",
  82. "symfony/process": "<4.4"
  83. },
  84. "provide": {
  85. "psr/log-implementation": "1.0"
  86. },
  87. "require-dev": {
  88. "psr/log": "~1.0",
  89. "symfony/config": "^4.4|^5.0",
  90. "symfony/dependency-injection": "^4.4|^5.0",
  91. "symfony/event-dispatcher": "^4.4|^5.0",
  92. "symfony/lock": "^4.4|^5.0",
  93. "symfony/process": "^4.4|^5.0",
  94. "symfony/var-dumper": "^4.4|^5.0"
  95. },
  96. "suggest": {
  97. "psr/log": "For using the console logger",
  98. "symfony/event-dispatcher": "",
  99. "symfony/lock": "",
  100. "symfony/process": ""
  101. },
  102. "type": "library",
  103. "extra": {
  104. "branch-alias": {
  105. "dev-master": "5.0-dev"
  106. }
  107. },
  108. "autoload": {
  109. "psr-4": {
  110. "Symfony\\Component\\Console\\": ""
  111. },
  112. "exclude-from-classmap": [
  113. "/Tests/"
  114. ]
  115. },
  116. "notification-url": "https://packagist.org/downloads/",
  117. "license": [
  118. "MIT"
  119. ],
  120. "authors": [
  121. {
  122. "name": "Fabien Potencier",
  123. "email": "fabien@symfony.com"
  124. },
  125. {
  126. "name": "Symfony Community",
  127. "homepage": "https://symfony.com/contributors"
  128. }
  129. ],
  130. "description": "Symfony Console Component",
  131. "homepage": "https://symfony.com",
  132. "time": "2020-03-30T11:42:42+00:00"
  133. },
  134. {
  135. "name": "symfony/filesystem",
  136. "version": "v5.0.7",
  137. "source": {
  138. "type": "git",
  139. "url": "https://github.com/symfony/filesystem.git",
  140. "reference": "ca3b87dd09fff9b771731637f5379965fbfab420"
  141. },
  142. "dist": {
  143. "type": "zip",
  144. "url": "https://api.github.com/repos/symfony/filesystem/zipball/ca3b87dd09fff9b771731637f5379965fbfab420",
  145. "reference": "ca3b87dd09fff9b771731637f5379965fbfab420",
  146. "shasum": ""
  147. },
  148. "require": {
  149. "php": "^7.2.5",
  150. "symfony/polyfill-ctype": "~1.8"
  151. },
  152. "type": "library",
  153. "extra": {
  154. "branch-alias": {
  155. "dev-master": "5.0-dev"
  156. }
  157. },
  158. "autoload": {
  159. "psr-4": {
  160. "Symfony\\Component\\Filesystem\\": ""
  161. },
  162. "exclude-from-classmap": [
  163. "/Tests/"
  164. ]
  165. },
  166. "notification-url": "https://packagist.org/downloads/",
  167. "license": [
  168. "MIT"
  169. ],
  170. "authors": [
  171. {
  172. "name": "Fabien Potencier",
  173. "email": "fabien@symfony.com"
  174. },
  175. {
  176. "name": "Symfony Community",
  177. "homepage": "https://symfony.com/contributors"
  178. }
  179. ],
  180. "description": "Symfony Filesystem Component",
  181. "homepage": "https://symfony.com",
  182. "time": "2020-03-27T16:56:45+00:00"
  183. },
  184. {
  185. "name": "symfony/polyfill-ctype",
  186. "version": "v1.15.0",
  187. "source": {
  188. "type": "git",
  189. "url": "https://github.com/symfony/polyfill-ctype.git",
  190. "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
  191. },
  192. "dist": {
  193. "type": "zip",
  194. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
  195. "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
  196. "shasum": ""
  197. },
  198. "require": {
  199. "php": ">=5.3.3"
  200. },
  201. "suggest": {
  202. "ext-ctype": "For best performance"
  203. },
  204. "type": "library",
  205. "extra": {
  206. "branch-alias": {
  207. "dev-master": "1.15-dev"
  208. }
  209. },
  210. "autoload": {
  211. "psr-4": {
  212. "Symfony\\Polyfill\\Ctype\\": ""
  213. },
  214. "files": [
  215. "bootstrap.php"
  216. ]
  217. },
  218. "notification-url": "https://packagist.org/downloads/",
  219. "license": [
  220. "MIT"
  221. ],
  222. "authors": [
  223. {
  224. "name": "Gert de Pagter",
  225. "email": "BackEndTea@gmail.com"
  226. },
  227. {
  228. "name": "Symfony Community",
  229. "homepage": "https://symfony.com/contributors"
  230. }
  231. ],
  232. "description": "Symfony polyfill for ctype functions",
  233. "homepage": "https://symfony.com",
  234. "keywords": [
  235. "compatibility",
  236. "ctype",
  237. "polyfill",
  238. "portable"
  239. ],
  240. "funding": [
  241. {
  242. "url": "https://symfony.com/sponsor",
  243. "type": "custom"
  244. },
  245. {
  246. "url": "https://github.com/fabpot",
  247. "type": "github"
  248. },
  249. {
  250. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  251. "type": "tidelift"
  252. }
  253. ],
  254. "time": "2020-02-27T09:26:54+00:00"
  255. },
  256. {
  257. "name": "symfony/polyfill-mbstring",
  258. "version": "v1.15.0",
  259. "source": {
  260. "type": "git",
  261. "url": "https://github.com/symfony/polyfill-mbstring.git",
  262. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
  263. },
  264. "dist": {
  265. "type": "zip",
  266. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  267. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  268. "shasum": ""
  269. },
  270. "require": {
  271. "php": ">=5.3.3"
  272. },
  273. "suggest": {
  274. "ext-mbstring": "For best performance"
  275. },
  276. "type": "library",
  277. "extra": {
  278. "branch-alias": {
  279. "dev-master": "1.15-dev"
  280. }
  281. },
  282. "autoload": {
  283. "psr-4": {
  284. "Symfony\\Polyfill\\Mbstring\\": ""
  285. },
  286. "files": [
  287. "bootstrap.php"
  288. ]
  289. },
  290. "notification-url": "https://packagist.org/downloads/",
  291. "license": [
  292. "MIT"
  293. ],
  294. "authors": [
  295. {
  296. "name": "Nicolas Grekas",
  297. "email": "p@tchwork.com"
  298. },
  299. {
  300. "name": "Symfony Community",
  301. "homepage": "https://symfony.com/contributors"
  302. }
  303. ],
  304. "description": "Symfony polyfill for the Mbstring extension",
  305. "homepage": "https://symfony.com",
  306. "keywords": [
  307. "compatibility",
  308. "mbstring",
  309. "polyfill",
  310. "portable",
  311. "shim"
  312. ],
  313. "funding": [
  314. {
  315. "url": "https://symfony.com/sponsor",
  316. "type": "custom"
  317. },
  318. {
  319. "url": "https://github.com/fabpot",
  320. "type": "github"
  321. },
  322. {
  323. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  324. "type": "tidelift"
  325. }
  326. ],
  327. "time": "2020-03-09T19:04:49+00:00"
  328. },
  329. {
  330. "name": "symfony/polyfill-php73",
  331. "version": "v1.15.0",
  332. "source": {
  333. "type": "git",
  334. "url": "https://github.com/symfony/polyfill-php73.git",
  335. "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7"
  336. },
  337. "dist": {
  338. "type": "zip",
  339. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
  340. "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
  341. "shasum": ""
  342. },
  343. "require": {
  344. "php": ">=5.3.3"
  345. },
  346. "type": "library",
  347. "extra": {
  348. "branch-alias": {
  349. "dev-master": "1.15-dev"
  350. }
  351. },
  352. "autoload": {
  353. "psr-4": {
  354. "Symfony\\Polyfill\\Php73\\": ""
  355. },
  356. "files": [
  357. "bootstrap.php"
  358. ],
  359. "classmap": [
  360. "Resources/stubs"
  361. ]
  362. },
  363. "notification-url": "https://packagist.org/downloads/",
  364. "license": [
  365. "MIT"
  366. ],
  367. "authors": [
  368. {
  369. "name": "Nicolas Grekas",
  370. "email": "p@tchwork.com"
  371. },
  372. {
  373. "name": "Symfony Community",
  374. "homepage": "https://symfony.com/contributors"
  375. }
  376. ],
  377. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  378. "homepage": "https://symfony.com",
  379. "keywords": [
  380. "compatibility",
  381. "polyfill",
  382. "portable",
  383. "shim"
  384. ],
  385. "funding": [
  386. {
  387. "url": "https://symfony.com/sponsor",
  388. "type": "custom"
  389. },
  390. {
  391. "url": "https://github.com/fabpot",
  392. "type": "github"
  393. },
  394. {
  395. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  396. "type": "tidelift"
  397. }
  398. ],
  399. "time": "2020-02-27T09:26:54+00:00"
  400. },
  401. {
  402. "name": "symfony/service-contracts",
  403. "version": "v2.0.1",
  404. "source": {
  405. "type": "git",
  406. "url": "https://github.com/symfony/service-contracts.git",
  407. "reference": "144c5e51266b281231e947b51223ba14acf1a749"
  408. },
  409. "dist": {
  410. "type": "zip",
  411. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
  412. "reference": "144c5e51266b281231e947b51223ba14acf1a749",
  413. "shasum": ""
  414. },
  415. "require": {
  416. "php": "^7.2.5",
  417. "psr/container": "^1.0"
  418. },
  419. "suggest": {
  420. "symfony/service-implementation": ""
  421. },
  422. "type": "library",
  423. "extra": {
  424. "branch-alias": {
  425. "dev-master": "2.0-dev"
  426. }
  427. },
  428. "autoload": {
  429. "psr-4": {
  430. "Symfony\\Contracts\\Service\\": ""
  431. }
  432. },
  433. "notification-url": "https://packagist.org/downloads/",
  434. "license": [
  435. "MIT"
  436. ],
  437. "authors": [
  438. {
  439. "name": "Nicolas Grekas",
  440. "email": "p@tchwork.com"
  441. },
  442. {
  443. "name": "Symfony Community",
  444. "homepage": "https://symfony.com/contributors"
  445. }
  446. ],
  447. "description": "Generic abstractions related to writing services",
  448. "homepage": "https://symfony.com",
  449. "keywords": [
  450. "abstractions",
  451. "contracts",
  452. "decoupling",
  453. "interfaces",
  454. "interoperability",
  455. "standards"
  456. ],
  457. "time": "2019-11-18T17:27:11+00:00"
  458. }
  459. ],
  460. "packages-dev": [],
  461. "aliases": [],
  462. "minimum-stability": "stable",
  463. "stability-flags": [],
  464. "prefer-stable": false,
  465. "prefer-lowest": false,
  466. "platform": {
  467. "php": ">=5.5.0"
  468. },
  469. "platform-dev": [],
  470. "plugin-api-version": "1.1.0"
  471. }