composer.lock 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317
  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": "c6641e77cf04ea9862bb529cf07b79e0",
  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.2",
  129. "source": {
  130. "type": "git",
  131. "url": "https://github.com/composer/spdx-licenses.git",
  132. "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5"
  133. },
  134. "dist": {
  135. "type": "zip",
  136. "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7ac1e6aec371357df067f8a688c3d6974df68fa5",
  137. "reference": "7ac1e6aec371357df067f8a688c3d6974df68fa5",
  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": "2019-07-29T10:31:59+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.0.2",
  411. "source": {
  412. "type": "git",
  413. "url": "https://github.com/Seldaek/phar-utils.git",
  414. "reference": "84715761c35808076b00908a20317a3a8a67d17e"
  415. },
  416. "dist": {
  417. "type": "zip",
  418. "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/84715761c35808076b00908a20317a3a8a67d17e",
  419. "reference": "84715761c35808076b00908a20317a3a8a67d17e",
  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. "phra"
  449. ],
  450. "time": "2020-01-13T10:41:09+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. "time": "2018-11-20T15:55:20+00:00"
  512. },
  513. {
  514. "name": "symfony/debug",
  515. "version": "v2.8.52",
  516. "source": {
  517. "type": "git",
  518. "url": "https://github.com/symfony/debug.git",
  519. "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0"
  520. },
  521. "dist": {
  522. "type": "zip",
  523. "url": "https://api.github.com/repos/symfony/debug/zipball/74251c8d50dd3be7c4ce0c7b862497cdc641a5d0",
  524. "reference": "74251c8d50dd3be7c4ce0c7b862497cdc641a5d0",
  525. "shasum": ""
  526. },
  527. "require": {
  528. "php": ">=5.3.9",
  529. "psr/log": "~1.0"
  530. },
  531. "conflict": {
  532. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  533. },
  534. "require-dev": {
  535. "symfony/class-loader": "~2.2|~3.0.0",
  536. "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
  537. },
  538. "type": "library",
  539. "extra": {
  540. "branch-alias": {
  541. "dev-master": "2.8-dev"
  542. }
  543. },
  544. "autoload": {
  545. "psr-4": {
  546. "Symfony\\Component\\Debug\\": ""
  547. },
  548. "exclude-from-classmap": [
  549. "/Tests/"
  550. ]
  551. },
  552. "notification-url": "https://packagist.org/downloads/",
  553. "license": [
  554. "MIT"
  555. ],
  556. "authors": [
  557. {
  558. "name": "Fabien Potencier",
  559. "email": "fabien@symfony.com"
  560. },
  561. {
  562. "name": "Symfony Community",
  563. "homepage": "https://symfony.com/contributors"
  564. }
  565. ],
  566. "description": "Symfony Debug Component",
  567. "homepage": "https://symfony.com",
  568. "time": "2018-11-11T11:18:13+00:00"
  569. },
  570. {
  571. "name": "symfony/filesystem",
  572. "version": "v2.8.52",
  573. "source": {
  574. "type": "git",
  575. "url": "https://github.com/symfony/filesystem.git",
  576. "reference": "7ae46872dad09dffb7fe1e93a0937097339d0080"
  577. },
  578. "dist": {
  579. "type": "zip",
  580. "url": "https://api.github.com/repos/symfony/filesystem/zipball/7ae46872dad09dffb7fe1e93a0937097339d0080",
  581. "reference": "7ae46872dad09dffb7fe1e93a0937097339d0080",
  582. "shasum": ""
  583. },
  584. "require": {
  585. "php": ">=5.3.9",
  586. "symfony/polyfill-ctype": "~1.8"
  587. },
  588. "type": "library",
  589. "extra": {
  590. "branch-alias": {
  591. "dev-master": "2.8-dev"
  592. }
  593. },
  594. "autoload": {
  595. "psr-4": {
  596. "Symfony\\Component\\Filesystem\\": ""
  597. },
  598. "exclude-from-classmap": [
  599. "/Tests/"
  600. ]
  601. },
  602. "notification-url": "https://packagist.org/downloads/",
  603. "license": [
  604. "MIT"
  605. ],
  606. "authors": [
  607. {
  608. "name": "Fabien Potencier",
  609. "email": "fabien@symfony.com"
  610. },
  611. {
  612. "name": "Symfony Community",
  613. "homepage": "https://symfony.com/contributors"
  614. }
  615. ],
  616. "description": "Symfony Filesystem Component",
  617. "homepage": "https://symfony.com",
  618. "time": "2018-11-11T11:18:13+00:00"
  619. },
  620. {
  621. "name": "symfony/finder",
  622. "version": "v2.8.52",
  623. "source": {
  624. "type": "git",
  625. "url": "https://github.com/symfony/finder.git",
  626. "reference": "1444eac52273e345d9b95129bf914639305a9ba4"
  627. },
  628. "dist": {
  629. "type": "zip",
  630. "url": "https://api.github.com/repos/symfony/finder/zipball/1444eac52273e345d9b95129bf914639305a9ba4",
  631. "reference": "1444eac52273e345d9b95129bf914639305a9ba4",
  632. "shasum": ""
  633. },
  634. "require": {
  635. "php": ">=5.3.9"
  636. },
  637. "type": "library",
  638. "extra": {
  639. "branch-alias": {
  640. "dev-master": "2.8-dev"
  641. }
  642. },
  643. "autoload": {
  644. "psr-4": {
  645. "Symfony\\Component\\Finder\\": ""
  646. },
  647. "exclude-from-classmap": [
  648. "/Tests/"
  649. ]
  650. },
  651. "notification-url": "https://packagist.org/downloads/",
  652. "license": [
  653. "MIT"
  654. ],
  655. "authors": [
  656. {
  657. "name": "Fabien Potencier",
  658. "email": "fabien@symfony.com"
  659. },
  660. {
  661. "name": "Symfony Community",
  662. "homepage": "https://symfony.com/contributors"
  663. }
  664. ],
  665. "description": "Symfony Finder Component",
  666. "homepage": "https://symfony.com",
  667. "time": "2018-11-11T11:18:13+00:00"
  668. },
  669. {
  670. "name": "symfony/polyfill-ctype",
  671. "version": "v1.13.1",
  672. "source": {
  673. "type": "git",
  674. "url": "https://github.com/symfony/polyfill-ctype.git",
  675. "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
  676. },
  677. "dist": {
  678. "type": "zip",
  679. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
  680. "reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
  681. "shasum": ""
  682. },
  683. "require": {
  684. "php": ">=5.3.3"
  685. },
  686. "suggest": {
  687. "ext-ctype": "For best performance"
  688. },
  689. "type": "library",
  690. "extra": {
  691. "branch-alias": {
  692. "dev-master": "1.13-dev"
  693. }
  694. },
  695. "autoload": {
  696. "psr-4": {
  697. "Symfony\\Polyfill\\Ctype\\": ""
  698. },
  699. "files": [
  700. "bootstrap.php"
  701. ]
  702. },
  703. "notification-url": "https://packagist.org/downloads/",
  704. "license": [
  705. "MIT"
  706. ],
  707. "authors": [
  708. {
  709. "name": "Gert de Pagter",
  710. "email": "BackEndTea@gmail.com"
  711. },
  712. {
  713. "name": "Symfony Community",
  714. "homepage": "https://symfony.com/contributors"
  715. }
  716. ],
  717. "description": "Symfony polyfill for ctype functions",
  718. "homepage": "https://symfony.com",
  719. "keywords": [
  720. "compatibility",
  721. "ctype",
  722. "polyfill",
  723. "portable"
  724. ],
  725. "time": "2019-11-27T13:56:44+00:00"
  726. },
  727. {
  728. "name": "symfony/polyfill-mbstring",
  729. "version": "v1.13.1",
  730. "source": {
  731. "type": "git",
  732. "url": "https://github.com/symfony/polyfill-mbstring.git",
  733. "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f"
  734. },
  735. "dist": {
  736. "type": "zip",
  737. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7b4aab9743c30be783b73de055d24a39cf4b954f",
  738. "reference": "7b4aab9743c30be783b73de055d24a39cf4b954f",
  739. "shasum": ""
  740. },
  741. "require": {
  742. "php": ">=5.3.3"
  743. },
  744. "suggest": {
  745. "ext-mbstring": "For best performance"
  746. },
  747. "type": "library",
  748. "extra": {
  749. "branch-alias": {
  750. "dev-master": "1.13-dev"
  751. }
  752. },
  753. "autoload": {
  754. "psr-4": {
  755. "Symfony\\Polyfill\\Mbstring\\": ""
  756. },
  757. "files": [
  758. "bootstrap.php"
  759. ]
  760. },
  761. "notification-url": "https://packagist.org/downloads/",
  762. "license": [
  763. "MIT"
  764. ],
  765. "authors": [
  766. {
  767. "name": "Nicolas Grekas",
  768. "email": "p@tchwork.com"
  769. },
  770. {
  771. "name": "Symfony Community",
  772. "homepage": "https://symfony.com/contributors"
  773. }
  774. ],
  775. "description": "Symfony polyfill for the Mbstring extension",
  776. "homepage": "https://symfony.com",
  777. "keywords": [
  778. "compatibility",
  779. "mbstring",
  780. "polyfill",
  781. "portable",
  782. "shim"
  783. ],
  784. "time": "2019-11-27T14:18:11+00:00"
  785. },
  786. {
  787. "name": "symfony/process",
  788. "version": "v2.8.52",
  789. "source": {
  790. "type": "git",
  791. "url": "https://github.com/symfony/process.git",
  792. "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8"
  793. },
  794. "dist": {
  795. "type": "zip",
  796. "url": "https://api.github.com/repos/symfony/process/zipball/c3591a09c78639822b0b290d44edb69bf9f05dc8",
  797. "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8",
  798. "shasum": ""
  799. },
  800. "require": {
  801. "php": ">=5.3.9"
  802. },
  803. "type": "library",
  804. "extra": {
  805. "branch-alias": {
  806. "dev-master": "2.8-dev"
  807. }
  808. },
  809. "autoload": {
  810. "psr-4": {
  811. "Symfony\\Component\\Process\\": ""
  812. },
  813. "exclude-from-classmap": [
  814. "/Tests/"
  815. ]
  816. },
  817. "notification-url": "https://packagist.org/downloads/",
  818. "license": [
  819. "MIT"
  820. ],
  821. "authors": [
  822. {
  823. "name": "Fabien Potencier",
  824. "email": "fabien@symfony.com"
  825. },
  826. {
  827. "name": "Symfony Community",
  828. "homepage": "https://symfony.com/contributors"
  829. }
  830. ],
  831. "description": "Symfony Process Component",
  832. "homepage": "https://symfony.com",
  833. "time": "2018-11-11T11:18:13+00:00"
  834. }
  835. ],
  836. "packages-dev": [
  837. {
  838. "name": "doctrine/instantiator",
  839. "version": "1.0.5",
  840. "source": {
  841. "type": "git",
  842. "url": "https://github.com/doctrine/instantiator.git",
  843. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  844. },
  845. "dist": {
  846. "type": "zip",
  847. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  848. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  849. "shasum": ""
  850. },
  851. "require": {
  852. "php": ">=5.3,<8.0-DEV"
  853. },
  854. "require-dev": {
  855. "athletic/athletic": "~0.1.8",
  856. "ext-pdo": "*",
  857. "ext-phar": "*",
  858. "phpunit/phpunit": "~4.0",
  859. "squizlabs/php_codesniffer": "~2.0"
  860. },
  861. "type": "library",
  862. "extra": {
  863. "branch-alias": {
  864. "dev-master": "1.0.x-dev"
  865. }
  866. },
  867. "autoload": {
  868. "psr-4": {
  869. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  870. }
  871. },
  872. "notification-url": "https://packagist.org/downloads/",
  873. "license": [
  874. "MIT"
  875. ],
  876. "authors": [
  877. {
  878. "name": "Marco Pivetta",
  879. "email": "ocramius@gmail.com",
  880. "homepage": "http://ocramius.github.com/"
  881. }
  882. ],
  883. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  884. "homepage": "https://github.com/doctrine/instantiator",
  885. "keywords": [
  886. "constructor",
  887. "instantiate"
  888. ],
  889. "time": "2015-06-14T21:17:01+00:00"
  890. },
  891. {
  892. "name": "phpdocumentor/reflection-docblock",
  893. "version": "2.0.5",
  894. "source": {
  895. "type": "git",
  896. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  897. "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
  898. },
  899. "dist": {
  900. "type": "zip",
  901. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
  902. "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
  903. "shasum": ""
  904. },
  905. "require": {
  906. "php": ">=5.3.3"
  907. },
  908. "require-dev": {
  909. "phpunit/phpunit": "~4.0"
  910. },
  911. "suggest": {
  912. "dflydev/markdown": "~1.0",
  913. "erusev/parsedown": "~1.0"
  914. },
  915. "type": "library",
  916. "extra": {
  917. "branch-alias": {
  918. "dev-master": "2.0.x-dev"
  919. }
  920. },
  921. "autoload": {
  922. "psr-0": {
  923. "phpDocumentor": [
  924. "src/"
  925. ]
  926. }
  927. },
  928. "notification-url": "https://packagist.org/downloads/",
  929. "license": [
  930. "MIT"
  931. ],
  932. "authors": [
  933. {
  934. "name": "Mike van Riel",
  935. "email": "mike.vanriel@naenius.com"
  936. }
  937. ],
  938. "time": "2016-01-25T08:17:30+00:00"
  939. },
  940. {
  941. "name": "phpspec/prophecy",
  942. "version": "v1.10.2",
  943. "source": {
  944. "type": "git",
  945. "url": "https://github.com/phpspec/prophecy.git",
  946. "reference": "b4400efc9d206e83138e2bb97ed7f5b14b831cd9"
  947. },
  948. "dist": {
  949. "type": "zip",
  950. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/b4400efc9d206e83138e2bb97ed7f5b14b831cd9",
  951. "reference": "b4400efc9d206e83138e2bb97ed7f5b14b831cd9",
  952. "shasum": ""
  953. },
  954. "require": {
  955. "doctrine/instantiator": "^1.0.2",
  956. "php": "^5.3|^7.0",
  957. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
  958. "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
  959. "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
  960. },
  961. "require-dev": {
  962. "phpspec/phpspec": "^2.5 || ^3.2",
  963. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  964. },
  965. "type": "library",
  966. "extra": {
  967. "branch-alias": {
  968. "dev-master": "1.10.x-dev"
  969. }
  970. },
  971. "autoload": {
  972. "psr-4": {
  973. "Prophecy\\": "src/Prophecy"
  974. }
  975. },
  976. "notification-url": "https://packagist.org/downloads/",
  977. "license": [
  978. "MIT"
  979. ],
  980. "authors": [
  981. {
  982. "name": "Konstantin Kudryashov",
  983. "email": "ever.zet@gmail.com",
  984. "homepage": "http://everzet.com"
  985. },
  986. {
  987. "name": "Marcello Duarte",
  988. "email": "marcello.duarte@gmail.com"
  989. }
  990. ],
  991. "description": "Highly opinionated mocking framework for PHP 5.3+",
  992. "homepage": "https://github.com/phpspec/prophecy",
  993. "keywords": [
  994. "Double",
  995. "Dummy",
  996. "fake",
  997. "mock",
  998. "spy",
  999. "stub"
  1000. ],
  1001. "time": "2020-01-20T15:57:02+00:00"
  1002. },
  1003. {
  1004. "name": "sebastian/comparator",
  1005. "version": "1.2.4",
  1006. "source": {
  1007. "type": "git",
  1008. "url": "https://github.com/sebastianbergmann/comparator.git",
  1009. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  1010. },
  1011. "dist": {
  1012. "type": "zip",
  1013. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1014. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  1015. "shasum": ""
  1016. },
  1017. "require": {
  1018. "php": ">=5.3.3",
  1019. "sebastian/diff": "~1.2",
  1020. "sebastian/exporter": "~1.2 || ~2.0"
  1021. },
  1022. "require-dev": {
  1023. "phpunit/phpunit": "~4.4"
  1024. },
  1025. "type": "library",
  1026. "extra": {
  1027. "branch-alias": {
  1028. "dev-master": "1.2.x-dev"
  1029. }
  1030. },
  1031. "autoload": {
  1032. "classmap": [
  1033. "src/"
  1034. ]
  1035. },
  1036. "notification-url": "https://packagist.org/downloads/",
  1037. "license": [
  1038. "BSD-3-Clause"
  1039. ],
  1040. "authors": [
  1041. {
  1042. "name": "Jeff Welch",
  1043. "email": "whatthejeff@gmail.com"
  1044. },
  1045. {
  1046. "name": "Volker Dusch",
  1047. "email": "github@wallbash.com"
  1048. },
  1049. {
  1050. "name": "Bernhard Schussek",
  1051. "email": "bschussek@2bepublished.at"
  1052. },
  1053. {
  1054. "name": "Sebastian Bergmann",
  1055. "email": "sebastian@phpunit.de"
  1056. }
  1057. ],
  1058. "description": "Provides the functionality to compare PHP values for equality",
  1059. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1060. "keywords": [
  1061. "comparator",
  1062. "compare",
  1063. "equality"
  1064. ],
  1065. "time": "2017-01-29T09:50:25+00:00"
  1066. },
  1067. {
  1068. "name": "sebastian/diff",
  1069. "version": "1.4.3",
  1070. "source": {
  1071. "type": "git",
  1072. "url": "https://github.com/sebastianbergmann/diff.git",
  1073. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  1074. },
  1075. "dist": {
  1076. "type": "zip",
  1077. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1078. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  1079. "shasum": ""
  1080. },
  1081. "require": {
  1082. "php": "^5.3.3 || ^7.0"
  1083. },
  1084. "require-dev": {
  1085. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  1086. },
  1087. "type": "library",
  1088. "extra": {
  1089. "branch-alias": {
  1090. "dev-master": "1.4-dev"
  1091. }
  1092. },
  1093. "autoload": {
  1094. "classmap": [
  1095. "src/"
  1096. ]
  1097. },
  1098. "notification-url": "https://packagist.org/downloads/",
  1099. "license": [
  1100. "BSD-3-Clause"
  1101. ],
  1102. "authors": [
  1103. {
  1104. "name": "Kore Nordmann",
  1105. "email": "mail@kore-nordmann.de"
  1106. },
  1107. {
  1108. "name": "Sebastian Bergmann",
  1109. "email": "sebastian@phpunit.de"
  1110. }
  1111. ],
  1112. "description": "Diff implementation",
  1113. "homepage": "https://github.com/sebastianbergmann/diff",
  1114. "keywords": [
  1115. "diff"
  1116. ],
  1117. "time": "2017-05-22T07:24:03+00:00"
  1118. },
  1119. {
  1120. "name": "sebastian/exporter",
  1121. "version": "2.0.0",
  1122. "source": {
  1123. "type": "git",
  1124. "url": "https://github.com/sebastianbergmann/exporter.git",
  1125. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
  1126. },
  1127. "dist": {
  1128. "type": "zip",
  1129. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  1130. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  1131. "shasum": ""
  1132. },
  1133. "require": {
  1134. "php": ">=5.3.3",
  1135. "sebastian/recursion-context": "~2.0"
  1136. },
  1137. "require-dev": {
  1138. "ext-mbstring": "*",
  1139. "phpunit/phpunit": "~4.4"
  1140. },
  1141. "type": "library",
  1142. "extra": {
  1143. "branch-alias": {
  1144. "dev-master": "2.0.x-dev"
  1145. }
  1146. },
  1147. "autoload": {
  1148. "classmap": [
  1149. "src/"
  1150. ]
  1151. },
  1152. "notification-url": "https://packagist.org/downloads/",
  1153. "license": [
  1154. "BSD-3-Clause"
  1155. ],
  1156. "authors": [
  1157. {
  1158. "name": "Jeff Welch",
  1159. "email": "whatthejeff@gmail.com"
  1160. },
  1161. {
  1162. "name": "Volker Dusch",
  1163. "email": "github@wallbash.com"
  1164. },
  1165. {
  1166. "name": "Bernhard Schussek",
  1167. "email": "bschussek@2bepublished.at"
  1168. },
  1169. {
  1170. "name": "Sebastian Bergmann",
  1171. "email": "sebastian@phpunit.de"
  1172. },
  1173. {
  1174. "name": "Adam Harvey",
  1175. "email": "aharvey@php.net"
  1176. }
  1177. ],
  1178. "description": "Provides the functionality to export PHP variables for visualization",
  1179. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1180. "keywords": [
  1181. "export",
  1182. "exporter"
  1183. ],
  1184. "time": "2016-11-19T08:54:04+00:00"
  1185. },
  1186. {
  1187. "name": "sebastian/recursion-context",
  1188. "version": "2.0.0",
  1189. "source": {
  1190. "type": "git",
  1191. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1192. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
  1193. },
  1194. "dist": {
  1195. "type": "zip",
  1196. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1197. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1198. "shasum": ""
  1199. },
  1200. "require": {
  1201. "php": ">=5.3.3"
  1202. },
  1203. "require-dev": {
  1204. "phpunit/phpunit": "~4.4"
  1205. },
  1206. "type": "library",
  1207. "extra": {
  1208. "branch-alias": {
  1209. "dev-master": "2.0.x-dev"
  1210. }
  1211. },
  1212. "autoload": {
  1213. "classmap": [
  1214. "src/"
  1215. ]
  1216. },
  1217. "notification-url": "https://packagist.org/downloads/",
  1218. "license": [
  1219. "BSD-3-Clause"
  1220. ],
  1221. "authors": [
  1222. {
  1223. "name": "Jeff Welch",
  1224. "email": "whatthejeff@gmail.com"
  1225. },
  1226. {
  1227. "name": "Sebastian Bergmann",
  1228. "email": "sebastian@phpunit.de"
  1229. },
  1230. {
  1231. "name": "Adam Harvey",
  1232. "email": "aharvey@php.net"
  1233. }
  1234. ],
  1235. "description": "Provides functionality to recursively process PHP variables",
  1236. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1237. "time": "2016-11-19T07:33:16+00:00"
  1238. },
  1239. {
  1240. "name": "symfony/phpunit-bridge",
  1241. "version": "v4.2.12",
  1242. "source": {
  1243. "type": "git",
  1244. "url": "https://github.com/symfony/phpunit-bridge.git",
  1245. "reference": "80f9ffa6afcc27c7b00e8b8446b1d5d48d94bae7"
  1246. },
  1247. "dist": {
  1248. "type": "zip",
  1249. "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/80f9ffa6afcc27c7b00e8b8446b1d5d48d94bae7",
  1250. "reference": "80f9ffa6afcc27c7b00e8b8446b1d5d48d94bae7",
  1251. "shasum": ""
  1252. },
  1253. "require": {
  1254. "php": ">=5.3.3"
  1255. },
  1256. "conflict": {
  1257. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
  1258. },
  1259. "suggest": {
  1260. "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
  1261. },
  1262. "bin": [
  1263. "bin/simple-phpunit"
  1264. ],
  1265. "type": "symfony-bridge",
  1266. "extra": {
  1267. "branch-alias": {
  1268. "dev-master": "4.2-dev"
  1269. },
  1270. "thanks": {
  1271. "name": "phpunit/phpunit",
  1272. "url": "https://github.com/sebastianbergmann/phpunit"
  1273. }
  1274. },
  1275. "autoload": {
  1276. "files": [
  1277. "bootstrap.php"
  1278. ],
  1279. "psr-4": {
  1280. "Symfony\\Bridge\\PhpUnit\\": ""
  1281. },
  1282. "exclude-from-classmap": [
  1283. "/Tests/"
  1284. ]
  1285. },
  1286. "notification-url": "https://packagist.org/downloads/",
  1287. "license": [
  1288. "MIT"
  1289. ],
  1290. "authors": [
  1291. {
  1292. "name": "Nicolas Grekas",
  1293. "email": "p@tchwork.com"
  1294. },
  1295. {
  1296. "name": "Symfony Community",
  1297. "homepage": "https://symfony.com/contributors"
  1298. }
  1299. ],
  1300. "description": "Symfony PHPUnit Bridge",
  1301. "homepage": "https://symfony.com",
  1302. "time": "2019-07-05T06:33:37+00:00"
  1303. }
  1304. ],
  1305. "aliases": [],
  1306. "minimum-stability": "stable",
  1307. "stability-flags": [],
  1308. "prefer-stable": false,
  1309. "prefer-lowest": false,
  1310. "platform": {
  1311. "php": "^5.3.2 || ^7.0"
  1312. },
  1313. "platform-dev": [],
  1314. "platform-overrides": {
  1315. "php": "5.3.9"
  1316. }
  1317. }