composer.lock 44 KB

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