composer.lock 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518
  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": "08293668540de913642a19e6af165dd0",
  8. "packages": [
  9. {
  10. "name": "composer/ca-bundle",
  11. "version": "1.2.7",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/composer/ca-bundle.git",
  15. "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd",
  20. "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-openssl": "*",
  25. "ext-pcre": "*",
  26. "php": "^5.3.2 || ^7.0 || ^8.0"
  27. },
  28. "require-dev": {
  29. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
  30. "psr/log": "^1.0",
  31. "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
  32. },
  33. "type": "library",
  34. "extra": {
  35. "branch-alias": {
  36. "dev-master": "1.x-dev"
  37. }
  38. },
  39. "autoload": {
  40. "psr-4": {
  41. "Composer\\CaBundle\\": "src"
  42. }
  43. },
  44. "notification-url": "https://packagist.org/downloads/",
  45. "license": [
  46. "MIT"
  47. ],
  48. "authors": [
  49. {
  50. "name": "Jordi Boggiano",
  51. "email": "j.boggiano@seld.be",
  52. "homepage": "http://seld.be"
  53. }
  54. ],
  55. "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
  56. "keywords": [
  57. "cabundle",
  58. "cacert",
  59. "certificate",
  60. "ssl",
  61. "tls"
  62. ],
  63. "support": {
  64. "irc": "irc://irc.freenode.org/composer",
  65. "issues": "https://github.com/composer/ca-bundle/issues",
  66. "source": "https://github.com/composer/ca-bundle/tree/1.2.7"
  67. },
  68. "funding": [
  69. {
  70. "url": "https://packagist.com",
  71. "type": "custom"
  72. },
  73. {
  74. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  75. "type": "tidelift"
  76. }
  77. ],
  78. "time": "2020-04-08T08:27:21+00:00"
  79. },
  80. {
  81. "name": "composer/semver",
  82. "version": "dev-master",
  83. "source": {
  84. "type": "git",
  85. "url": "https://github.com/composer/semver.git",
  86. "reference": "1f88d7a8a0a3d71facc60599e87c6b3107893e90"
  87. },
  88. "dist": {
  89. "type": "zip",
  90. "url": "https://api.github.com/repos/composer/semver/zipball/1f88d7a8a0a3d71facc60599e87c6b3107893e90",
  91. "reference": "1f88d7a8a0a3d71facc60599e87c6b3107893e90",
  92. "shasum": ""
  93. },
  94. "require": {
  95. "php": "^5.3.2 || ^7.0 || ^8.0"
  96. },
  97. "require-dev": {
  98. "phpstan/phpstan": "^0.12.19",
  99. "phpunit/phpunit": "^4.5 || ^5.0.5 || ^7"
  100. },
  101. "type": "library",
  102. "extra": {
  103. "branch-alias": {
  104. "dev-master": "2.x-dev"
  105. }
  106. },
  107. "autoload": {
  108. "psr-4": {
  109. "Composer\\Semver\\": "src"
  110. }
  111. },
  112. "notification-url": "https://packagist.org/downloads/",
  113. "license": [
  114. "MIT"
  115. ],
  116. "authors": [
  117. {
  118. "name": "Nils Adermann",
  119. "email": "naderman@naderman.de",
  120. "homepage": "http://www.naderman.de"
  121. },
  122. {
  123. "name": "Jordi Boggiano",
  124. "email": "j.boggiano@seld.be",
  125. "homepage": "http://seld.be"
  126. },
  127. {
  128. "name": "Rob Bast",
  129. "email": "rob.bast@gmail.com",
  130. "homepage": "http://robbast.nl"
  131. }
  132. ],
  133. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  134. "keywords": [
  135. "semantic",
  136. "semver",
  137. "validation",
  138. "versioning"
  139. ],
  140. "support": {
  141. "irc": "irc://irc.freenode.org/composer",
  142. "issues": "https://github.com/composer/semver/issues",
  143. "source": "https://github.com/composer/semver/tree/master"
  144. },
  145. "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-05-06T07:58:50+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.8.0",
  448. "source": {
  449. "type": "git",
  450. "url": "https://github.com/Seldaek/jsonlint.git",
  451. "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1"
  452. },
  453. "dist": {
  454. "type": "zip",
  455. "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
  456. "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
  457. "shasum": ""
  458. },
  459. "require": {
  460. "php": "^5.3 || ^7.0 || ^8.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/master"
  495. },
  496. "funding": [
  497. {
  498. "url": "https://github.com/Seldaek",
  499. "type": "github"
  500. },
  501. {
  502. "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
  503. "type": "tidelift"
  504. }
  505. ],
  506. "time": "2020-04-30T19:05:18+00:00"
  507. },
  508. {
  509. "name": "seld/phar-utils",
  510. "version": "1.1.0",
  511. "source": {
  512. "type": "git",
  513. "url": "https://github.com/Seldaek/phar-utils.git",
  514. "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0"
  515. },
  516. "dist": {
  517. "type": "zip",
  518. "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8800503d56b9867d43d9c303b9cbcc26016e82f0",
  519. "reference": "8800503d56b9867d43d9c303b9cbcc26016e82f0",
  520. "shasum": ""
  521. },
  522. "require": {
  523. "php": ">=5.3"
  524. },
  525. "type": "library",
  526. "extra": {
  527. "branch-alias": {
  528. "dev-master": "1.x-dev"
  529. }
  530. },
  531. "autoload": {
  532. "psr-4": {
  533. "Seld\\PharUtils\\": "src/"
  534. }
  535. },
  536. "notification-url": "https://packagist.org/downloads/",
  537. "license": [
  538. "MIT"
  539. ],
  540. "authors": [
  541. {
  542. "name": "Jordi Boggiano",
  543. "email": "j.boggiano@seld.be"
  544. }
  545. ],
  546. "description": "PHAR file format utilities, for when PHP phars you up",
  547. "keywords": [
  548. "phar"
  549. ],
  550. "support": {
  551. "issues": "https://github.com/Seldaek/phar-utils/issues",
  552. "source": "https://github.com/Seldaek/phar-utils/tree/1.1.0"
  553. },
  554. "time": "2020-02-14T15:25:33+00:00"
  555. },
  556. {
  557. "name": "symfony/console",
  558. "version": "v2.8.52",
  559. "source": {
  560. "type": "git",
  561. "url": "https://github.com/symfony/console.git",
  562. "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12"
  563. },
  564. "dist": {
  565. "type": "zip",
  566. "url": "https://api.github.com/repos/symfony/console/zipball/cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12",
  567. "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12",
  568. "shasum": ""
  569. },
  570. "require": {
  571. "php": ">=5.3.9",
  572. "symfony/debug": "^2.7.2|~3.0.0",
  573. "symfony/polyfill-mbstring": "~1.0"
  574. },
  575. "require-dev": {
  576. "psr/log": "~1.0",
  577. "symfony/event-dispatcher": "~2.1|~3.0.0",
  578. "symfony/process": "~2.1|~3.0.0"
  579. },
  580. "suggest": {
  581. "psr/log-implementation": "For using the console logger",
  582. "symfony/event-dispatcher": "",
  583. "symfony/process": ""
  584. },
  585. "type": "library",
  586. "extra": {
  587. "branch-alias": {
  588. "dev-master": "2.8-dev"
  589. }
  590. },
  591. "autoload": {
  592. "psr-4": {
  593. "Symfony\\Component\\Console\\": ""
  594. },
  595. "exclude-from-classmap": [
  596. "/Tests/"
  597. ]
  598. },
  599. "notification-url": "https://packagist.org/downloads/",
  600. "license": [
  601. "MIT"
  602. ],
  603. "authors": [
  604. {
  605. "name": "Fabien Potencier",
  606. "email": "fabien@symfony.com"
  607. },
  608. {
  609. "name": "Symfony Community",
  610. "homepage": "https://symfony.com/contributors"
  611. }
  612. ],
  613. "description": "Symfony Console Component",
  614. "homepage": "https://symfony.com",
  615. "support": {
  616. "source": "https://github.com/symfony/console/tree/v2.8.52"
  617. },
  618. "time": "2018-11-20T15:55:20+00:00"
  619. },
  620. {
  621. "name": "symfony/debug",
  622. "version": "v2.8.52",
  623. "source": {
  624. "type": "git",
  625. "url": "https://github.com/symfony/debug.git",
  626. "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0"
  627. },
  628. "dist": {
  629. "type": "zip",
  630. "url": "https://api.github.com/repos/symfony/debug/zipball/74251c8d50dd3be7c4ce0c7b862497cdc641a5d0",
  631. "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0",
  632. "shasum": ""
  633. },
  634. "require": {
  635. "php": ">=5.3.9",
  636. "psr/log": "~1.0"
  637. },
  638. "conflict": {
  639. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  640. },
  641. "require-dev": {
  642. "symfony/class-loader": "~2.2|~3.0.0",
  643. "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
  644. },
  645. "type": "library",
  646. "extra": {
  647. "branch-alias": {
  648. "dev-master": "2.8-dev"
  649. }
  650. },
  651. "autoload": {
  652. "psr-4": {
  653. "Symfony\\Component\\Debug\\": ""
  654. },
  655. "exclude-from-classmap": [
  656. "/Tests/"
  657. ]
  658. },
  659. "notification-url": "https://packagist.org/downloads/",
  660. "license": [
  661. "MIT"
  662. ],
  663. "authors": [
  664. {
  665. "name": "Fabien Potencier",
  666. "email": "fabien@symfony.com"
  667. },
  668. {
  669. "name": "Symfony Community",
  670. "homepage": "https://symfony.com/contributors"
  671. }
  672. ],
  673. "description": "Symfony Debug Component",
  674. "homepage": "https://symfony.com",
  675. "support": {
  676. "source": "https://github.com/symfony/debug/tree/v2.8.50"
  677. },
  678. "time": "2018-11-11T11:18:13+00:00"
  679. },
  680. {
  681. "name": "symfony/filesystem",
  682. "version": "v2.8.52",
  683. "source": {
  684. "type": "git",
  685. "url": "https://github.com/symfony/filesystem.git",
  686. "reference": "7ae46872dad09dffb7fe1e93a0937097339d0080"
  687. },
  688. "dist": {
  689. "type": "zip",
  690. "url": "https://api.github.com/repos/symfony/filesystem/zipball/7ae46872dad09dffb7fe1e93a0937097339d0080",
  691. "reference": "7ae46872dad09dffb7fe1e93a0937097339d0080",
  692. "shasum": ""
  693. },
  694. "require": {
  695. "php": ">=5.3.9",
  696. "symfony/polyfill-ctype": "~1.8"
  697. },
  698. "type": "library",
  699. "extra": {
  700. "branch-alias": {
  701. "dev-master": "2.8-dev"
  702. }
  703. },
  704. "autoload": {
  705. "psr-4": {
  706. "Symfony\\Component\\Filesystem\\": ""
  707. },
  708. "exclude-from-classmap": [
  709. "/Tests/"
  710. ]
  711. },
  712. "notification-url": "https://packagist.org/downloads/",
  713. "license": [
  714. "MIT"
  715. ],
  716. "authors": [
  717. {
  718. "name": "Fabien Potencier",
  719. "email": "fabien@symfony.com"
  720. },
  721. {
  722. "name": "Symfony Community",
  723. "homepage": "https://symfony.com/contributors"
  724. }
  725. ],
  726. "description": "Symfony Filesystem Component",
  727. "homepage": "https://symfony.com",
  728. "support": {
  729. "source": "https://github.com/symfony/filesystem/tree/v2.8.52"
  730. },
  731. "time": "2018-11-11T11:18:13+00:00"
  732. },
  733. {
  734. "name": "symfony/finder",
  735. "version": "v2.8.52",
  736. "source": {
  737. "type": "git",
  738. "url": "https://github.com/symfony/finder.git",
  739. "reference": "1444eac52273e345d9b95129bf914639305a9ba4"
  740. },
  741. "dist": {
  742. "type": "zip",
  743. "url": "https://api.github.com/repos/symfony/finder/zipball/1444eac52273e345d9b95129bf914639305a9ba4",
  744. "reference": "1444eac52273e345d9b95129bf914639305a9ba4",
  745. "shasum": ""
  746. },
  747. "require": {
  748. "php": ">=5.3.9"
  749. },
  750. "type": "library",
  751. "extra": {
  752. "branch-alias": {
  753. "dev-master": "2.8-dev"
  754. }
  755. },
  756. "autoload": {
  757. "psr-4": {
  758. "Symfony\\Component\\Finder\\": ""
  759. },
  760. "exclude-from-classmap": [
  761. "/Tests/"
  762. ]
  763. },
  764. "notification-url": "https://packagist.org/downloads/",
  765. "license": [
  766. "MIT"
  767. ],
  768. "authors": [
  769. {
  770. "name": "Fabien Potencier",
  771. "email": "fabien@symfony.com"
  772. },
  773. {
  774. "name": "Symfony Community",
  775. "homepage": "https://symfony.com/contributors"
  776. }
  777. ],
  778. "description": "Symfony Finder Component",
  779. "homepage": "https://symfony.com",
  780. "support": {
  781. "source": "https://github.com/symfony/finder/tree/v2.8.50"
  782. },
  783. "time": "2018-11-11T11:18:13+00:00"
  784. },
  785. {
  786. "name": "symfony/polyfill-ctype",
  787. "version": "v1.15.0",
  788. "source": {
  789. "type": "git",
  790. "url": "https://github.com/symfony/polyfill-ctype.git",
  791. "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
  792. },
  793. "dist": {
  794. "type": "zip",
  795. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
  796. "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
  797. "shasum": ""
  798. },
  799. "require": {
  800. "php": ">=5.3.3"
  801. },
  802. "suggest": {
  803. "ext-ctype": "For best performance"
  804. },
  805. "type": "library",
  806. "extra": {
  807. "branch-alias": {
  808. "dev-master": "1.15-dev"
  809. }
  810. },
  811. "autoload": {
  812. "psr-4": {
  813. "Symfony\\Polyfill\\Ctype\\": ""
  814. },
  815. "files": [
  816. "bootstrap.php"
  817. ]
  818. },
  819. "notification-url": "https://packagist.org/downloads/",
  820. "license": [
  821. "MIT"
  822. ],
  823. "authors": [
  824. {
  825. "name": "Gert de Pagter",
  826. "email": "BackEndTea@gmail.com"
  827. },
  828. {
  829. "name": "Symfony Community",
  830. "homepage": "https://symfony.com/contributors"
  831. }
  832. ],
  833. "description": "Symfony polyfill for ctype functions",
  834. "homepage": "https://symfony.com",
  835. "keywords": [
  836. "compatibility",
  837. "ctype",
  838. "polyfill",
  839. "portable"
  840. ],
  841. "support": {
  842. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.15.0"
  843. },
  844. "funding": [
  845. {
  846. "url": "https://symfony.com/sponsor",
  847. "type": "custom"
  848. },
  849. {
  850. "url": "https://github.com/fabpot",
  851. "type": "github"
  852. },
  853. {
  854. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  855. "type": "tidelift"
  856. }
  857. ],
  858. "time": "2020-02-27T09:26:54+00:00"
  859. },
  860. {
  861. "name": "symfony/polyfill-mbstring",
  862. "version": "v1.15.0",
  863. "source": {
  864. "type": "git",
  865. "url": "https://github.com/symfony/polyfill-mbstring.git",
  866. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
  867. },
  868. "dist": {
  869. "type": "zip",
  870. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  871. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  872. "shasum": ""
  873. },
  874. "require": {
  875. "php": ">=5.3.3"
  876. },
  877. "suggest": {
  878. "ext-mbstring": "For best performance"
  879. },
  880. "type": "library",
  881. "extra": {
  882. "branch-alias": {
  883. "dev-master": "1.15-dev"
  884. }
  885. },
  886. "autoload": {
  887. "psr-4": {
  888. "Symfony\\Polyfill\\Mbstring\\": ""
  889. },
  890. "files": [
  891. "bootstrap.php"
  892. ]
  893. },
  894. "notification-url": "https://packagist.org/downloads/",
  895. "license": [
  896. "MIT"
  897. ],
  898. "authors": [
  899. {
  900. "name": "Nicolas Grekas",
  901. "email": "p@tchwork.com"
  902. },
  903. {
  904. "name": "Symfony Community",
  905. "homepage": "https://symfony.com/contributors"
  906. }
  907. ],
  908. "description": "Symfony polyfill for the Mbstring extension",
  909. "homepage": "https://symfony.com",
  910. "keywords": [
  911. "compatibility",
  912. "mbstring",
  913. "polyfill",
  914. "portable",
  915. "shim"
  916. ],
  917. "support": {
  918. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.15.0"
  919. },
  920. "funding": [
  921. {
  922. "url": "https://symfony.com/sponsor",
  923. "type": "custom"
  924. },
  925. {
  926. "url": "https://github.com/fabpot",
  927. "type": "github"
  928. },
  929. {
  930. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  931. "type": "tidelift"
  932. }
  933. ],
  934. "time": "2020-03-09T19:04:49+00:00"
  935. },
  936. {
  937. "name": "symfony/process",
  938. "version": "v2.8.52",
  939. "source": {
  940. "type": "git",
  941. "url": "https://github.com/symfony/process.git",
  942. "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8"
  943. },
  944. "dist": {
  945. "type": "zip",
  946. "url": "https://api.github.com/repos/symfony/process/zipball/c3591a09c78639822b0b290d44edb69bf9f05dc8",
  947. "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8",
  948. "shasum": ""
  949. },
  950. "require": {
  951. "php": ">=5.3.9"
  952. },
  953. "type": "library",
  954. "extra": {
  955. "branch-alias": {
  956. "dev-master": "2.8-dev"
  957. }
  958. },
  959. "autoload": {
  960. "psr-4": {
  961. "Symfony\\Component\\Process\\": ""
  962. },
  963. "exclude-from-classmap": [
  964. "/Tests/"
  965. ]
  966. },
  967. "notification-url": "https://packagist.org/downloads/",
  968. "license": [
  969. "MIT"
  970. ],
  971. "authors": [
  972. {
  973. "name": "Fabien Potencier",
  974. "email": "fabien@symfony.com"
  975. },
  976. {
  977. "name": "Symfony Community",
  978. "homepage": "https://symfony.com/contributors"
  979. }
  980. ],
  981. "description": "Symfony Process Component",
  982. "homepage": "https://symfony.com",
  983. "support": {
  984. "source": "https://github.com/symfony/process/tree/v2.8.50"
  985. },
  986. "time": "2018-11-11T11:18:13+00:00"
  987. }
  988. ],
  989. "packages-dev": [
  990. {
  991. "name": "doctrine/instantiator",
  992. "version": "1.0.5",
  993. "source": {
  994. "type": "git",
  995. "url": "https://github.com/doctrine/instantiator.git",
  996. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  997. },
  998. "dist": {
  999. "type": "zip",
  1000. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  1001. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  1002. "shasum": ""
  1003. },
  1004. "require": {
  1005. "php": ">=5.3,<8.0-DEV"
  1006. },
  1007. "require-dev": {
  1008. "athletic/athletic": "~0.1.8",
  1009. "ext-pdo": "*",
  1010. "ext-phar": "*",
  1011. "phpunit/phpunit": "~4.0",
  1012. "squizlabs/php_codesniffer": "~2.0"
  1013. },
  1014. "type": "library",
  1015. "extra": {
  1016. "branch-alias": {
  1017. "dev-master": "1.0.x-dev"
  1018. }
  1019. },
  1020. "autoload": {
  1021. "psr-4": {
  1022. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  1023. }
  1024. },
  1025. "notification-url": "https://packagist.org/downloads/",
  1026. "license": [
  1027. "MIT"
  1028. ],
  1029. "authors": [
  1030. {
  1031. "name": "Marco Pivetta",
  1032. "email": "ocramius@gmail.com",
  1033. "homepage": "http://ocramius.github.com/"
  1034. }
  1035. ],
  1036. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  1037. "homepage": "https://github.com/doctrine/instantiator",
  1038. "keywords": [
  1039. "constructor",
  1040. "instantiate"
  1041. ],
  1042. "support": {
  1043. "issues": "https://github.com/doctrine/instantiator/issues",
  1044. "source": "https://github.com/doctrine/instantiator/tree/master"
  1045. },
  1046. "time": "2015-06-14T21:17:01+00:00"
  1047. },
  1048. {
  1049. "name": "phpdocumentor/reflection-docblock",
  1050. "version": "2.0.5",
  1051. "source": {
  1052. "type": "git",
  1053. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  1054. "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
  1055. },
  1056. "dist": {
  1057. "type": "zip",
  1058. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
  1059. "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
  1060. "shasum": ""
  1061. },
  1062. "require": {
  1063. "php": ">=5.3.3"
  1064. },
  1065. "require-dev": {
  1066. "phpunit/phpunit": "~4.0"
  1067. },
  1068. "suggest": {
  1069. "dflydev/markdown": "~1.0",
  1070. "erusev/parsedown": "~1.0"
  1071. },
  1072. "type": "library",
  1073. "extra": {
  1074. "branch-alias": {
  1075. "dev-master": "2.0.x-dev"
  1076. }
  1077. },
  1078. "autoload": {
  1079. "psr-0": {
  1080. "phpDocumentor": [
  1081. "src/"
  1082. ]
  1083. }
  1084. },
  1085. "notification-url": "https://packagist.org/downloads/",
  1086. "license": [
  1087. "MIT"
  1088. ],
  1089. "authors": [
  1090. {
  1091. "name": "Mike van Riel",
  1092. "email": "mike.vanriel@naenius.com"
  1093. }
  1094. ],
  1095. "support": {
  1096. "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
  1097. "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/2.x"
  1098. },
  1099. "time": "2016-01-25T08:17:30+00:00"
  1100. },
  1101. {
  1102. "name": "phpspec/prophecy",
  1103. "version": "v1.10.3",
  1104. "source": {
  1105. "type": "git",
  1106. "url": "https://github.com/phpspec/prophecy.git",
  1107. "reference": "451c3cd1418cf640de218914901e51b064abb093"
  1108. },
  1109. "dist": {
  1110. "type": "zip",
  1111. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
  1112. "reference": "451c3cd1418cf640de218914901e51b064abb093",
  1113. "shasum": ""
  1114. },
  1115. "require": {
  1116. "doctrine/instantiator": "^1.0.2",
  1117. "php": "^5.3|^7.0",
  1118. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
  1119. "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
  1120. "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
  1121. },
  1122. "require-dev": {
  1123. "phpspec/phpspec": "^2.5 || ^3.2",
  1124. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  1125. },
  1126. "type": "library",
  1127. "extra": {
  1128. "branch-alias": {
  1129. "dev-master": "1.10.x-dev"
  1130. }
  1131. },
  1132. "autoload": {
  1133. "psr-4": {
  1134. "Prophecy\\": "src/Prophecy"
  1135. }
  1136. },
  1137. "notification-url": "https://packagist.org/downloads/",
  1138. "license": [
  1139. "MIT"
  1140. ],
  1141. "authors": [
  1142. {
  1143. "name": "Konstantin Kudryashov",
  1144. "email": "ever.zet@gmail.com",
  1145. "homepage": "http://everzet.com"
  1146. },
  1147. {
  1148. "name": "Marcello Duarte",
  1149. "email": "marcello.duarte@gmail.com"
  1150. }
  1151. ],
  1152. "description": "Highly opinionated mocking framework for PHP 5.3+",
  1153. "homepage": "https://github.com/phpspec/prophecy",
  1154. "keywords": [
  1155. "Double",
  1156. "Dummy",
  1157. "fake",
  1158. "mock",
  1159. "spy",
  1160. "stub"
  1161. ],
  1162. "support": {
  1163. "issues": "https://github.com/phpspec/prophecy/issues",
  1164. "source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
  1165. },
  1166. "time": "2020-03-05T15:02:03+00:00"
  1167. },
  1168. {
  1169. "name": "sebastian/comparator",
  1170. "version": "1.2.4",
  1171. "source": {
  1172. "type": "git",
  1173. "url": "https://github.com/sebastianbergmann/comparator.git",
  1174. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  1175. },
  1176. "dist": {
  1177. "type": "zip",
  1178. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1179. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1180. "shasum": ""
  1181. },
  1182. "require": {
  1183. "php": ">=5.3.3",
  1184. "sebastian/diff": "~1.2",
  1185. "sebastian/exporter": "~1.2 || ~2.0"
  1186. },
  1187. "require-dev": {
  1188. "phpunit/phpunit": "~4.4"
  1189. },
  1190. "type": "library",
  1191. "extra": {
  1192. "branch-alias": {
  1193. "dev-master": "1.2.x-dev"
  1194. }
  1195. },
  1196. "autoload": {
  1197. "classmap": [
  1198. "src/"
  1199. ]
  1200. },
  1201. "notification-url": "https://packagist.org/downloads/",
  1202. "license": [
  1203. "BSD-3-Clause"
  1204. ],
  1205. "authors": [
  1206. {
  1207. "name": "Jeff Welch",
  1208. "email": "whatthejeff@gmail.com"
  1209. },
  1210. {
  1211. "name": "Volker Dusch",
  1212. "email": "github@wallbash.com"
  1213. },
  1214. {
  1215. "name": "Bernhard Schussek",
  1216. "email": "bschussek@2bepublished.at"
  1217. },
  1218. {
  1219. "name": "Sebastian Bergmann",
  1220. "email": "sebastian@phpunit.de"
  1221. }
  1222. ],
  1223. "description": "Provides the functionality to compare PHP values for equality",
  1224. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1225. "keywords": [
  1226. "comparator",
  1227. "compare",
  1228. "equality"
  1229. ],
  1230. "support": {
  1231. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  1232. "source": "https://github.com/sebastianbergmann/comparator/tree/1.2"
  1233. },
  1234. "time": "2017-01-29T09:50:25+00:00"
  1235. },
  1236. {
  1237. "name": "sebastian/diff",
  1238. "version": "1.4.3",
  1239. "source": {
  1240. "type": "git",
  1241. "url": "https://github.com/sebastianbergmann/diff.git",
  1242. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  1243. },
  1244. "dist": {
  1245. "type": "zip",
  1246. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1247. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1248. "shasum": ""
  1249. },
  1250. "require": {
  1251. "php": "^5.3.3 || ^7.0"
  1252. },
  1253. "require-dev": {
  1254. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  1255. },
  1256. "type": "library",
  1257. "extra": {
  1258. "branch-alias": {
  1259. "dev-master": "1.4-dev"
  1260. }
  1261. },
  1262. "autoload": {
  1263. "classmap": [
  1264. "src/"
  1265. ]
  1266. },
  1267. "notification-url": "https://packagist.org/downloads/",
  1268. "license": [
  1269. "BSD-3-Clause"
  1270. ],
  1271. "authors": [
  1272. {
  1273. "name": "Kore Nordmann",
  1274. "email": "mail@kore-nordmann.de"
  1275. },
  1276. {
  1277. "name": "Sebastian Bergmann",
  1278. "email": "sebastian@phpunit.de"
  1279. }
  1280. ],
  1281. "description": "Diff implementation",
  1282. "homepage": "https://github.com/sebastianbergmann/diff",
  1283. "keywords": [
  1284. "diff"
  1285. ],
  1286. "support": {
  1287. "issues": "https://github.com/sebastianbergmann/diff/issues",
  1288. "source": "https://github.com/sebastianbergmann/diff/tree/1.4"
  1289. },
  1290. "time": "2017-05-22T07:24:03+00:00"
  1291. },
  1292. {
  1293. "name": "sebastian/exporter",
  1294. "version": "2.0.0",
  1295. "source": {
  1296. "type": "git",
  1297. "url": "https://github.com/sebastianbergmann/exporter.git",
  1298. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
  1299. },
  1300. "dist": {
  1301. "type": "zip",
  1302. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  1303. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  1304. "shasum": ""
  1305. },
  1306. "require": {
  1307. "php": ">=5.3.3",
  1308. "sebastian/recursion-context": "~2.0"
  1309. },
  1310. "require-dev": {
  1311. "ext-mbstring": "*",
  1312. "phpunit/phpunit": "~4.4"
  1313. },
  1314. "type": "library",
  1315. "extra": {
  1316. "branch-alias": {
  1317. "dev-master": "2.0.x-dev"
  1318. }
  1319. },
  1320. "autoload": {
  1321. "classmap": [
  1322. "src/"
  1323. ]
  1324. },
  1325. "notification-url": "https://packagist.org/downloads/",
  1326. "license": [
  1327. "BSD-3-Clause"
  1328. ],
  1329. "authors": [
  1330. {
  1331. "name": "Jeff Welch",
  1332. "email": "whatthejeff@gmail.com"
  1333. },
  1334. {
  1335. "name": "Volker Dusch",
  1336. "email": "github@wallbash.com"
  1337. },
  1338. {
  1339. "name": "Bernhard Schussek",
  1340. "email": "bschussek@2bepublished.at"
  1341. },
  1342. {
  1343. "name": "Sebastian Bergmann",
  1344. "email": "sebastian@phpunit.de"
  1345. },
  1346. {
  1347. "name": "Adam Harvey",
  1348. "email": "aharvey@php.net"
  1349. }
  1350. ],
  1351. "description": "Provides the functionality to export PHP variables for visualization",
  1352. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1353. "keywords": [
  1354. "export",
  1355. "exporter"
  1356. ],
  1357. "support": {
  1358. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  1359. "source": "https://github.com/sebastianbergmann/exporter/tree/master"
  1360. },
  1361. "time": "2016-11-19T08:54:04+00:00"
  1362. },
  1363. {
  1364. "name": "sebastian/recursion-context",
  1365. "version": "2.0.0",
  1366. "source": {
  1367. "type": "git",
  1368. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1369. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
  1370. },
  1371. "dist": {
  1372. "type": "zip",
  1373. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1374. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1375. "shasum": ""
  1376. },
  1377. "require": {
  1378. "php": ">=5.3.3"
  1379. },
  1380. "require-dev": {
  1381. "phpunit/phpunit": "~4.4"
  1382. },
  1383. "type": "library",
  1384. "extra": {
  1385. "branch-alias": {
  1386. "dev-master": "2.0.x-dev"
  1387. }
  1388. },
  1389. "autoload": {
  1390. "classmap": [
  1391. "src/"
  1392. ]
  1393. },
  1394. "notification-url": "https://packagist.org/downloads/",
  1395. "license": [
  1396. "BSD-3-Clause"
  1397. ],
  1398. "authors": [
  1399. {
  1400. "name": "Jeff Welch",
  1401. "email": "whatthejeff@gmail.com"
  1402. },
  1403. {
  1404. "name": "Sebastian Bergmann",
  1405. "email": "sebastian@phpunit.de"
  1406. },
  1407. {
  1408. "name": "Adam Harvey",
  1409. "email": "aharvey@php.net"
  1410. }
  1411. ],
  1412. "description": "Provides functionality to recursively process PHP variables",
  1413. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1414. "support": {
  1415. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  1416. "source": "https://github.com/sebastianbergmann/recursion-context/tree/master"
  1417. },
  1418. "time": "2016-11-19T07:33:16+00:00"
  1419. },
  1420. {
  1421. "name": "symfony/phpunit-bridge",
  1422. "version": "v3.4.39",
  1423. "source": {
  1424. "type": "git",
  1425. "url": "https://github.com/symfony/phpunit-bridge.git",
  1426. "reference": "c02893ae43532b46a4f0e0f207d088b939f278d9"
  1427. },
  1428. "dist": {
  1429. "type": "zip",
  1430. "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/c02893ae43532b46a4f0e0f207d088b939f278d9",
  1431. "reference": "c02893ae43532b46a4f0e0f207d088b939f278d9",
  1432. "shasum": ""
  1433. },
  1434. "require": {
  1435. "php": ">=5.3.3"
  1436. },
  1437. "conflict": {
  1438. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0"
  1439. },
  1440. "suggest": {
  1441. "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
  1442. },
  1443. "bin": [
  1444. "bin/simple-phpunit"
  1445. ],
  1446. "type": "symfony-bridge",
  1447. "extra": {
  1448. "branch-alias": {
  1449. "dev-master": "3.4-dev"
  1450. },
  1451. "thanks": {
  1452. "name": "phpunit/phpunit",
  1453. "url": "https://github.com/sebastianbergmann/phpunit"
  1454. }
  1455. },
  1456. "autoload": {
  1457. "files": [
  1458. "bootstrap.php"
  1459. ],
  1460. "psr-4": {
  1461. "Symfony\\Bridge\\PhpUnit\\": ""
  1462. },
  1463. "exclude-from-classmap": [
  1464. "/Tests/"
  1465. ]
  1466. },
  1467. "notification-url": "https://packagist.org/downloads/",
  1468. "license": [
  1469. "MIT"
  1470. ],
  1471. "authors": [
  1472. {
  1473. "name": "Nicolas Grekas",
  1474. "email": "p@tchwork.com"
  1475. },
  1476. {
  1477. "name": "Symfony Community",
  1478. "homepage": "https://symfony.com/contributors"
  1479. }
  1480. ],
  1481. "description": "Symfony PHPUnit Bridge",
  1482. "homepage": "https://symfony.com",
  1483. "support": {
  1484. "source": "https://github.com/symfony/phpunit-bridge/tree/v3.4.38"
  1485. },
  1486. "funding": [
  1487. {
  1488. "url": "https://symfony.com/sponsor",
  1489. "type": "custom"
  1490. },
  1491. {
  1492. "url": "https://github.com/fabpot",
  1493. "type": "github"
  1494. },
  1495. {
  1496. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1497. "type": "tidelift"
  1498. }
  1499. ],
  1500. "time": "2020-02-21T08:01:47+00:00"
  1501. }
  1502. ],
  1503. "aliases": [],
  1504. "minimum-stability": "stable",
  1505. "stability-flags": {
  1506. "composer/semver": 20
  1507. },
  1508. "prefer-stable": false,
  1509. "prefer-lowest": false,
  1510. "platform": {
  1511. "php": "^5.3.2 || ^7.0"
  1512. },
  1513. "platform-dev": [],
  1514. "platform-overrides": {
  1515. "php": "5.3.9"
  1516. },
  1517. "plugin-api-version": "2.0.0"
  1518. }