composer.lock 57 KB

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