composer.lock 51 KB

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