composer.lock 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330
  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": "cc6f9640996dfad00a5b03a8be01a571",
  8. "packages": [
  9. {
  10. "name": "composer/ca-bundle",
  11. "version": "1.2.6",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/composer/ca-bundle.git",
  15. "reference": "47fe531de31fca4a1b997f87308e7d7804348f7e"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/47fe531de31fca4a1b997f87308e7d7804348f7e",
  20. "reference": "47fe531de31fca4a1b997f87308e7d7804348f7e",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-openssl": "*",
  25. "ext-pcre": "*",
  26. "php": "^5.3.2 || ^7.0 || ^8.0"
  27. },
  28. "require-dev": {
  29. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
  30. "psr/log": "^1.0",
  31. "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
  32. },
  33. "type": "library",
  34. "extra": {
  35. "branch-alias": {
  36. "dev-master": "1.x-dev"
  37. }
  38. },
  39. "autoload": {
  40. "psr-4": {
  41. "Composer\\CaBundle\\": "src"
  42. }
  43. },
  44. "notification-url": "https://packagist.org/downloads/",
  45. "license": [
  46. "MIT"
  47. ],
  48. "authors": [
  49. {
  50. "name": "Jordi Boggiano",
  51. "email": "j.boggiano@seld.be",
  52. "homepage": "http://seld.be"
  53. }
  54. ],
  55. "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
  56. "keywords": [
  57. "cabundle",
  58. "cacert",
  59. "certificate",
  60. "ssl",
  61. "tls"
  62. ],
  63. "time": "2020-01-13T10:02:55+00:00"
  64. },
  65. {
  66. "name": "composer/semver",
  67. "version": "1.5.1",
  68. "source": {
  69. "type": "git",
  70. "url": "https://github.com/composer/semver.git",
  71. "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
  72. },
  73. "dist": {
  74. "type": "zip",
  75. "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
  76. "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
  77. "shasum": ""
  78. },
  79. "require": {
  80. "php": "^5.3.2 || ^7.0"
  81. },
  82. "require-dev": {
  83. "phpunit/phpunit": "^4.5 || ^5.0.5"
  84. },
  85. "type": "library",
  86. "extra": {
  87. "branch-alias": {
  88. "dev-master": "1.x-dev"
  89. }
  90. },
  91. "autoload": {
  92. "psr-4": {
  93. "Composer\\Semver\\": "src"
  94. }
  95. },
  96. "notification-url": "https://packagist.org/downloads/",
  97. "license": [
  98. "MIT"
  99. ],
  100. "authors": [
  101. {
  102. "name": "Nils Adermann",
  103. "email": "naderman@naderman.de",
  104. "homepage": "http://www.naderman.de"
  105. },
  106. {
  107. "name": "Jordi Boggiano",
  108. "email": "j.boggiano@seld.be",
  109. "homepage": "http://seld.be"
  110. },
  111. {
  112. "name": "Rob Bast",
  113. "email": "rob.bast@gmail.com",
  114. "homepage": "http://robbast.nl"
  115. }
  116. ],
  117. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  118. "keywords": [
  119. "semantic",
  120. "semver",
  121. "validation",
  122. "versioning"
  123. ],
  124. "time": "2020-01-13T12:06:48+00:00"
  125. },
  126. {
  127. "name": "composer/spdx-licenses",
  128. "version": "1.5.3",
  129. "source": {
  130. "type": "git",
  131. "url": "https://github.com/composer/spdx-licenses.git",
  132. "reference": "0c3e51e1880ca149682332770e25977c70cf9dae"
  133. },
  134. "dist": {
  135. "type": "zip",
  136. "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/0c3e51e1880ca149682332770e25977c70cf9dae",
  137. "reference": "0c3e51e1880ca149682332770e25977c70cf9dae",
  138. "shasum": ""
  139. },
  140. "require": {
  141. "php": "^5.3.2 || ^7.0 || ^8.0"
  142. },
  143. "require-dev": {
  144. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
  145. },
  146. "type": "library",
  147. "extra": {
  148. "branch-alias": {
  149. "dev-master": "1.x-dev"
  150. }
  151. },
  152. "autoload": {
  153. "psr-4": {
  154. "Composer\\Spdx\\": "src"
  155. }
  156. },
  157. "notification-url": "https://packagist.org/downloads/",
  158. "license": [
  159. "MIT"
  160. ],
  161. "authors": [
  162. {
  163. "name": "Nils Adermann",
  164. "email": "naderman@naderman.de",
  165. "homepage": "http://www.naderman.de"
  166. },
  167. {
  168. "name": "Jordi Boggiano",
  169. "email": "j.boggiano@seld.be",
  170. "homepage": "http://seld.be"
  171. },
  172. {
  173. "name": "Rob Bast",
  174. "email": "rob.bast@gmail.com",
  175. "homepage": "http://robbast.nl"
  176. }
  177. ],
  178. "description": "SPDX licenses list and validation library.",
  179. "keywords": [
  180. "license",
  181. "spdx",
  182. "validator"
  183. ],
  184. "time": "2020-02-14T07:44:31+00:00"
  185. },
  186. {
  187. "name": "composer/xdebug-handler",
  188. "version": "1.4.0",
  189. "source": {
  190. "type": "git",
  191. "url": "https://github.com/composer/xdebug-handler.git",
  192. "reference": "cbe23383749496fe0f373345208b79568e4bc248"
  193. },
  194. "dist": {
  195. "type": "zip",
  196. "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/cbe23383749496fe0f373345208b79568e4bc248",
  197. "reference": "cbe23383749496fe0f373345208b79568e4bc248",
  198. "shasum": ""
  199. },
  200. "require": {
  201. "php": "^5.3.2 || ^7.0 || ^8.0",
  202. "psr/log": "^1.0"
  203. },
  204. "require-dev": {
  205. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
  206. },
  207. "type": "library",
  208. "autoload": {
  209. "psr-4": {
  210. "Composer\\XdebugHandler\\": "src"
  211. }
  212. },
  213. "notification-url": "https://packagist.org/downloads/",
  214. "license": [
  215. "MIT"
  216. ],
  217. "authors": [
  218. {
  219. "name": "John Stevenson",
  220. "email": "john-stevenson@blueyonder.co.uk"
  221. }
  222. ],
  223. "description": "Restarts a process without Xdebug.",
  224. "keywords": [
  225. "Xdebug",
  226. "performance"
  227. ],
  228. "support": {
  229. "irc": "irc://irc.freenode.org/composer",
  230. "issues": "https://github.com/composer/xdebug-handler/issues",
  231. "source": "https://github.com/composer/xdebug-handler/tree/1.4.0"
  232. },
  233. "time": "2019-11-06T16:40:04+00:00"
  234. },
  235. {
  236. "name": "justinrainbow/json-schema",
  237. "version": "5.2.9",
  238. "source": {
  239. "type": "git",
  240. "url": "https://github.com/justinrainbow/json-schema.git",
  241. "reference": "44c6787311242a979fa15c704327c20e7221a0e4"
  242. },
  243. "dist": {
  244. "type": "zip",
  245. "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/44c6787311242a979fa15c704327c20e7221a0e4",
  246. "reference": "44c6787311242a979fa15c704327c20e7221a0e4",
  247. "shasum": ""
  248. },
  249. "require": {
  250. "php": ">=5.3.3"
  251. },
  252. "require-dev": {
  253. "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
  254. "json-schema/json-schema-test-suite": "1.2.0",
  255. "phpunit/phpunit": "^4.8.35"
  256. },
  257. "bin": [
  258. "bin/validate-json"
  259. ],
  260. "type": "library",
  261. "extra": {
  262. "branch-alias": {
  263. "dev-master": "5.0.x-dev"
  264. }
  265. },
  266. "autoload": {
  267. "psr-4": {
  268. "JsonSchema\\": "src/JsonSchema/"
  269. }
  270. },
  271. "notification-url": "https://packagist.org/downloads/",
  272. "license": [
  273. "MIT"
  274. ],
  275. "authors": [
  276. {
  277. "name": "Bruno Prieto Reis",
  278. "email": "bruno.p.reis@gmail.com"
  279. },
  280. {
  281. "name": "Justin Rainbow",
  282. "email": "justin.rainbow@gmail.com"
  283. },
  284. {
  285. "name": "Igor Wiedler",
  286. "email": "igor@wiedler.ch"
  287. },
  288. {
  289. "name": "Robert Schönthal",
  290. "email": "seroscho@googlemail.com"
  291. }
  292. ],
  293. "description": "A library to validate a json schema.",
  294. "homepage": "https://github.com/justinrainbow/json-schema",
  295. "keywords": [
  296. "json",
  297. "schema"
  298. ],
  299. "support": {
  300. "issues": "https://github.com/justinrainbow/json-schema/issues",
  301. "source": "https://github.com/justinrainbow/json-schema/tree/5.2.9"
  302. },
  303. "time": "2019-09-25T14:49:45+00:00"
  304. },
  305. {
  306. "name": "psr/log",
  307. "version": "1.1.2",
  308. "source": {
  309. "type": "git",
  310. "url": "https://github.com/php-fig/log.git",
  311. "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
  312. },
  313. "dist": {
  314. "type": "zip",
  315. "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
  316. "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
  317. "shasum": ""
  318. },
  319. "require": {
  320. "php": ">=5.3.0"
  321. },
  322. "type": "library",
  323. "extra": {
  324. "branch-alias": {
  325. "dev-master": "1.1.x-dev"
  326. }
  327. },
  328. "autoload": {
  329. "psr-4": {
  330. "Psr\\Log\\": "Psr/Log/"
  331. }
  332. },
  333. "notification-url": "https://packagist.org/downloads/",
  334. "license": [
  335. "MIT"
  336. ],
  337. "authors": [
  338. {
  339. "name": "PHP-FIG",
  340. "homepage": "http://www.php-fig.org/"
  341. }
  342. ],
  343. "description": "Common interface for logging libraries",
  344. "homepage": "https://github.com/php-fig/log",
  345. "keywords": [
  346. "log",
  347. "psr",
  348. "psr-3"
  349. ],
  350. "support": {
  351. "source": "https://github.com/php-fig/log/tree/1.1.2"
  352. },
  353. "time": "2019-11-01T11:05:21+00:00"
  354. },
  355. {
  356. "name": "seld/jsonlint",
  357. "version": "1.7.2",
  358. "source": {
  359. "type": "git",
  360. "url": "https://github.com/Seldaek/jsonlint.git",
  361. "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19"
  362. },
  363. "dist": {
  364. "type": "zip",
  365. "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/e2e5d290e4d2a4f0eb449f510071392e00e10d19",
  366. "reference": "e2e5d290e4d2a4f0eb449f510071392e00e10d19",
  367. "shasum": ""
  368. },
  369. "require": {
  370. "php": "^5.3 || ^7.0"
  371. },
  372. "require-dev": {
  373. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  374. },
  375. "bin": [
  376. "bin/jsonlint"
  377. ],
  378. "type": "library",
  379. "autoload": {
  380. "psr-4": {
  381. "Seld\\JsonLint\\": "src/Seld/JsonLint/"
  382. }
  383. },
  384. "notification-url": "https://packagist.org/downloads/",
  385. "license": [
  386. "MIT"
  387. ],
  388. "authors": [
  389. {
  390. "name": "Jordi Boggiano",
  391. "email": "j.boggiano@seld.be",
  392. "homepage": "http://seld.be"
  393. }
  394. ],
  395. "description": "JSON Linter",
  396. "keywords": [
  397. "json",
  398. "linter",
  399. "parser",
  400. "validator"
  401. ],
  402. "support": {
  403. "issues": "https://github.com/Seldaek/jsonlint/issues",
  404. "source": "https://github.com/Seldaek/jsonlint/tree/1.7.2"
  405. },
  406. "time": "2019-10-24T14:27:39+00:00"
  407. },
  408. {
  409. "name": "seld/phar-utils",
  410. "version": "1.0.2",
  411. "source": {
  412. "type": "git",
  413. "url": "https://github.com/Seldaek/phar-utils.git",
  414. "reference": "84715761c35808076b00908a20317a3a8a67d17e"
  415. },
  416. "dist": {
  417. "type": "zip",
  418. "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/84715761c35808076b00908a20317a3a8a67d17e",
  419. "reference": "84715761c35808076b00908a20317a3a8a67d17e",
  420. "shasum": ""
  421. },
  422. "require": {
  423. "php": ">=5.3"
  424. },
  425. "type": "library",
  426. "extra": {
  427. "branch-alias": {
  428. "dev-master": "1.x-dev"
  429. }
  430. },
  431. "autoload": {
  432. "psr-4": {
  433. "Seld\\PharUtils\\": "src/"
  434. }
  435. },
  436. "notification-url": "https://packagist.org/downloads/",
  437. "license": [
  438. "MIT"
  439. ],
  440. "authors": [
  441. {
  442. "name": "Jordi Boggiano",
  443. "email": "j.boggiano@seld.be"
  444. }
  445. ],
  446. "description": "PHAR file format utilities, for when PHP phars you up",
  447. "keywords": [
  448. "phra"
  449. ],
  450. "time": "2020-01-13T10:41:09+00:00"
  451. },
  452. {
  453. "name": "symfony/console",
  454. "version": "v2.8.52",
  455. "source": {
  456. "type": "git",
  457. "url": "https://github.com/symfony/console.git",
  458. "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12"
  459. },
  460. "dist": {
  461. "type": "zip",
  462. "url": "https://api.github.com/repos/symfony/console/zipball/cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12",
  463. "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12",
  464. "shasum": ""
  465. },
  466. "require": {
  467. "php": ">=5.3.9",
  468. "symfony/debug": "^2.7.2|~3.0.0",
  469. "symfony/polyfill-mbstring": "~1.0"
  470. },
  471. "require-dev": {
  472. "psr/log": "~1.0",
  473. "symfony/event-dispatcher": "~2.1|~3.0.0",
  474. "symfony/process": "~2.1|~3.0.0"
  475. },
  476. "suggest": {
  477. "psr/log-implementation": "For using the console logger",
  478. "symfony/event-dispatcher": "",
  479. "symfony/process": ""
  480. },
  481. "type": "library",
  482. "extra": {
  483. "branch-alias": {
  484. "dev-master": "2.8-dev"
  485. }
  486. },
  487. "autoload": {
  488. "psr-4": {
  489. "Symfony\\Component\\Console\\": ""
  490. },
  491. "exclude-from-classmap": [
  492. "/Tests/"
  493. ]
  494. },
  495. "notification-url": "https://packagist.org/downloads/",
  496. "license": [
  497. "MIT"
  498. ],
  499. "authors": [
  500. {
  501. "name": "Fabien Potencier",
  502. "email": "fabien@symfony.com"
  503. },
  504. {
  505. "name": "Symfony Community",
  506. "homepage": "https://symfony.com/contributors"
  507. }
  508. ],
  509. "description": "Symfony Console Component",
  510. "homepage": "https://symfony.com",
  511. "support": {
  512. "source": "https://github.com/symfony/console/tree/v2.8.52"
  513. },
  514. "time": "2018-11-20T15:55:20+00:00"
  515. },
  516. {
  517. "name": "symfony/debug",
  518. "version": "v2.8.52",
  519. "source": {
  520. "type": "git",
  521. "url": "https://github.com/symfony/debug.git",
  522. "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0"
  523. },
  524. "dist": {
  525. "type": "zip",
  526. "url": "https://api.github.com/repos/symfony/debug/zipball/74251c8d50dd3be7c4ce0c7b862497cdc641a5d0",
  527. "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0",
  528. "shasum": ""
  529. },
  530. "require": {
  531. "php": ">=5.3.9",
  532. "psr/log": "~1.0"
  533. },
  534. "conflict": {
  535. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  536. },
  537. "require-dev": {
  538. "symfony/class-loader": "~2.2|~3.0.0",
  539. "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
  540. },
  541. "type": "library",
  542. "extra": {
  543. "branch-alias": {
  544. "dev-master": "2.8-dev"
  545. }
  546. },
  547. "autoload": {
  548. "psr-4": {
  549. "Symfony\\Component\\Debug\\": ""
  550. },
  551. "exclude-from-classmap": [
  552. "/Tests/"
  553. ]
  554. },
  555. "notification-url": "https://packagist.org/downloads/",
  556. "license": [
  557. "MIT"
  558. ],
  559. "authors": [
  560. {
  561. "name": "Fabien Potencier",
  562. "email": "fabien@symfony.com"
  563. },
  564. {
  565. "name": "Symfony Community",
  566. "homepage": "https://symfony.com/contributors"
  567. }
  568. ],
  569. "description": "Symfony Debug Component",
  570. "homepage": "https://symfony.com",
  571. "support": {
  572. "source": "https://github.com/symfony/debug/tree/v2.8.50"
  573. },
  574. "time": "2018-11-11T11:18:13+00:00"
  575. },
  576. {
  577. "name": "symfony/filesystem",
  578. "version": "v2.8.52",
  579. "source": {
  580. "type": "git",
  581. "url": "https://github.com/symfony/filesystem.git",
  582. "reference": "7ae46872dad09dffb7fe1e93a0937097339d0080"
  583. },
  584. "dist": {
  585. "type": "zip",
  586. "url": "https://api.github.com/repos/symfony/filesystem/zipball/7ae46872dad09dffb7fe1e93a0937097339d0080",
  587. "reference": "7ae46872dad09dffb7fe1e93a0937097339d0080",
  588. "shasum": ""
  589. },
  590. "require": {
  591. "php": ">=5.3.9",
  592. "symfony/polyfill-ctype": "~1.8"
  593. },
  594. "type": "library",
  595. "extra": {
  596. "branch-alias": {
  597. "dev-master": "2.8-dev"
  598. }
  599. },
  600. "autoload": {
  601. "psr-4": {
  602. "Symfony\\Component\\Filesystem\\": ""
  603. },
  604. "exclude-from-classmap": [
  605. "/Tests/"
  606. ]
  607. },
  608. "notification-url": "https://packagist.org/downloads/",
  609. "license": [
  610. "MIT"
  611. ],
  612. "authors": [
  613. {
  614. "name": "Fabien Potencier",
  615. "email": "fabien@symfony.com"
  616. },
  617. {
  618. "name": "Symfony Community",
  619. "homepage": "https://symfony.com/contributors"
  620. }
  621. ],
  622. "description": "Symfony Filesystem Component",
  623. "homepage": "https://symfony.com",
  624. "support": {
  625. "source": "https://github.com/symfony/filesystem/tree/v2.8.52"
  626. },
  627. "time": "2018-11-11T11:18:13+00:00"
  628. },
  629. {
  630. "name": "symfony/finder",
  631. "version": "v2.8.52",
  632. "source": {
  633. "type": "git",
  634. "url": "https://github.com/symfony/finder.git",
  635. "reference": "1444eac52273e345d9b95129bf914639305a9ba4"
  636. },
  637. "dist": {
  638. "type": "zip",
  639. "url": "https://api.github.com/repos/symfony/finder/zipball/1444eac52273e345d9b95129bf914639305a9ba4",
  640. "reference": "1444eac52273e345d9b95129bf914639305a9ba4",
  641. "shasum": ""
  642. },
  643. "require": {
  644. "php": ">=5.3.9"
  645. },
  646. "type": "library",
  647. "extra": {
  648. "branch-alias": {
  649. "dev-master": "2.8-dev"
  650. }
  651. },
  652. "autoload": {
  653. "psr-4": {
  654. "Symfony\\Component\\Finder\\": ""
  655. },
  656. "exclude-from-classmap": [
  657. "/Tests/"
  658. ]
  659. },
  660. "notification-url": "https://packagist.org/downloads/",
  661. "license": [
  662. "MIT"
  663. ],
  664. "authors": [
  665. {
  666. "name": "Fabien Potencier",
  667. "email": "fabien@symfony.com"
  668. },
  669. {
  670. "name": "Symfony Community",
  671. "homepage": "https://symfony.com/contributors"
  672. }
  673. ],
  674. "description": "Symfony Finder Component",
  675. "homepage": "https://symfony.com",
  676. "support": {
  677. "source": "https://github.com/symfony/finder/tree/v2.8.50"
  678. },
  679. "time": "2018-11-11T11:18:13+00:00"
  680. },
  681. {
  682. "name": "symfony/polyfill-ctype",
  683. "version": "v1.14.0",
  684. "source": {
  685. "type": "git",
  686. "url": "https://github.com/symfony/polyfill-ctype.git",
  687. "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38"
  688. },
  689. "dist": {
  690. "type": "zip",
  691. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
  692. "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
  693. "shasum": ""
  694. },
  695. "require": {
  696. "php": ">=5.3.3"
  697. },
  698. "suggest": {
  699. "ext-ctype": "For best performance"
  700. },
  701. "type": "library",
  702. "extra": {
  703. "branch-alias": {
  704. "dev-master": "1.14-dev"
  705. }
  706. },
  707. "autoload": {
  708. "psr-4": {
  709. "Symfony\\Polyfill\\Ctype\\": ""
  710. },
  711. "files": [
  712. "bootstrap.php"
  713. ]
  714. },
  715. "notification-url": "https://packagist.org/downloads/",
  716. "license": [
  717. "MIT"
  718. ],
  719. "authors": [
  720. {
  721. "name": "Gert de Pagter",
  722. "email": "BackEndTea@gmail.com"
  723. },
  724. {
  725. "name": "Symfony Community",
  726. "homepage": "https://symfony.com/contributors"
  727. }
  728. ],
  729. "description": "Symfony polyfill for ctype functions",
  730. "homepage": "https://symfony.com",
  731. "keywords": [
  732. "compatibility",
  733. "ctype",
  734. "polyfill",
  735. "portable"
  736. ],
  737. "time": "2020-01-13T11:15:53+00:00"
  738. },
  739. {
  740. "name": "symfony/polyfill-mbstring",
  741. "version": "v1.14.0",
  742. "source": {
  743. "type": "git",
  744. "url": "https://github.com/symfony/polyfill-mbstring.git",
  745. "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2"
  746. },
  747. "dist": {
  748. "type": "zip",
  749. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2",
  750. "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2",
  751. "shasum": ""
  752. },
  753. "require": {
  754. "php": ">=5.3.3"
  755. },
  756. "suggest": {
  757. "ext-mbstring": "For best performance"
  758. },
  759. "type": "library",
  760. "extra": {
  761. "branch-alias": {
  762. "dev-master": "1.14-dev"
  763. }
  764. },
  765. "autoload": {
  766. "psr-4": {
  767. "Symfony\\Polyfill\\Mbstring\\": ""
  768. },
  769. "files": [
  770. "bootstrap.php"
  771. ]
  772. },
  773. "notification-url": "https://packagist.org/downloads/",
  774. "license": [
  775. "MIT"
  776. ],
  777. "authors": [
  778. {
  779. "name": "Nicolas Grekas",
  780. "email": "p@tchwork.com"
  781. },
  782. {
  783. "name": "Symfony Community",
  784. "homepage": "https://symfony.com/contributors"
  785. }
  786. ],
  787. "description": "Symfony polyfill for the Mbstring extension",
  788. "homepage": "https://symfony.com",
  789. "keywords": [
  790. "compatibility",
  791. "mbstring",
  792. "polyfill",
  793. "portable",
  794. "shim"
  795. ],
  796. "time": "2020-01-13T11:15:53+00:00"
  797. },
  798. {
  799. "name": "symfony/process",
  800. "version": "v2.8.52",
  801. "source": {
  802. "type": "git",
  803. "url": "https://github.com/symfony/process.git",
  804. "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8"
  805. },
  806. "dist": {
  807. "type": "zip",
  808. "url": "https://api.github.com/repos/symfony/process/zipball/c3591a09c78639822b0b290d44edb69bf9f05dc8",
  809. "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8",
  810. "shasum": ""
  811. },
  812. "require": {
  813. "php": ">=5.3.9"
  814. },
  815. "type": "library",
  816. "extra": {
  817. "branch-alias": {
  818. "dev-master": "2.8-dev"
  819. }
  820. },
  821. "autoload": {
  822. "psr-4": {
  823. "Symfony\\Component\\Process\\": ""
  824. },
  825. "exclude-from-classmap": [
  826. "/Tests/"
  827. ]
  828. },
  829. "notification-url": "https://packagist.org/downloads/",
  830. "license": [
  831. "MIT"
  832. ],
  833. "authors": [
  834. {
  835. "name": "Fabien Potencier",
  836. "email": "fabien@symfony.com"
  837. },
  838. {
  839. "name": "Symfony Community",
  840. "homepage": "https://symfony.com/contributors"
  841. }
  842. ],
  843. "description": "Symfony Process Component",
  844. "homepage": "https://symfony.com",
  845. "support": {
  846. "source": "https://github.com/symfony/process/tree/v2.8.50"
  847. },
  848. "time": "2018-11-11T11:18:13+00:00"
  849. }
  850. ],
  851. "packages-dev": [
  852. {
  853. "name": "doctrine/instantiator",
  854. "version": "1.0.5",
  855. "source": {
  856. "type": "git",
  857. "url": "https://github.com/doctrine/instantiator.git",
  858. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  859. },
  860. "dist": {
  861. "type": "zip",
  862. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  863. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  864. "shasum": ""
  865. },
  866. "require": {
  867. "php": ">=5.3,<8.0-DEV"
  868. },
  869. "require-dev": {
  870. "athletic/athletic": "~0.1.8",
  871. "ext-pdo": "*",
  872. "ext-phar": "*",
  873. "phpunit/phpunit": "~4.0",
  874. "squizlabs/php_codesniffer": "~2.0"
  875. },
  876. "type": "library",
  877. "extra": {
  878. "branch-alias": {
  879. "dev-master": "1.0.x-dev"
  880. }
  881. },
  882. "autoload": {
  883. "psr-4": {
  884. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  885. }
  886. },
  887. "notification-url": "https://packagist.org/downloads/",
  888. "license": [
  889. "MIT"
  890. ],
  891. "authors": [
  892. {
  893. "name": "Marco Pivetta",
  894. "email": "ocramius@gmail.com",
  895. "homepage": "http://ocramius.github.com/"
  896. }
  897. ],
  898. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  899. "homepage": "https://github.com/doctrine/instantiator",
  900. "keywords": [
  901. "constructor",
  902. "instantiate"
  903. ],
  904. "support": {
  905. "issues": "https://github.com/doctrine/instantiator/issues",
  906. "source": "https://github.com/doctrine/instantiator/tree/master"
  907. },
  908. "time": "2015-06-14T21:17:01+00:00"
  909. },
  910. {
  911. "name": "phpdocumentor/reflection-docblock",
  912. "version": "2.0.5",
  913. "source": {
  914. "type": "git",
  915. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  916. "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
  917. },
  918. "dist": {
  919. "type": "zip",
  920. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
  921. "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
  922. "shasum": ""
  923. },
  924. "require": {
  925. "php": ">=5.3.3"
  926. },
  927. "require-dev": {
  928. "phpunit/phpunit": "~4.0"
  929. },
  930. "suggest": {
  931. "dflydev/markdown": "~1.0",
  932. "erusev/parsedown": "~1.0"
  933. },
  934. "type": "library",
  935. "extra": {
  936. "branch-alias": {
  937. "dev-master": "2.0.x-dev"
  938. }
  939. },
  940. "autoload": {
  941. "psr-0": {
  942. "phpDocumentor": [
  943. "src/"
  944. ]
  945. }
  946. },
  947. "notification-url": "https://packagist.org/downloads/",
  948. "license": [
  949. "MIT"
  950. ],
  951. "time": "2016-01-25T08:17:30+00:00"
  952. },
  953. {
  954. "name": "phpspec/prophecy",
  955. "version": "v1.10.2",
  956. "source": {
  957. "type": "git",
  958. "url": "https://github.com/phpspec/prophecy.git",
  959. "reference": "b4400efc9d206e83138e2bb97ed7f5b14b831cd9"
  960. },
  961. "dist": {
  962. "type": "zip",
  963. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b4400efc9d206e83138e2bb97ed7f5b14b831cd9",
  964. "reference": "b4400efc9d206e83138e2bb97ed7f5b14b831cd9",
  965. "shasum": ""
  966. },
  967. "require": {
  968. "doctrine/instantiator": "^1.0.2",
  969. "php": "^5.3|^7.0",
  970. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
  971. "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
  972. "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
  973. },
  974. "require-dev": {
  975. "phpspec/phpspec": "^2.5 || ^3.2",
  976. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  977. },
  978. "type": "library",
  979. "extra": {
  980. "branch-alias": {
  981. "dev-master": "1.10.x-dev"
  982. }
  983. },
  984. "autoload": {
  985. "psr-4": {
  986. "Prophecy\\": "src/Prophecy"
  987. }
  988. },
  989. "notification-url": "https://packagist.org/downloads/",
  990. "license": [
  991. "MIT"
  992. ],
  993. "authors": [
  994. {
  995. "name": "Konstantin Kudryashov",
  996. "email": "ever.zet@gmail.com",
  997. "homepage": "http://everzet.com"
  998. },
  999. {
  1000. "name": "Marcello Duarte",
  1001. "email": "marcello.duarte@gmail.com"
  1002. }
  1003. ],
  1004. "description": "Highly opinionated mocking framework for PHP 5.3+",
  1005. "homepage": "https://github.com/phpspec/prophecy",
  1006. "keywords": [
  1007. "Double",
  1008. "Dummy",
  1009. "fake",
  1010. "mock",
  1011. "spy",
  1012. "stub"
  1013. ],
  1014. "time": "2020-01-20T15:57:02+00:00"
  1015. },
  1016. {
  1017. "name": "sebastian/comparator",
  1018. "version": "1.2.4",
  1019. "source": {
  1020. "type": "git",
  1021. "url": "https://github.com/sebastianbergmann/comparator.git",
  1022. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  1023. },
  1024. "dist": {
  1025. "type": "zip",
  1026. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1027. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1028. "shasum": ""
  1029. },
  1030. "require": {
  1031. "php": ">=5.3.3",
  1032. "sebastian/diff": "~1.2",
  1033. "sebastian/exporter": "~1.2 || ~2.0"
  1034. },
  1035. "require-dev": {
  1036. "phpunit/phpunit": "~4.4"
  1037. },
  1038. "type": "library",
  1039. "extra": {
  1040. "branch-alias": {
  1041. "dev-master": "1.2.x-dev"
  1042. }
  1043. },
  1044. "autoload": {
  1045. "classmap": [
  1046. "src/"
  1047. ]
  1048. },
  1049. "notification-url": "https://packagist.org/downloads/",
  1050. "license": [
  1051. "BSD-3-Clause"
  1052. ],
  1053. "authors": [
  1054. {
  1055. "name": "Jeff Welch",
  1056. "email": "whatthejeff@gmail.com"
  1057. },
  1058. {
  1059. "name": "Volker Dusch",
  1060. "email": "github@wallbash.com"
  1061. },
  1062. {
  1063. "name": "Bernhard Schussek",
  1064. "email": "bschussek@2bepublished.at"
  1065. },
  1066. {
  1067. "name": "Sebastian Bergmann",
  1068. "email": "sebastian@phpunit.de"
  1069. }
  1070. ],
  1071. "description": "Provides the functionality to compare PHP values for equality",
  1072. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1073. "keywords": [
  1074. "comparator",
  1075. "compare",
  1076. "equality"
  1077. ],
  1078. "time": "2017-01-29T09:50:25+00:00"
  1079. },
  1080. {
  1081. "name": "sebastian/diff",
  1082. "version": "1.4.3",
  1083. "source": {
  1084. "type": "git",
  1085. "url": "https://github.com/sebastianbergmann/diff.git",
  1086. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  1087. },
  1088. "dist": {
  1089. "type": "zip",
  1090. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1091. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1092. "shasum": ""
  1093. },
  1094. "require": {
  1095. "php": "^5.3.3 || ^7.0"
  1096. },
  1097. "require-dev": {
  1098. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  1099. },
  1100. "type": "library",
  1101. "extra": {
  1102. "branch-alias": {
  1103. "dev-master": "1.4-dev"
  1104. }
  1105. },
  1106. "autoload": {
  1107. "classmap": [
  1108. "src/"
  1109. ]
  1110. },
  1111. "notification-url": "https://packagist.org/downloads/",
  1112. "license": [
  1113. "BSD-3-Clause"
  1114. ],
  1115. "authors": [
  1116. {
  1117. "name": "Kore Nordmann",
  1118. "email": "mail@kore-nordmann.de"
  1119. },
  1120. {
  1121. "name": "Sebastian Bergmann",
  1122. "email": "sebastian@phpunit.de"
  1123. }
  1124. ],
  1125. "description": "Diff implementation",
  1126. "homepage": "https://github.com/sebastianbergmann/diff",
  1127. "keywords": [
  1128. "diff"
  1129. ],
  1130. "time": "2017-05-22T07:24:03+00:00"
  1131. },
  1132. {
  1133. "name": "sebastian/exporter",
  1134. "version": "2.0.0",
  1135. "source": {
  1136. "type": "git",
  1137. "url": "https://github.com/sebastianbergmann/exporter.git",
  1138. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
  1139. },
  1140. "dist": {
  1141. "type": "zip",
  1142. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  1143. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  1144. "shasum": ""
  1145. },
  1146. "require": {
  1147. "php": ">=5.3.3",
  1148. "sebastian/recursion-context": "~2.0"
  1149. },
  1150. "require-dev": {
  1151. "ext-mbstring": "*",
  1152. "phpunit/phpunit": "~4.4"
  1153. },
  1154. "type": "library",
  1155. "extra": {
  1156. "branch-alias": {
  1157. "dev-master": "2.0.x-dev"
  1158. }
  1159. },
  1160. "autoload": {
  1161. "classmap": [
  1162. "src/"
  1163. ]
  1164. },
  1165. "notification-url": "https://packagist.org/downloads/",
  1166. "license": [
  1167. "BSD-3-Clause"
  1168. ],
  1169. "authors": [
  1170. {
  1171. "name": "Jeff Welch",
  1172. "email": "whatthejeff@gmail.com"
  1173. },
  1174. {
  1175. "name": "Volker Dusch",
  1176. "email": "github@wallbash.com"
  1177. },
  1178. {
  1179. "name": "Bernhard Schussek",
  1180. "email": "bschussek@2bepublished.at"
  1181. },
  1182. {
  1183. "name": "Sebastian Bergmann",
  1184. "email": "sebastian@phpunit.de"
  1185. },
  1186. {
  1187. "name": "Adam Harvey",
  1188. "email": "aharvey@php.net"
  1189. }
  1190. ],
  1191. "description": "Provides the functionality to export PHP variables for visualization",
  1192. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1193. "keywords": [
  1194. "export",
  1195. "exporter"
  1196. ],
  1197. "time": "2016-11-19T08:54:04+00:00"
  1198. },
  1199. {
  1200. "name": "sebastian/recursion-context",
  1201. "version": "2.0.0",
  1202. "source": {
  1203. "type": "git",
  1204. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1205. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
  1206. },
  1207. "dist": {
  1208. "type": "zip",
  1209. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1210. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1211. "shasum": ""
  1212. },
  1213. "require": {
  1214. "php": ">=5.3.3"
  1215. },
  1216. "require-dev": {
  1217. "phpunit/phpunit": "~4.4"
  1218. },
  1219. "type": "library",
  1220. "extra": {
  1221. "branch-alias": {
  1222. "dev-master": "2.0.x-dev"
  1223. }
  1224. },
  1225. "autoload": {
  1226. "classmap": [
  1227. "src/"
  1228. ]
  1229. },
  1230. "notification-url": "https://packagist.org/downloads/",
  1231. "license": [
  1232. "BSD-3-Clause"
  1233. ],
  1234. "authors": [
  1235. {
  1236. "name": "Jeff Welch",
  1237. "email": "whatthejeff@gmail.com"
  1238. },
  1239. {
  1240. "name": "Sebastian Bergmann",
  1241. "email": "sebastian@phpunit.de"
  1242. },
  1243. {
  1244. "name": "Adam Harvey",
  1245. "email": "aharvey@php.net"
  1246. }
  1247. ],
  1248. "description": "Provides functionality to recursively process PHP variables",
  1249. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1250. "time": "2016-11-19T07:33:16+00:00"
  1251. },
  1252. {
  1253. "name": "symfony/phpunit-bridge",
  1254. "version": "v3.4.37",
  1255. "source": {
  1256. "type": "git",
  1257. "url": "https://github.com/symfony/phpunit-bridge.git",
  1258. "reference": "ebfd1b428ffc14306e843092763f228bfba168d0"
  1259. },
  1260. "dist": {
  1261. "type": "zip",
  1262. "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/ebfd1b428ffc14306e843092763f228bfba168d0",
  1263. "reference": "ebfd1b428ffc14306e843092763f228bfba168d0",
  1264. "shasum": ""
  1265. },
  1266. "require": {
  1267. "php": ">=5.3.3"
  1268. },
  1269. "conflict": {
  1270. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
  1271. },
  1272. "suggest": {
  1273. "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
  1274. },
  1275. "bin": [
  1276. "bin/simple-phpunit"
  1277. ],
  1278. "type": "symfony-bridge",
  1279. "extra": {
  1280. "branch-alias": {
  1281. "dev-master": "3.4-dev"
  1282. },
  1283. "thanks": {
  1284. "name": "phpunit/phpunit",
  1285. "url": "https://github.com/sebastianbergmann/phpunit"
  1286. }
  1287. },
  1288. "autoload": {
  1289. "files": [
  1290. "bootstrap.php"
  1291. ],
  1292. "psr-4": {
  1293. "Symfony\\Bridge\\PhpUnit\\": ""
  1294. },
  1295. "exclude-from-classmap": [
  1296. "/Tests/"
  1297. ]
  1298. },
  1299. "notification-url": "https://packagist.org/downloads/",
  1300. "license": [
  1301. "MIT"
  1302. ],
  1303. "authors": [
  1304. {
  1305. "name": "Nicolas Grekas",
  1306. "email": "p@tchwork.com"
  1307. },
  1308. {
  1309. "name": "Symfony Community",
  1310. "homepage": "https://symfony.com/contributors"
  1311. }
  1312. ],
  1313. "description": "Symfony PHPUnit Bridge",
  1314. "homepage": "https://symfony.com",
  1315. "time": "2020-01-14T14:27:59+00:00"
  1316. }
  1317. ],
  1318. "aliases": [],
  1319. "minimum-stability": "stable",
  1320. "stability-flags": [],
  1321. "prefer-stable": false,
  1322. "prefer-lowest": false,
  1323. "platform": {
  1324. "php": "^5.3.2 || ^7.0"
  1325. },
  1326. "platform-dev": [],
  1327. "platform-overrides": {
  1328. "php": "5.3.9"
  1329. }
  1330. }