composer.lock 59 KB

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