composer.lock 50 KB

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