composer.lock 50 KB

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