composer.lock 51 KB

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