composer.lock 45 KB

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