composer.lock 22 KB

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