composer.lock 45 KB

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