composer.lock 47 KB

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