composer.lock 52 KB

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