composer.lock 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665
  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. ],
  6. "hash": "fde56d480e03eef9e8c575b80cf5a09b",
  7. "packages": [
  8. {
  9. "name": "justinrainbow/json-schema",
  10. "version": "1.1.0",
  11. "source": {
  12. "type": "git",
  13. "url": "git://github.com/justinrainbow/json-schema.git",
  14. "reference": "v1.1.0"
  15. },
  16. "dist": {
  17. "type": "zip",
  18. "url": "https://github.com/justinrainbow/json-schema/zipball/v1.1.0",
  19. "reference": "v1.1.0",
  20. "shasum": ""
  21. },
  22. "require": {
  23. "php": ">=5.3.0"
  24. },
  25. "type": "library",
  26. "autoload": {
  27. "psr-0": {
  28. "JsonSchema": "src/"
  29. }
  30. },
  31. "time": "2012-01-02 21:33:17"
  32. },
  33. {
  34. "name": "seld/jsonlint",
  35. "version": "1.1.2",
  36. "source": {
  37. "type": "git",
  38. "url": "https://github.com/Seldaek/jsonlint.git",
  39. "reference": "7cd4c4965e17e6e4c07f26d566619a4c76f8c672"
  40. },
  41. "dist": {
  42. "type": "zip",
  43. "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/7cd4c4965e17e6e4c07f26d566619a4c76f8c672",
  44. "reference": "7cd4c4965e17e6e4c07f26d566619a4c76f8c672",
  45. "shasum": ""
  46. },
  47. "require": {
  48. "php": ">=5.3.0"
  49. },
  50. "bin": [
  51. "bin/jsonlint"
  52. ],
  53. "type": "library",
  54. "autoload": {
  55. "psr-0": {
  56. "Seld\\JsonLint": "src/"
  57. }
  58. },
  59. "notification-url": "https://packagist.org/downloads/",
  60. "license": [
  61. "MIT"
  62. ],
  63. "authors": [
  64. {
  65. "name": "Jordi Boggiano",
  66. "email": "j.boggiano@seld.be",
  67. "homepage": "http://seld.be",
  68. "role": "Developer"
  69. }
  70. ],
  71. "description": "JSON Linter",
  72. "keywords": [
  73. "json",
  74. "linter",
  75. "parser",
  76. "validator"
  77. ],
  78. "time": "2013-11-04 15:41:11"
  79. },
  80. {
  81. "name": "symfony/console",
  82. "version": "v2.4.2",
  83. "target-dir": "Symfony/Component/Console",
  84. "source": {
  85. "type": "git",
  86. "url": "https://github.com/symfony/Console.git",
  87. "reference": "940f217cbc3c8a33e5403e7c595495c4884400fe"
  88. },
  89. "dist": {
  90. "type": "zip",
  91. "url": "https://api.github.com/repos/symfony/Console/zipball/940f217cbc3c8a33e5403e7c595495c4884400fe",
  92. "reference": "940f217cbc3c8a33e5403e7c595495c4884400fe",
  93. "shasum": ""
  94. },
  95. "require": {
  96. "php": ">=5.3.3"
  97. },
  98. "require-dev": {
  99. "symfony/event-dispatcher": "~2.1"
  100. },
  101. "suggest": {
  102. "symfony/event-dispatcher": ""
  103. },
  104. "type": "library",
  105. "extra": {
  106. "branch-alias": {
  107. "dev-master": "2.4-dev"
  108. }
  109. },
  110. "autoload": {
  111. "psr-0": {
  112. "Symfony\\Component\\Console\\": ""
  113. }
  114. },
  115. "notification-url": "https://packagist.org/downloads/",
  116. "license": [
  117. "MIT"
  118. ],
  119. "authors": [
  120. {
  121. "name": "Fabien Potencier",
  122. "email": "fabien@symfony.com",
  123. "homepage": "http://fabien.potencier.org",
  124. "role": "Lead Developer"
  125. },
  126. {
  127. "name": "Symfony Community",
  128. "homepage": "http://symfony.com/contributors"
  129. }
  130. ],
  131. "description": "Symfony Console Component",
  132. "homepage": "http://symfony.com",
  133. "time": "2014-02-11 13:52:09"
  134. },
  135. {
  136. "name": "symfony/finder",
  137. "version": "v2.4.2",
  138. "target-dir": "Symfony/Component/Finder",
  139. "source": {
  140. "type": "git",
  141. "url": "https://github.com/symfony/Finder.git",
  142. "reference": "b6735d1fc16da13c4c7dddfe78366a4a098cf011"
  143. },
  144. "dist": {
  145. "type": "zip",
  146. "url": "https://api.github.com/repos/symfony/Finder/zipball/b6735d1fc16da13c4c7dddfe78366a4a098cf011",
  147. "reference": "b6735d1fc16da13c4c7dddfe78366a4a098cf011",
  148. "shasum": ""
  149. },
  150. "require": {
  151. "php": ">=5.3.3"
  152. },
  153. "type": "library",
  154. "extra": {
  155. "branch-alias": {
  156. "dev-master": "2.4-dev"
  157. }
  158. },
  159. "autoload": {
  160. "psr-0": {
  161. "Symfony\\Component\\Finder\\": ""
  162. }
  163. },
  164. "notification-url": "https://packagist.org/downloads/",
  165. "license": [
  166. "MIT"
  167. ],
  168. "authors": [
  169. {
  170. "name": "Fabien Potencier",
  171. "email": "fabien@symfony.com",
  172. "homepage": "http://fabien.potencier.org",
  173. "role": "Lead Developer"
  174. },
  175. {
  176. "name": "Symfony Community",
  177. "homepage": "http://symfony.com/contributors"
  178. }
  179. ],
  180. "description": "Symfony Finder Component",
  181. "homepage": "http://symfony.com",
  182. "time": "2014-01-07 13:28:54"
  183. },
  184. {
  185. "name": "symfony/process",
  186. "version": "v2.4.2",
  187. "target-dir": "Symfony/Component/Process",
  188. "source": {
  189. "type": "git",
  190. "url": "https://github.com/symfony/Process.git",
  191. "reference": "c175448bac997556f8ab972908a4e14c7291fb03"
  192. },
  193. "dist": {
  194. "type": "zip",
  195. "url": "https://api.github.com/repos/symfony/Process/zipball/c175448bac997556f8ab972908a4e14c7291fb03",
  196. "reference": "c175448bac997556f8ab972908a4e14c7291fb03",
  197. "shasum": ""
  198. },
  199. "require": {
  200. "php": ">=5.3.3"
  201. },
  202. "type": "library",
  203. "extra": {
  204. "branch-alias": {
  205. "dev-master": "2.4-dev"
  206. }
  207. },
  208. "autoload": {
  209. "psr-0": {
  210. "Symfony\\Component\\Process\\": ""
  211. }
  212. },
  213. "notification-url": "https://packagist.org/downloads/",
  214. "license": [
  215. "MIT"
  216. ],
  217. "authors": [
  218. {
  219. "name": "Fabien Potencier",
  220. "email": "fabien@symfony.com",
  221. "homepage": "http://fabien.potencier.org",
  222. "role": "Lead Developer"
  223. },
  224. {
  225. "name": "Symfony Community",
  226. "homepage": "http://symfony.com/contributors"
  227. }
  228. ],
  229. "description": "Symfony Process Component",
  230. "homepage": "http://symfony.com",
  231. "time": "2014-02-11 13:52:09"
  232. }
  233. ],
  234. "packages-dev": [
  235. {
  236. "name": "phpunit/php-code-coverage",
  237. "version": "1.2.15",
  238. "source": {
  239. "type": "git",
  240. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  241. "reference": "6ba4ed2895d538a039d5d5866edc4ec0424c7852"
  242. },
  243. "dist": {
  244. "type": "zip",
  245. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6ba4ed2895d538a039d5d5866edc4ec0424c7852",
  246. "reference": "6ba4ed2895d538a039d5d5866edc4ec0424c7852",
  247. "shasum": ""
  248. },
  249. "require": {
  250. "php": ">=5.3.3",
  251. "phpunit/php-file-iterator": ">=1.3.0@stable",
  252. "phpunit/php-text-template": ">=1.2.0@stable",
  253. "phpunit/php-token-stream": ">=1.1.3@stable"
  254. },
  255. "require-dev": {
  256. "phpunit/phpunit": "3.7.*@dev"
  257. },
  258. "suggest": {
  259. "ext-dom": "*",
  260. "ext-xdebug": ">=2.0.5"
  261. },
  262. "type": "library",
  263. "extra": {
  264. "branch-alias": {
  265. "dev-master": "1.2.x-dev"
  266. }
  267. },
  268. "autoload": {
  269. "classmap": [
  270. "PHP/"
  271. ]
  272. },
  273. "notification-url": "https://packagist.org/downloads/",
  274. "include-path": [
  275. ""
  276. ],
  277. "license": [
  278. "BSD-3-Clause"
  279. ],
  280. "authors": [
  281. {
  282. "name": "Sebastian Bergmann",
  283. "email": "sb@sebastian-bergmann.de",
  284. "role": "lead"
  285. }
  286. ],
  287. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  288. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  289. "keywords": [
  290. "coverage",
  291. "testing",
  292. "xunit"
  293. ],
  294. "time": "2014-02-03 07:44:47"
  295. },
  296. {
  297. "name": "phpunit/php-file-iterator",
  298. "version": "1.3.4",
  299. "source": {
  300. "type": "git",
  301. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  302. "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
  303. },
  304. "dist": {
  305. "type": "zip",
  306. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
  307. "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
  308. "shasum": ""
  309. },
  310. "require": {
  311. "php": ">=5.3.3"
  312. },
  313. "type": "library",
  314. "autoload": {
  315. "classmap": [
  316. "File/"
  317. ]
  318. },
  319. "notification-url": "https://packagist.org/downloads/",
  320. "include-path": [
  321. ""
  322. ],
  323. "license": [
  324. "BSD-3-Clause"
  325. ],
  326. "authors": [
  327. {
  328. "name": "Sebastian Bergmann",
  329. "email": "sb@sebastian-bergmann.de",
  330. "role": "lead"
  331. }
  332. ],
  333. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  334. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  335. "keywords": [
  336. "filesystem",
  337. "iterator"
  338. ],
  339. "time": "2013-10-10 15:34:57"
  340. },
  341. {
  342. "name": "phpunit/php-text-template",
  343. "version": "1.2.0",
  344. "source": {
  345. "type": "git",
  346. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  347. "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
  348. },
  349. "dist": {
  350. "type": "zip",
  351. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  352. "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  353. "shasum": ""
  354. },
  355. "require": {
  356. "php": ">=5.3.3"
  357. },
  358. "type": "library",
  359. "autoload": {
  360. "classmap": [
  361. "Text/"
  362. ]
  363. },
  364. "notification-url": "https://packagist.org/downloads/",
  365. "include-path": [
  366. ""
  367. ],
  368. "license": [
  369. "BSD-3-Clause"
  370. ],
  371. "authors": [
  372. {
  373. "name": "Sebastian Bergmann",
  374. "email": "sb@sebastian-bergmann.de",
  375. "role": "lead"
  376. }
  377. ],
  378. "description": "Simple template engine.",
  379. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  380. "keywords": [
  381. "template"
  382. ],
  383. "time": "2014-01-30 17:20:04"
  384. },
  385. {
  386. "name": "phpunit/php-timer",
  387. "version": "1.0.5",
  388. "source": {
  389. "type": "git",
  390. "url": "https://github.com/sebastianbergmann/php-timer.git",
  391. "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
  392. },
  393. "dist": {
  394. "type": "zip",
  395. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
  396. "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
  397. "shasum": ""
  398. },
  399. "require": {
  400. "php": ">=5.3.3"
  401. },
  402. "type": "library",
  403. "autoload": {
  404. "classmap": [
  405. "PHP/"
  406. ]
  407. },
  408. "notification-url": "https://packagist.org/downloads/",
  409. "include-path": [
  410. ""
  411. ],
  412. "license": [
  413. "BSD-3-Clause"
  414. ],
  415. "authors": [
  416. {
  417. "name": "Sebastian Bergmann",
  418. "email": "sb@sebastian-bergmann.de",
  419. "role": "lead"
  420. }
  421. ],
  422. "description": "Utility class for timing",
  423. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  424. "keywords": [
  425. "timer"
  426. ],
  427. "time": "2013-08-02 07:42:54"
  428. },
  429. {
  430. "name": "phpunit/php-token-stream",
  431. "version": "1.2.1",
  432. "source": {
  433. "type": "git",
  434. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  435. "reference": "5220af2a7929aa35cf663d97c89ad3d50cf5fa3e"
  436. },
  437. "dist": {
  438. "type": "zip",
  439. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/5220af2a7929aa35cf663d97c89ad3d50cf5fa3e",
  440. "reference": "5220af2a7929aa35cf663d97c89ad3d50cf5fa3e",
  441. "shasum": ""
  442. },
  443. "require": {
  444. "ext-tokenizer": "*",
  445. "php": ">=5.3.3"
  446. },
  447. "type": "library",
  448. "extra": {
  449. "branch-alias": {
  450. "dev-master": "1.2-dev"
  451. }
  452. },
  453. "autoload": {
  454. "classmap": [
  455. "PHP/"
  456. ]
  457. },
  458. "notification-url": "https://packagist.org/downloads/",
  459. "include-path": [
  460. ""
  461. ],
  462. "license": [
  463. "BSD-3-Clause"
  464. ],
  465. "authors": [
  466. {
  467. "name": "Sebastian Bergmann",
  468. "email": "sb@sebastian-bergmann.de",
  469. "role": "lead"
  470. }
  471. ],
  472. "description": "Wrapper around PHP's tokenizer extension.",
  473. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  474. "keywords": [
  475. "tokenizer"
  476. ],
  477. "time": "2013-09-13 04:58:23"
  478. },
  479. {
  480. "name": "phpunit/phpunit",
  481. "version": "3.7.31",
  482. "source": {
  483. "type": "git",
  484. "url": "https://github.com/sebastianbergmann/phpunit.git",
  485. "reference": "d24e9877331039582497052cc3c4d9f465b88210"
  486. },
  487. "dist": {
  488. "type": "zip",
  489. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d24e9877331039582497052cc3c4d9f465b88210",
  490. "reference": "d24e9877331039582497052cc3c4d9f465b88210",
  491. "shasum": ""
  492. },
  493. "require": {
  494. "ext-dom": "*",
  495. "ext-pcre": "*",
  496. "ext-reflection": "*",
  497. "ext-spl": "*",
  498. "php": ">=5.3.3",
  499. "phpunit/php-code-coverage": "~1.2.1",
  500. "phpunit/php-file-iterator": ">=1.3.1",
  501. "phpunit/php-text-template": ">=1.1.1",
  502. "phpunit/php-timer": ">=1.0.4",
  503. "phpunit/phpunit-mock-objects": "~1.2.0",
  504. "symfony/yaml": "~2.0"
  505. },
  506. "require-dev": {
  507. "pear-pear/pear": "1.9.4"
  508. },
  509. "suggest": {
  510. "ext-json": "*",
  511. "ext-simplexml": "*",
  512. "ext-tokenizer": "*",
  513. "phpunit/php-invoker": ">=1.1.0,<1.2.0"
  514. },
  515. "bin": [
  516. "composer/bin/phpunit"
  517. ],
  518. "type": "library",
  519. "extra": {
  520. "branch-alias": {
  521. "dev-master": "3.7.x-dev"
  522. }
  523. },
  524. "autoload": {
  525. "classmap": [
  526. "PHPUnit/"
  527. ]
  528. },
  529. "notification-url": "https://packagist.org/downloads/",
  530. "include-path": [
  531. "",
  532. "../../symfony/yaml/"
  533. ],
  534. "license": [
  535. "BSD-3-Clause"
  536. ],
  537. "authors": [
  538. {
  539. "name": "Sebastian Bergmann",
  540. "email": "sebastian@phpunit.de",
  541. "role": "lead"
  542. }
  543. ],
  544. "description": "The PHP Unit Testing framework.",
  545. "homepage": "http://www.phpunit.de/",
  546. "keywords": [
  547. "phpunit",
  548. "testing",
  549. "xunit"
  550. ],
  551. "time": "2014-02-03 07:46:27"
  552. },
  553. {
  554. "name": "phpunit/phpunit-mock-objects",
  555. "version": "1.2.3",
  556. "source": {
  557. "type": "git",
  558. "url": "git://github.com/sebastianbergmann/phpunit-mock-objects.git",
  559. "reference": "1.2.3"
  560. },
  561. "dist": {
  562. "type": "zip",
  563. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects/archive/1.2.3.zip",
  564. "reference": "1.2.3",
  565. "shasum": ""
  566. },
  567. "require": {
  568. "php": ">=5.3.3",
  569. "phpunit/php-text-template": ">=1.1.1@stable"
  570. },
  571. "suggest": {
  572. "ext-soap": "*"
  573. },
  574. "type": "library",
  575. "autoload": {
  576. "classmap": [
  577. "PHPUnit/"
  578. ]
  579. },
  580. "notification-url": "https://packagist.org/downloads/",
  581. "include-path": [
  582. ""
  583. ],
  584. "license": [
  585. "BSD-3-Clause"
  586. ],
  587. "authors": [
  588. {
  589. "name": "Sebastian Bergmann",
  590. "email": "sb@sebastian-bergmann.de",
  591. "role": "lead"
  592. }
  593. ],
  594. "description": "Mock Object library for PHPUnit",
  595. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  596. "keywords": [
  597. "mock",
  598. "xunit"
  599. ],
  600. "time": "2013-01-13 10:24:48"
  601. },
  602. {
  603. "name": "symfony/yaml",
  604. "version": "v2.4.2",
  605. "target-dir": "Symfony/Component/Yaml",
  606. "source": {
  607. "type": "git",
  608. "url": "https://github.com/symfony/Yaml.git",
  609. "reference": "bb6ddaf8956139d1b8c360b4b713ed0138e876b3"
  610. },
  611. "dist": {
  612. "type": "zip",
  613. "url": "https://api.github.com/repos/symfony/Yaml/zipball/bb6ddaf8956139d1b8c360b4b713ed0138e876b3",
  614. "reference": "bb6ddaf8956139d1b8c360b4b713ed0138e876b3",
  615. "shasum": ""
  616. },
  617. "require": {
  618. "php": ">=5.3.3"
  619. },
  620. "type": "library",
  621. "extra": {
  622. "branch-alias": {
  623. "dev-master": "2.4-dev"
  624. }
  625. },
  626. "autoload": {
  627. "psr-0": {
  628. "Symfony\\Component\\Yaml\\": ""
  629. }
  630. },
  631. "notification-url": "https://packagist.org/downloads/",
  632. "license": [
  633. "MIT"
  634. ],
  635. "authors": [
  636. {
  637. "name": "Fabien Potencier",
  638. "email": "fabien@symfony.com",
  639. "homepage": "http://fabien.potencier.org",
  640. "role": "Lead Developer"
  641. },
  642. {
  643. "name": "Symfony Community",
  644. "homepage": "http://symfony.com/contributors"
  645. }
  646. ],
  647. "description": "Symfony Yaml Component",
  648. "homepage": "http://symfony.com",
  649. "time": "2014-01-07 13:28:54"
  650. }
  651. ],
  652. "aliases": [
  653. ],
  654. "minimum-stability": "stable",
  655. "stability-flags": [
  656. ],
  657. "platform": {
  658. "php": ">=5.3.2"
  659. },
  660. "platform-dev": [
  661. ]
  662. }