composer.lock 42 KB

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