composer.lock 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700
  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": "eeb4afc3be46412ec15842ce4af01f0b",
  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.0",
  78. "source": {
  79. "type": "git",
  80. "url": "https://github.com/Seldaek/jsonlint.git",
  81. "reference": "a7bc2ec9520ad15382292591b617c43bdb1fec35"
  82. },
  83. "dist": {
  84. "type": "zip",
  85. "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/a7bc2ec9520ad15382292591b617c43bdb1fec35",
  86. "reference": "a7bc2ec9520ad15382292591b617c43bdb1fec35",
  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": "2014-09-05 15:36:20"
  120. },
  121. {
  122. "name": "symfony/console",
  123. "version": "v2.5.4",
  124. "target-dir": "Symfony/Component/Console",
  125. "source": {
  126. "type": "git",
  127. "url": "https://github.com/symfony/Console.git",
  128. "reference": "748beed2a1e73179c3f5154d33fe6ae100c1aeb1"
  129. },
  130. "dist": {
  131. "type": "zip",
  132. "url": "https://api.github.com/repos/symfony/Console/zipball/748beed2a1e73179c3f5154d33fe6ae100c1aeb1",
  133. "reference": "748beed2a1e73179c3f5154d33fe6ae100c1aeb1",
  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. },
  143. "suggest": {
  144. "psr/log": "For using the console logger",
  145. "symfony/event-dispatcher": ""
  146. },
  147. "type": "library",
  148. "extra": {
  149. "branch-alias": {
  150. "dev-master": "2.5-dev"
  151. }
  152. },
  153. "autoload": {
  154. "psr-0": {
  155. "Symfony\\Component\\Console\\": ""
  156. }
  157. },
  158. "notification-url": "https://packagist.org/downloads/",
  159. "license": [
  160. "MIT"
  161. ],
  162. "authors": [
  163. {
  164. "name": "Symfony Community",
  165. "homepage": "http://symfony.com/contributors"
  166. },
  167. {
  168. "name": "Fabien Potencier",
  169. "email": "fabien@symfony.com"
  170. }
  171. ],
  172. "description": "Symfony Console Component",
  173. "homepage": "http://symfony.com",
  174. "time": "2014-08-14 16:10:54"
  175. },
  176. {
  177. "name": "symfony/finder",
  178. "version": "v2.5.4",
  179. "target-dir": "Symfony/Component/Finder",
  180. "source": {
  181. "type": "git",
  182. "url": "https://github.com/symfony/Finder.git",
  183. "reference": "f40854d1a19c339c7f969f8f6d6d6e9153311c4c"
  184. },
  185. "dist": {
  186. "type": "zip",
  187. "url": "https://api.github.com/repos/symfony/Finder/zipball/f40854d1a19c339c7f969f8f6d6d6e9153311c4c",
  188. "reference": "f40854d1a19c339c7f969f8f6d6d6e9153311c4c",
  189. "shasum": ""
  190. },
  191. "require": {
  192. "php": ">=5.3.3"
  193. },
  194. "type": "library",
  195. "extra": {
  196. "branch-alias": {
  197. "dev-master": "2.5-dev"
  198. }
  199. },
  200. "autoload": {
  201. "psr-0": {
  202. "Symfony\\Component\\Finder\\": ""
  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 Finder Component",
  220. "homepage": "http://symfony.com",
  221. "time": "2014-09-03 09:00:14"
  222. },
  223. {
  224. "name": "symfony/process",
  225. "version": "v2.5.4",
  226. "target-dir": "Symfony/Component/Process",
  227. "source": {
  228. "type": "git",
  229. "url": "https://github.com/symfony/Process.git",
  230. "reference": "136cf0bdaacea81f779583376d47dd8aef4fc6ba"
  231. },
  232. "dist": {
  233. "type": "zip",
  234. "url": "https://api.github.com/repos/symfony/Process/zipball/136cf0bdaacea81f779583376d47dd8aef4fc6ba",
  235. "reference": "136cf0bdaacea81f779583376d47dd8aef4fc6ba",
  236. "shasum": ""
  237. },
  238. "require": {
  239. "php": ">=5.3.3"
  240. },
  241. "type": "library",
  242. "extra": {
  243. "branch-alias": {
  244. "dev-master": "2.5-dev"
  245. }
  246. },
  247. "autoload": {
  248. "psr-0": {
  249. "Symfony\\Component\\Process\\": ""
  250. }
  251. },
  252. "notification-url": "https://packagist.org/downloads/",
  253. "license": [
  254. "MIT"
  255. ],
  256. "authors": [
  257. {
  258. "name": "Symfony Community",
  259. "homepage": "http://symfony.com/contributors"
  260. },
  261. {
  262. "name": "Fabien Potencier",
  263. "email": "fabien@symfony.com"
  264. }
  265. ],
  266. "description": "Symfony Process Component",
  267. "homepage": "http://symfony.com",
  268. "time": "2014-08-31 03:22:04"
  269. }
  270. ],
  271. "packages-dev": [
  272. {
  273. "name": "phpunit/php-code-coverage",
  274. "version": "1.2.18",
  275. "source": {
  276. "type": "git",
  277. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  278. "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b"
  279. },
  280. "dist": {
  281. "type": "zip",
  282. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
  283. "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b",
  284. "shasum": ""
  285. },
  286. "require": {
  287. "php": ">=5.3.3",
  288. "phpunit/php-file-iterator": ">=1.3.0@stable",
  289. "phpunit/php-text-template": ">=1.2.0@stable",
  290. "phpunit/php-token-stream": ">=1.1.3,<1.3.0"
  291. },
  292. "require-dev": {
  293. "phpunit/phpunit": "3.7.*@dev"
  294. },
  295. "suggest": {
  296. "ext-dom": "*",
  297. "ext-xdebug": ">=2.0.5"
  298. },
  299. "type": "library",
  300. "extra": {
  301. "branch-alias": {
  302. "dev-master": "1.2.x-dev"
  303. }
  304. },
  305. "autoload": {
  306. "classmap": [
  307. "PHP/"
  308. ]
  309. },
  310. "notification-url": "https://packagist.org/downloads/",
  311. "include-path": [
  312. ""
  313. ],
  314. "license": [
  315. "BSD-3-Clause"
  316. ],
  317. "authors": [
  318. {
  319. "name": "Sebastian Bergmann",
  320. "email": "sb@sebastian-bergmann.de",
  321. "role": "lead"
  322. }
  323. ],
  324. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  325. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  326. "keywords": [
  327. "coverage",
  328. "testing",
  329. "xunit"
  330. ],
  331. "time": "2014-09-02 10:13:14"
  332. },
  333. {
  334. "name": "phpunit/php-file-iterator",
  335. "version": "1.3.4",
  336. "source": {
  337. "type": "git",
  338. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  339. "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
  340. },
  341. "dist": {
  342. "type": "zip",
  343. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
  344. "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
  345. "shasum": ""
  346. },
  347. "require": {
  348. "php": ">=5.3.3"
  349. },
  350. "type": "library",
  351. "autoload": {
  352. "classmap": [
  353. "File/"
  354. ]
  355. },
  356. "notification-url": "https://packagist.org/downloads/",
  357. "include-path": [
  358. ""
  359. ],
  360. "license": [
  361. "BSD-3-Clause"
  362. ],
  363. "authors": [
  364. {
  365. "name": "Sebastian Bergmann",
  366. "email": "sb@sebastian-bergmann.de",
  367. "role": "lead"
  368. }
  369. ],
  370. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  371. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  372. "keywords": [
  373. "filesystem",
  374. "iterator"
  375. ],
  376. "time": "2013-10-10 15:34:57"
  377. },
  378. {
  379. "name": "phpunit/php-text-template",
  380. "version": "1.2.0",
  381. "source": {
  382. "type": "git",
  383. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  384. "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
  385. },
  386. "dist": {
  387. "type": "zip",
  388. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  389. "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  390. "shasum": ""
  391. },
  392. "require": {
  393. "php": ">=5.3.3"
  394. },
  395. "type": "library",
  396. "autoload": {
  397. "classmap": [
  398. "Text/"
  399. ]
  400. },
  401. "notification-url": "https://packagist.org/downloads/",
  402. "include-path": [
  403. ""
  404. ],
  405. "license": [
  406. "BSD-3-Clause"
  407. ],
  408. "authors": [
  409. {
  410. "name": "Sebastian Bergmann",
  411. "email": "sb@sebastian-bergmann.de",
  412. "role": "lead"
  413. }
  414. ],
  415. "description": "Simple template engine.",
  416. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  417. "keywords": [
  418. "template"
  419. ],
  420. "time": "2014-01-30 17:20:04"
  421. },
  422. {
  423. "name": "phpunit/php-timer",
  424. "version": "1.0.5",
  425. "source": {
  426. "type": "git",
  427. "url": "https://github.com/sebastianbergmann/php-timer.git",
  428. "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
  429. },
  430. "dist": {
  431. "type": "zip",
  432. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
  433. "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
  434. "shasum": ""
  435. },
  436. "require": {
  437. "php": ">=5.3.3"
  438. },
  439. "type": "library",
  440. "autoload": {
  441. "classmap": [
  442. "PHP/"
  443. ]
  444. },
  445. "notification-url": "https://packagist.org/downloads/",
  446. "include-path": [
  447. ""
  448. ],
  449. "license": [
  450. "BSD-3-Clause"
  451. ],
  452. "authors": [
  453. {
  454. "name": "Sebastian Bergmann",
  455. "email": "sb@sebastian-bergmann.de",
  456. "role": "lead"
  457. }
  458. ],
  459. "description": "Utility class for timing",
  460. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  461. "keywords": [
  462. "timer"
  463. ],
  464. "time": "2013-08-02 07:42:54"
  465. },
  466. {
  467. "name": "phpunit/php-token-stream",
  468. "version": "1.2.2",
  469. "source": {
  470. "type": "git",
  471. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  472. "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32"
  473. },
  474. "dist": {
  475. "type": "zip",
  476. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
  477. "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32",
  478. "shasum": ""
  479. },
  480. "require": {
  481. "ext-tokenizer": "*",
  482. "php": ">=5.3.3"
  483. },
  484. "type": "library",
  485. "extra": {
  486. "branch-alias": {
  487. "dev-master": "1.2-dev"
  488. }
  489. },
  490. "autoload": {
  491. "classmap": [
  492. "PHP/"
  493. ]
  494. },
  495. "notification-url": "https://packagist.org/downloads/",
  496. "include-path": [
  497. ""
  498. ],
  499. "license": [
  500. "BSD-3-Clause"
  501. ],
  502. "authors": [
  503. {
  504. "name": "Sebastian Bergmann",
  505. "email": "sb@sebastian-bergmann.de",
  506. "role": "lead"
  507. }
  508. ],
  509. "description": "Wrapper around PHP's tokenizer extension.",
  510. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  511. "keywords": [
  512. "tokenizer"
  513. ],
  514. "time": "2014-03-03 05:10:30"
  515. },
  516. {
  517. "name": "phpunit/phpunit",
  518. "version": "3.7.37",
  519. "source": {
  520. "type": "git",
  521. "url": "https://github.com/sebastianbergmann/phpunit.git",
  522. "reference": "ae6cefd7cc84586a5ef27e04bae11ee940ec63dc"
  523. },
  524. "dist": {
  525. "type": "zip",
  526. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ae6cefd7cc84586a5ef27e04bae11ee940ec63dc",
  527. "reference": "ae6cefd7cc84586a5ef27e04bae11ee940ec63dc",
  528. "shasum": ""
  529. },
  530. "require": {
  531. "ext-ctype": "*",
  532. "ext-dom": "*",
  533. "ext-json": "*",
  534. "ext-pcre": "*",
  535. "ext-reflection": "*",
  536. "ext-spl": "*",
  537. "php": ">=5.3.3",
  538. "phpunit/php-code-coverage": "~1.2",
  539. "phpunit/php-file-iterator": "~1.3",
  540. "phpunit/php-text-template": "~1.1",
  541. "phpunit/php-timer": "~1.0",
  542. "phpunit/phpunit-mock-objects": "~1.2",
  543. "symfony/yaml": "~2.0"
  544. },
  545. "require-dev": {
  546. "pear-pear.php.net/pear": "1.9.4"
  547. },
  548. "suggest": {
  549. "phpunit/php-invoker": "~1.1"
  550. },
  551. "bin": [
  552. "composer/bin/phpunit"
  553. ],
  554. "type": "library",
  555. "extra": {
  556. "branch-alias": {
  557. "dev-master": "3.7.x-dev"
  558. }
  559. },
  560. "autoload": {
  561. "classmap": [
  562. "PHPUnit/"
  563. ]
  564. },
  565. "notification-url": "https://packagist.org/downloads/",
  566. "include-path": [
  567. "",
  568. "../../symfony/yaml/"
  569. ],
  570. "license": [
  571. "BSD-3-Clause"
  572. ],
  573. "authors": [
  574. {
  575. "name": "Sebastian Bergmann",
  576. "email": "sebastian@phpunit.de",
  577. "role": "lead"
  578. }
  579. ],
  580. "description": "The PHP Unit Testing framework.",
  581. "homepage": "http://www.phpunit.de/",
  582. "keywords": [
  583. "phpunit",
  584. "testing",
  585. "xunit"
  586. ],
  587. "time": "2014-04-30 12:24:19"
  588. },
  589. {
  590. "name": "phpunit/phpunit-mock-objects",
  591. "version": "1.2.3",
  592. "source": {
  593. "type": "git",
  594. "url": "git://github.com/sebastianbergmann/phpunit-mock-objects.git",
  595. "reference": "1.2.3"
  596. },
  597. "dist": {
  598. "type": "zip",
  599. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects/archive/1.2.3.zip",
  600. "reference": "1.2.3",
  601. "shasum": ""
  602. },
  603. "require": {
  604. "php": ">=5.3.3",
  605. "phpunit/php-text-template": ">=1.1.1@stable"
  606. },
  607. "suggest": {
  608. "ext-soap": "*"
  609. },
  610. "type": "library",
  611. "autoload": {
  612. "classmap": [
  613. "PHPUnit/"
  614. ]
  615. },
  616. "notification-url": "https://packagist.org/downloads/",
  617. "include-path": [
  618. ""
  619. ],
  620. "license": [
  621. "BSD-3-Clause"
  622. ],
  623. "authors": [
  624. {
  625. "name": "Sebastian Bergmann",
  626. "email": "sb@sebastian-bergmann.de",
  627. "role": "lead"
  628. }
  629. ],
  630. "description": "Mock Object library for PHPUnit",
  631. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  632. "keywords": [
  633. "mock",
  634. "xunit"
  635. ],
  636. "time": "2013-01-13 10:24:48"
  637. },
  638. {
  639. "name": "symfony/yaml",
  640. "version": "v2.5.4",
  641. "target-dir": "Symfony/Component/Yaml",
  642. "source": {
  643. "type": "git",
  644. "url": "https://github.com/symfony/Yaml.git",
  645. "reference": "01a7695bcfb013d0a15c6757e15aae120342986f"
  646. },
  647. "dist": {
  648. "type": "zip",
  649. "url": "https://api.github.com/repos/symfony/Yaml/zipball/01a7695bcfb013d0a15c6757e15aae120342986f",
  650. "reference": "01a7695bcfb013d0a15c6757e15aae120342986f",
  651. "shasum": ""
  652. },
  653. "require": {
  654. "php": ">=5.3.3"
  655. },
  656. "type": "library",
  657. "extra": {
  658. "branch-alias": {
  659. "dev-master": "2.5-dev"
  660. }
  661. },
  662. "autoload": {
  663. "psr-0": {
  664. "Symfony\\Component\\Yaml\\": ""
  665. }
  666. },
  667. "notification-url": "https://packagist.org/downloads/",
  668. "license": [
  669. "MIT"
  670. ],
  671. "authors": [
  672. {
  673. "name": "Symfony Community",
  674. "homepage": "http://symfony.com/contributors"
  675. },
  676. {
  677. "name": "Fabien Potencier",
  678. "email": "fabien@symfony.com"
  679. }
  680. ],
  681. "description": "Symfony Yaml Component",
  682. "homepage": "http://symfony.com",
  683. "time": "2014-08-31 03:22:04"
  684. }
  685. ],
  686. "aliases": [
  687. ],
  688. "minimum-stability": "stable",
  689. "stability-flags": [
  690. ],
  691. "prefer-stable": false,
  692. "platform": {
  693. "php": ">=5.3.2"
  694. },
  695. "platform-dev": [
  696. ]
  697. }