composer.lock 49 KB

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