composer.lock 50 KB

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