composer.lock 50 KB

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