composer.lock 59 KB

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