composer.lock 49 KB

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