composer.lock 45 KB

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