composer.lock 47 KB

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