composer.lock 51 KB

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