composer.lock 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403
  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": "ed946efe7113827ff28dec6e3679b74b",
  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.9",
  276. "target-dir": "Symfony/Component/Console",
  277. "source": {
  278. "type": "git",
  279. "url": "https://github.com/symfony/Console.git",
  280. "reference": "b5ec0c11a204718f2b656357f5505a8e578f30dd"
  281. },
  282. "dist": {
  283. "type": "zip",
  284. "url": "https://api.github.com/repos/symfony/Console/zipball/b5ec0c11a204718f2b656357f5505a8e578f30dd",
  285. "reference": "b5ec0c11a204718f2b656357f5505a8e578f30dd",
  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-05-29 14:42:58"
  330. },
  331. {
  332. "name": "symfony/finder",
  333. "version": "v2.6.9",
  334. "target-dir": "Symfony/Component/Finder",
  335. "source": {
  336. "type": "git",
  337. "url": "https://github.com/symfony/Finder.git",
  338. "reference": "ffedd3e0ff8155188155e9322fe21b9ee012ac14"
  339. },
  340. "dist": {
  341. "type": "zip",
  342. "url": "https://api.github.com/repos/symfony/Finder/zipball/ffedd3e0ff8155188155e9322fe21b9ee012ac14",
  343. "reference": "ffedd3e0ff8155188155e9322fe21b9ee012ac14",
  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\\Finder\\": ""
  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 Finder Component",
  378. "homepage": "https://symfony.com",
  379. "time": "2015-05-15 13:32:45"
  380. },
  381. {
  382. "name": "symfony/process",
  383. "version": "v2.6.9",
  384. "target-dir": "Symfony/Component/Process",
  385. "source": {
  386. "type": "git",
  387. "url": "https://github.com/symfony/Process.git",
  388. "reference": "7856d78ab6cce6e59d02d9e1a873441f6bd21306"
  389. },
  390. "dist": {
  391. "type": "zip",
  392. "url": "https://api.github.com/repos/symfony/Process/zipball/7856d78ab6cce6e59d02d9e1a873441f6bd21306",
  393. "reference": "7856d78ab6cce6e59d02d9e1a873441f6bd21306",
  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\\Process\\": ""
  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 Process Component",
  428. "homepage": "https://symfony.com",
  429. "time": "2015-05-15 13:32:45"
  430. }
  431. ],
  432. "packages-dev": [
  433. {
  434. "name": "doctrine/instantiator",
  435. "version": "1.0.4",
  436. "source": {
  437. "type": "git",
  438. "url": "https://github.com/doctrine/instantiator.git",
  439. "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
  440. },
  441. "dist": {
  442. "type": "zip",
  443. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
  444. "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
  445. "shasum": ""
  446. },
  447. "require": {
  448. "php": ">=5.3,<8.0-DEV"
  449. },
  450. "require-dev": {
  451. "athletic/athletic": "~0.1.8",
  452. "ext-pdo": "*",
  453. "ext-phar": "*",
  454. "phpunit/phpunit": "~4.0",
  455. "squizlabs/php_codesniffer": "2.0.*@ALPHA"
  456. },
  457. "type": "library",
  458. "extra": {
  459. "branch-alias": {
  460. "dev-master": "1.0.x-dev"
  461. }
  462. },
  463. "autoload": {
  464. "psr-0": {
  465. "Doctrine\\Instantiator\\": "src"
  466. }
  467. },
  468. "notification-url": "https://packagist.org/downloads/",
  469. "license": [
  470. "MIT"
  471. ],
  472. "authors": [
  473. {
  474. "name": "Marco Pivetta",
  475. "email": "ocramius@gmail.com",
  476. "homepage": "http://ocramius.github.com/"
  477. }
  478. ],
  479. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  480. "homepage": "https://github.com/doctrine/instantiator",
  481. "keywords": [
  482. "constructor",
  483. "instantiate"
  484. ],
  485. "time": "2014-10-13 12:58:55"
  486. },
  487. {
  488. "name": "phpdocumentor/reflection-docblock",
  489. "version": "2.0.4",
  490. "source": {
  491. "type": "git",
  492. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  493. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  494. },
  495. "dist": {
  496. "type": "zip",
  497. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  498. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  499. "shasum": ""
  500. },
  501. "require": {
  502. "php": ">=5.3.3"
  503. },
  504. "require-dev": {
  505. "phpunit/phpunit": "~4.0"
  506. },
  507. "suggest": {
  508. "dflydev/markdown": "~1.0",
  509. "erusev/parsedown": "~1.0"
  510. },
  511. "type": "library",
  512. "extra": {
  513. "branch-alias": {
  514. "dev-master": "2.0.x-dev"
  515. }
  516. },
  517. "autoload": {
  518. "psr-0": {
  519. "phpDocumentor": [
  520. "src/"
  521. ]
  522. }
  523. },
  524. "notification-url": "https://packagist.org/downloads/",
  525. "license": [
  526. "MIT"
  527. ],
  528. "authors": [
  529. {
  530. "name": "Mike van Riel",
  531. "email": "mike.vanriel@naenius.com"
  532. }
  533. ],
  534. "time": "2015-02-03 12:10:50"
  535. },
  536. {
  537. "name": "phpspec/prophecy",
  538. "version": "v1.4.1",
  539. "source": {
  540. "type": "git",
  541. "url": "https://github.com/phpspec/prophecy.git",
  542. "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
  543. },
  544. "dist": {
  545. "type": "zip",
  546. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
  547. "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
  548. "shasum": ""
  549. },
  550. "require": {
  551. "doctrine/instantiator": "^1.0.2",
  552. "phpdocumentor/reflection-docblock": "~2.0",
  553. "sebastian/comparator": "~1.1"
  554. },
  555. "require-dev": {
  556. "phpspec/phpspec": "~2.0"
  557. },
  558. "type": "library",
  559. "extra": {
  560. "branch-alias": {
  561. "dev-master": "1.4.x-dev"
  562. }
  563. },
  564. "autoload": {
  565. "psr-0": {
  566. "Prophecy\\": "src/"
  567. }
  568. },
  569. "notification-url": "https://packagist.org/downloads/",
  570. "license": [
  571. "MIT"
  572. ],
  573. "authors": [
  574. {
  575. "name": "Konstantin Kudryashov",
  576. "email": "ever.zet@gmail.com",
  577. "homepage": "http://everzet.com"
  578. },
  579. {
  580. "name": "Marcello Duarte",
  581. "email": "marcello.duarte@gmail.com"
  582. }
  583. ],
  584. "description": "Highly opinionated mocking framework for PHP 5.3+",
  585. "homepage": "https://github.com/phpspec/prophecy",
  586. "keywords": [
  587. "Double",
  588. "Dummy",
  589. "fake",
  590. "mock",
  591. "spy",
  592. "stub"
  593. ],
  594. "time": "2015-04-27 22:15:08"
  595. },
  596. {
  597. "name": "phpunit/php-code-coverage",
  598. "version": "2.1.5",
  599. "source": {
  600. "type": "git",
  601. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  602. "reference": "be2286cb8c7e1773eded49d9719219e6f74f9e3e"
  603. },
  604. "dist": {
  605. "type": "zip",
  606. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/be2286cb8c7e1773eded49d9719219e6f74f9e3e",
  607. "reference": "be2286cb8c7e1773eded49d9719219e6f74f9e3e",
  608. "shasum": ""
  609. },
  610. "require": {
  611. "php": ">=5.3.3",
  612. "phpunit/php-file-iterator": "~1.3",
  613. "phpunit/php-text-template": "~1.2",
  614. "phpunit/php-token-stream": "~1.3",
  615. "sebastian/environment": "~1.0",
  616. "sebastian/version": "~1.0"
  617. },
  618. "require-dev": {
  619. "ext-xdebug": ">=2.1.4",
  620. "phpunit/phpunit": "~4"
  621. },
  622. "suggest": {
  623. "ext-dom": "*",
  624. "ext-xdebug": ">=2.2.1",
  625. "ext-xmlwriter": "*"
  626. },
  627. "type": "library",
  628. "extra": {
  629. "branch-alias": {
  630. "dev-master": "2.1.x-dev"
  631. }
  632. },
  633. "autoload": {
  634. "classmap": [
  635. "src/"
  636. ]
  637. },
  638. "notification-url": "https://packagist.org/downloads/",
  639. "license": [
  640. "BSD-3-Clause"
  641. ],
  642. "authors": [
  643. {
  644. "name": "Sebastian Bergmann",
  645. "email": "sb@sebastian-bergmann.de",
  646. "role": "lead"
  647. }
  648. ],
  649. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  650. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  651. "keywords": [
  652. "coverage",
  653. "testing",
  654. "xunit"
  655. ],
  656. "time": "2015-06-09 13:05:42"
  657. },
  658. {
  659. "name": "phpunit/php-file-iterator",
  660. "version": "1.4.0",
  661. "source": {
  662. "type": "git",
  663. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  664. "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb"
  665. },
  666. "dist": {
  667. "type": "zip",
  668. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb",
  669. "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb",
  670. "shasum": ""
  671. },
  672. "require": {
  673. "php": ">=5.3.3"
  674. },
  675. "type": "library",
  676. "extra": {
  677. "branch-alias": {
  678. "dev-master": "1.4.x-dev"
  679. }
  680. },
  681. "autoload": {
  682. "classmap": [
  683. "src/"
  684. ]
  685. },
  686. "notification-url": "https://packagist.org/downloads/",
  687. "license": [
  688. "BSD-3-Clause"
  689. ],
  690. "authors": [
  691. {
  692. "name": "Sebastian Bergmann",
  693. "email": "sb@sebastian-bergmann.de",
  694. "role": "lead"
  695. }
  696. ],
  697. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  698. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  699. "keywords": [
  700. "filesystem",
  701. "iterator"
  702. ],
  703. "time": "2015-04-02 05:19:05"
  704. },
  705. {
  706. "name": "phpunit/php-text-template",
  707. "version": "1.2.0",
  708. "source": {
  709. "type": "git",
  710. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  711. "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
  712. },
  713. "dist": {
  714. "type": "zip",
  715. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  716. "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  717. "shasum": ""
  718. },
  719. "require": {
  720. "php": ">=5.3.3"
  721. },
  722. "type": "library",
  723. "autoload": {
  724. "classmap": [
  725. "Text/"
  726. ]
  727. },
  728. "notification-url": "https://packagist.org/downloads/",
  729. "include-path": [
  730. ""
  731. ],
  732. "license": [
  733. "BSD-3-Clause"
  734. ],
  735. "authors": [
  736. {
  737. "name": "Sebastian Bergmann",
  738. "email": "sb@sebastian-bergmann.de",
  739. "role": "lead"
  740. }
  741. ],
  742. "description": "Simple template engine.",
  743. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  744. "keywords": [
  745. "template"
  746. ],
  747. "time": "2014-01-30 17:20:04"
  748. },
  749. {
  750. "name": "phpunit/php-timer",
  751. "version": "1.0.5",
  752. "source": {
  753. "type": "git",
  754. "url": "https://github.com/sebastianbergmann/php-timer.git",
  755. "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
  756. },
  757. "dist": {
  758. "type": "zip",
  759. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
  760. "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
  761. "shasum": ""
  762. },
  763. "require": {
  764. "php": ">=5.3.3"
  765. },
  766. "type": "library",
  767. "autoload": {
  768. "classmap": [
  769. "PHP/"
  770. ]
  771. },
  772. "notification-url": "https://packagist.org/downloads/",
  773. "include-path": [
  774. ""
  775. ],
  776. "license": [
  777. "BSD-3-Clause"
  778. ],
  779. "authors": [
  780. {
  781. "name": "Sebastian Bergmann",
  782. "email": "sb@sebastian-bergmann.de",
  783. "role": "lead"
  784. }
  785. ],
  786. "description": "Utility class for timing",
  787. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  788. "keywords": [
  789. "timer"
  790. ],
  791. "time": "2013-08-02 07:42:54"
  792. },
  793. {
  794. "name": "phpunit/php-token-stream",
  795. "version": "1.4.1",
  796. "source": {
  797. "type": "git",
  798. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  799. "reference": "eab81d02569310739373308137284e0158424330"
  800. },
  801. "dist": {
  802. "type": "zip",
  803. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/eab81d02569310739373308137284e0158424330",
  804. "reference": "eab81d02569310739373308137284e0158424330",
  805. "shasum": ""
  806. },
  807. "require": {
  808. "ext-tokenizer": "*",
  809. "php": ">=5.3.3"
  810. },
  811. "require-dev": {
  812. "phpunit/phpunit": "~4.2"
  813. },
  814. "type": "library",
  815. "extra": {
  816. "branch-alias": {
  817. "dev-master": "1.4-dev"
  818. }
  819. },
  820. "autoload": {
  821. "classmap": [
  822. "src/"
  823. ]
  824. },
  825. "notification-url": "https://packagist.org/downloads/",
  826. "license": [
  827. "BSD-3-Clause"
  828. ],
  829. "authors": [
  830. {
  831. "name": "Sebastian Bergmann",
  832. "email": "sebastian@phpunit.de"
  833. }
  834. ],
  835. "description": "Wrapper around PHP's tokenizer extension.",
  836. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  837. "keywords": [
  838. "tokenizer"
  839. ],
  840. "time": "2015-04-08 04:46:07"
  841. },
  842. {
  843. "name": "phpunit/phpunit",
  844. "version": "4.7.2",
  845. "source": {
  846. "type": "git",
  847. "url": "https://github.com/sebastianbergmann/phpunit.git",
  848. "reference": "8e0c63329c8c4185296b8d357daa5c6bae43080f"
  849. },
  850. "dist": {
  851. "type": "zip",
  852. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8e0c63329c8c4185296b8d357daa5c6bae43080f",
  853. "reference": "8e0c63329c8c4185296b8d357daa5c6bae43080f",
  854. "shasum": ""
  855. },
  856. "require": {
  857. "ext-dom": "*",
  858. "ext-json": "*",
  859. "ext-pcre": "*",
  860. "ext-reflection": "*",
  861. "ext-spl": "*",
  862. "php": ">=5.3.3",
  863. "phpspec/prophecy": "~1.3,>=1.3.1",
  864. "phpunit/php-code-coverage": "~2.1",
  865. "phpunit/php-file-iterator": "~1.4",
  866. "phpunit/php-text-template": "~1.2",
  867. "phpunit/php-timer": "~1.0",
  868. "phpunit/phpunit-mock-objects": "~2.3",
  869. "sebastian/comparator": "~1.1",
  870. "sebastian/diff": "~1.2",
  871. "sebastian/environment": "~1.2",
  872. "sebastian/exporter": "~1.2",
  873. "sebastian/global-state": "~1.0",
  874. "sebastian/version": "~1.0",
  875. "symfony/yaml": "~2.1|~3.0"
  876. },
  877. "suggest": {
  878. "phpunit/php-invoker": "~1.1"
  879. },
  880. "bin": [
  881. "phpunit"
  882. ],
  883. "type": "library",
  884. "extra": {
  885. "branch-alias": {
  886. "dev-master": "4.7.x-dev"
  887. }
  888. },
  889. "autoload": {
  890. "classmap": [
  891. "src/"
  892. ]
  893. },
  894. "notification-url": "https://packagist.org/downloads/",
  895. "license": [
  896. "BSD-3-Clause"
  897. ],
  898. "authors": [
  899. {
  900. "name": "Sebastian Bergmann",
  901. "email": "sebastian@phpunit.de",
  902. "role": "lead"
  903. }
  904. ],
  905. "description": "The PHP Unit Testing framework.",
  906. "homepage": "https://phpunit.de/",
  907. "keywords": [
  908. "phpunit",
  909. "testing",
  910. "xunit"
  911. ],
  912. "time": "2015-06-06 08:36:08"
  913. },
  914. {
  915. "name": "phpunit/phpunit-mock-objects",
  916. "version": "2.3.0",
  917. "source": {
  918. "type": "git",
  919. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  920. "reference": "c63d2367247365f688544f0d500af90a11a44c65"
  921. },
  922. "dist": {
  923. "type": "zip",
  924. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65",
  925. "reference": "c63d2367247365f688544f0d500af90a11a44c65",
  926. "shasum": ""
  927. },
  928. "require": {
  929. "doctrine/instantiator": "~1.0,>=1.0.1",
  930. "php": ">=5.3.3",
  931. "phpunit/php-text-template": "~1.2"
  932. },
  933. "require-dev": {
  934. "phpunit/phpunit": "~4.3"
  935. },
  936. "suggest": {
  937. "ext-soap": "*"
  938. },
  939. "type": "library",
  940. "extra": {
  941. "branch-alias": {
  942. "dev-master": "2.3.x-dev"
  943. }
  944. },
  945. "autoload": {
  946. "classmap": [
  947. "src/"
  948. ]
  949. },
  950. "notification-url": "https://packagist.org/downloads/",
  951. "license": [
  952. "BSD-3-Clause"
  953. ],
  954. "authors": [
  955. {
  956. "name": "Sebastian Bergmann",
  957. "email": "sb@sebastian-bergmann.de",
  958. "role": "lead"
  959. }
  960. ],
  961. "description": "Mock Object library for PHPUnit",
  962. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  963. "keywords": [
  964. "mock",
  965. "xunit"
  966. ],
  967. "time": "2014-10-03 05:12:11"
  968. },
  969. {
  970. "name": "sebastian/comparator",
  971. "version": "1.1.1",
  972. "source": {
  973. "type": "git",
  974. "url": "https://github.com/sebastianbergmann/comparator.git",
  975. "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
  976. },
  977. "dist": {
  978. "type": "zip",
  979. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
  980. "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
  981. "shasum": ""
  982. },
  983. "require": {
  984. "php": ">=5.3.3",
  985. "sebastian/diff": "~1.2",
  986. "sebastian/exporter": "~1.2"
  987. },
  988. "require-dev": {
  989. "phpunit/phpunit": "~4.4"
  990. },
  991. "type": "library",
  992. "extra": {
  993. "branch-alias": {
  994. "dev-master": "1.1.x-dev"
  995. }
  996. },
  997. "autoload": {
  998. "classmap": [
  999. "src/"
  1000. ]
  1001. },
  1002. "notification-url": "https://packagist.org/downloads/",
  1003. "license": [
  1004. "BSD-3-Clause"
  1005. ],
  1006. "authors": [
  1007. {
  1008. "name": "Jeff Welch",
  1009. "email": "whatthejeff@gmail.com"
  1010. },
  1011. {
  1012. "name": "Volker Dusch",
  1013. "email": "github@wallbash.com"
  1014. },
  1015. {
  1016. "name": "Bernhard Schussek",
  1017. "email": "bschussek@2bepublished.at"
  1018. },
  1019. {
  1020. "name": "Sebastian Bergmann",
  1021. "email": "sebastian@phpunit.de"
  1022. }
  1023. ],
  1024. "description": "Provides the functionality to compare PHP values for equality",
  1025. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1026. "keywords": [
  1027. "comparator",
  1028. "compare",
  1029. "equality"
  1030. ],
  1031. "time": "2015-01-29 16:28:08"
  1032. },
  1033. {
  1034. "name": "sebastian/diff",
  1035. "version": "1.3.0",
  1036. "source": {
  1037. "type": "git",
  1038. "url": "https://github.com/sebastianbergmann/diff.git",
  1039. "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
  1040. },
  1041. "dist": {
  1042. "type": "zip",
  1043. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
  1044. "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
  1045. "shasum": ""
  1046. },
  1047. "require": {
  1048. "php": ">=5.3.3"
  1049. },
  1050. "require-dev": {
  1051. "phpunit/phpunit": "~4.2"
  1052. },
  1053. "type": "library",
  1054. "extra": {
  1055. "branch-alias": {
  1056. "dev-master": "1.3-dev"
  1057. }
  1058. },
  1059. "autoload": {
  1060. "classmap": [
  1061. "src/"
  1062. ]
  1063. },
  1064. "notification-url": "https://packagist.org/downloads/",
  1065. "license": [
  1066. "BSD-3-Clause"
  1067. ],
  1068. "authors": [
  1069. {
  1070. "name": "Kore Nordmann",
  1071. "email": "mail@kore-nordmann.de"
  1072. },
  1073. {
  1074. "name": "Sebastian Bergmann",
  1075. "email": "sebastian@phpunit.de"
  1076. }
  1077. ],
  1078. "description": "Diff implementation",
  1079. "homepage": "http://www.github.com/sebastianbergmann/diff",
  1080. "keywords": [
  1081. "diff"
  1082. ],
  1083. "time": "2015-02-22 15:13:53"
  1084. },
  1085. {
  1086. "name": "sebastian/environment",
  1087. "version": "1.2.2",
  1088. "source": {
  1089. "type": "git",
  1090. "url": "https://github.com/sebastianbergmann/environment.git",
  1091. "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
  1092. },
  1093. "dist": {
  1094. "type": "zip",
  1095. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e",
  1096. "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
  1097. "shasum": ""
  1098. },
  1099. "require": {
  1100. "php": ">=5.3.3"
  1101. },
  1102. "require-dev": {
  1103. "phpunit/phpunit": "~4.4"
  1104. },
  1105. "type": "library",
  1106. "extra": {
  1107. "branch-alias": {
  1108. "dev-master": "1.3.x-dev"
  1109. }
  1110. },
  1111. "autoload": {
  1112. "classmap": [
  1113. "src/"
  1114. ]
  1115. },
  1116. "notification-url": "https://packagist.org/downloads/",
  1117. "license": [
  1118. "BSD-3-Clause"
  1119. ],
  1120. "authors": [
  1121. {
  1122. "name": "Sebastian Bergmann",
  1123. "email": "sebastian@phpunit.de"
  1124. }
  1125. ],
  1126. "description": "Provides functionality to handle HHVM/PHP environments",
  1127. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1128. "keywords": [
  1129. "Xdebug",
  1130. "environment",
  1131. "hhvm"
  1132. ],
  1133. "time": "2015-01-01 10:01:08"
  1134. },
  1135. {
  1136. "name": "sebastian/exporter",
  1137. "version": "1.2.0",
  1138. "source": {
  1139. "type": "git",
  1140. "url": "https://github.com/sebastianbergmann/exporter.git",
  1141. "reference": "84839970d05254c73cde183a721c7af13aede943"
  1142. },
  1143. "dist": {
  1144. "type": "zip",
  1145. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
  1146. "reference": "84839970d05254c73cde183a721c7af13aede943",
  1147. "shasum": ""
  1148. },
  1149. "require": {
  1150. "php": ">=5.3.3",
  1151. "sebastian/recursion-context": "~1.0"
  1152. },
  1153. "require-dev": {
  1154. "phpunit/phpunit": "~4.4"
  1155. },
  1156. "type": "library",
  1157. "extra": {
  1158. "branch-alias": {
  1159. "dev-master": "1.2.x-dev"
  1160. }
  1161. },
  1162. "autoload": {
  1163. "classmap": [
  1164. "src/"
  1165. ]
  1166. },
  1167. "notification-url": "https://packagist.org/downloads/",
  1168. "license": [
  1169. "BSD-3-Clause"
  1170. ],
  1171. "authors": [
  1172. {
  1173. "name": "Jeff Welch",
  1174. "email": "whatthejeff@gmail.com"
  1175. },
  1176. {
  1177. "name": "Volker Dusch",
  1178. "email": "github@wallbash.com"
  1179. },
  1180. {
  1181. "name": "Bernhard Schussek",
  1182. "email": "bschussek@2bepublished.at"
  1183. },
  1184. {
  1185. "name": "Sebastian Bergmann",
  1186. "email": "sebastian@phpunit.de"
  1187. },
  1188. {
  1189. "name": "Adam Harvey",
  1190. "email": "aharvey@php.net"
  1191. }
  1192. ],
  1193. "description": "Provides the functionality to export PHP variables for visualization",
  1194. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1195. "keywords": [
  1196. "export",
  1197. "exporter"
  1198. ],
  1199. "time": "2015-01-27 07:23:06"
  1200. },
  1201. {
  1202. "name": "sebastian/global-state",
  1203. "version": "1.0.0",
  1204. "source": {
  1205. "type": "git",
  1206. "url": "https://github.com/sebastianbergmann/global-state.git",
  1207. "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
  1208. },
  1209. "dist": {
  1210. "type": "zip",
  1211. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
  1212. "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
  1213. "shasum": ""
  1214. },
  1215. "require": {
  1216. "php": ">=5.3.3"
  1217. },
  1218. "require-dev": {
  1219. "phpunit/phpunit": "~4.2"
  1220. },
  1221. "suggest": {
  1222. "ext-uopz": "*"
  1223. },
  1224. "type": "library",
  1225. "extra": {
  1226. "branch-alias": {
  1227. "dev-master": "1.0-dev"
  1228. }
  1229. },
  1230. "autoload": {
  1231. "classmap": [
  1232. "src/"
  1233. ]
  1234. },
  1235. "notification-url": "https://packagist.org/downloads/",
  1236. "license": [
  1237. "BSD-3-Clause"
  1238. ],
  1239. "authors": [
  1240. {
  1241. "name": "Sebastian Bergmann",
  1242. "email": "sebastian@phpunit.de"
  1243. }
  1244. ],
  1245. "description": "Snapshotting of global state",
  1246. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1247. "keywords": [
  1248. "global state"
  1249. ],
  1250. "time": "2014-10-06 09:23:50"
  1251. },
  1252. {
  1253. "name": "sebastian/recursion-context",
  1254. "version": "1.0.0",
  1255. "source": {
  1256. "type": "git",
  1257. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1258. "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
  1259. },
  1260. "dist": {
  1261. "type": "zip",
  1262. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
  1263. "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
  1264. "shasum": ""
  1265. },
  1266. "require": {
  1267. "php": ">=5.3.3"
  1268. },
  1269. "require-dev": {
  1270. "phpunit/phpunit": "~4.4"
  1271. },
  1272. "type": "library",
  1273. "extra": {
  1274. "branch-alias": {
  1275. "dev-master": "1.0.x-dev"
  1276. }
  1277. },
  1278. "autoload": {
  1279. "classmap": [
  1280. "src/"
  1281. ]
  1282. },
  1283. "notification-url": "https://packagist.org/downloads/",
  1284. "license": [
  1285. "BSD-3-Clause"
  1286. ],
  1287. "authors": [
  1288. {
  1289. "name": "Jeff Welch",
  1290. "email": "whatthejeff@gmail.com"
  1291. },
  1292. {
  1293. "name": "Sebastian Bergmann",
  1294. "email": "sebastian@phpunit.de"
  1295. },
  1296. {
  1297. "name": "Adam Harvey",
  1298. "email": "aharvey@php.net"
  1299. }
  1300. ],
  1301. "description": "Provides functionality to recursively process PHP variables",
  1302. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1303. "time": "2015-01-24 09:48:32"
  1304. },
  1305. {
  1306. "name": "sebastian/version",
  1307. "version": "1.0.5",
  1308. "source": {
  1309. "type": "git",
  1310. "url": "https://github.com/sebastianbergmann/version.git",
  1311. "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4"
  1312. },
  1313. "dist": {
  1314. "type": "zip",
  1315. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
  1316. "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4",
  1317. "shasum": ""
  1318. },
  1319. "type": "library",
  1320. "autoload": {
  1321. "classmap": [
  1322. "src/"
  1323. ]
  1324. },
  1325. "notification-url": "https://packagist.org/downloads/",
  1326. "license": [
  1327. "BSD-3-Clause"
  1328. ],
  1329. "authors": [
  1330. {
  1331. "name": "Sebastian Bergmann",
  1332. "email": "sebastian@phpunit.de",
  1333. "role": "lead"
  1334. }
  1335. ],
  1336. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1337. "homepage": "https://github.com/sebastianbergmann/version",
  1338. "time": "2015-02-24 06:35:25"
  1339. },
  1340. {
  1341. "name": "symfony/yaml",
  1342. "version": "v2.6.9",
  1343. "target-dir": "Symfony/Component/Yaml",
  1344. "source": {
  1345. "type": "git",
  1346. "url": "https://github.com/symfony/Yaml.git",
  1347. "reference": "f157ab074e453ecd4c0fa775f721f6e67a99d9e2"
  1348. },
  1349. "dist": {
  1350. "type": "zip",
  1351. "url": "https://api.github.com/repos/symfony/Yaml/zipball/f157ab074e453ecd4c0fa775f721f6e67a99d9e2",
  1352. "reference": "f157ab074e453ecd4c0fa775f721f6e67a99d9e2",
  1353. "shasum": ""
  1354. },
  1355. "require": {
  1356. "php": ">=5.3.3"
  1357. },
  1358. "require-dev": {
  1359. "symfony/phpunit-bridge": "~2.7"
  1360. },
  1361. "type": "library",
  1362. "extra": {
  1363. "branch-alias": {
  1364. "dev-master": "2.6-dev"
  1365. }
  1366. },
  1367. "autoload": {
  1368. "psr-0": {
  1369. "Symfony\\Component\\Yaml\\": ""
  1370. }
  1371. },
  1372. "notification-url": "https://packagist.org/downloads/",
  1373. "license": [
  1374. "MIT"
  1375. ],
  1376. "authors": [
  1377. {
  1378. "name": "Fabien Potencier",
  1379. "email": "fabien@symfony.com"
  1380. },
  1381. {
  1382. "name": "Symfony Community",
  1383. "homepage": "https://symfony.com/contributors"
  1384. }
  1385. ],
  1386. "description": "Symfony Yaml Component",
  1387. "homepage": "https://symfony.com",
  1388. "time": "2015-05-02 15:18:45"
  1389. }
  1390. ],
  1391. "aliases": [],
  1392. "minimum-stability": "stable",
  1393. "stability-flags": [],
  1394. "prefer-stable": false,
  1395. "prefer-lowest": false,
  1396. "platform": {
  1397. "php": ">=5.3.2"
  1398. },
  1399. "platform-dev": [],
  1400. "platform-overrides": {
  1401. "php": "5.3.3"
  1402. }
  1403. }