composer.lock 42 KB

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