composer.lock 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688
  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": "6203fdb419c10ffd84f85611fc9eec61",
  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": "dev-master",
  83. "target-dir": "Symfony/Component/Console",
  84. "source": {
  85. "type": "git",
  86. "url": "https://github.com/symfony/Console.git",
  87. "reference": "872a494b88fba2f62be85e0bc8441e7946bb6ba6"
  88. },
  89. "dist": {
  90. "type": "zip",
  91. "url": "https://api.github.com/repos/symfony/Console/zipball/872a494b88fba2f62be85e0bc8441e7946bb6ba6",
  92. "reference": "872a494b88fba2f62be85e0bc8441e7946bb6ba6",
  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. },
  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-08-09 06:00:31"
  132. },
  133. {
  134. "name": "symfony/finder",
  135. "version": "v2.3.3",
  136. "target-dir": "Symfony/Component/Finder",
  137. "source": {
  138. "type": "git",
  139. "url": "https://github.com/symfony/Finder.git",
  140. "reference": "v2.3.3"
  141. },
  142. "dist": {
  143. "type": "zip",
  144. "url": "https://api.github.com/repos/symfony/Finder/zipball/v2.3.3",
  145. "reference": "v2.3.3",
  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-07-21 12:12:18"
  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": "723fe405fcc878ae75469babcb9507d292797ece"
  188. },
  189. "dist": {
  190. "type": "zip",
  191. "url": "https://api.github.com/repos/symfony/Process/zipball/723fe405fcc878ae75469babcb9507d292797ece",
  192. "reference": "723fe405fcc878ae75469babcb9507d292797ece",
  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-08-09 07:03:52"
  226. }
  227. ],
  228. "packages-dev": [
  229. {
  230. "name": "mikey179/vfsStream",
  231. "version": "v1.2.0",
  232. "source": {
  233. "type": "git",
  234. "url": "https://github.com/mikey179/vfsStream.git",
  235. "reference": "v1.2.0"
  236. },
  237. "dist": {
  238. "type": "zip",
  239. "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/v1.2.0",
  240. "reference": "v1.2.0",
  241. "shasum": ""
  242. },
  243. "require": {
  244. "php": ">=5.3.0"
  245. },
  246. "type": "library",
  247. "autoload": {
  248. "psr-0": {
  249. "org\\bovigo\\vfs\\": "src/main/php"
  250. }
  251. },
  252. "notification-url": "https://packagist.org/downloads/",
  253. "license": [
  254. "BSD"
  255. ],
  256. "homepage": "http://vfs.bovigo.org/",
  257. "time": "2013-04-01 10:41:02"
  258. },
  259. {
  260. "name": "phpunit/php-code-coverage",
  261. "version": "1.2.12",
  262. "source": {
  263. "type": "git",
  264. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  265. "reference": "1.2.12"
  266. },
  267. "dist": {
  268. "type": "zip",
  269. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1.2.12",
  270. "reference": "1.2.12",
  271. "shasum": ""
  272. },
  273. "require": {
  274. "php": ">=5.3.3",
  275. "phpunit/php-file-iterator": ">=1.3.0@stable",
  276. "phpunit/php-text-template": ">=1.1.1@stable",
  277. "phpunit/php-token-stream": ">=1.1.3@stable"
  278. },
  279. "require-dev": {
  280. "phpunit/phpunit": "3.7.*@dev"
  281. },
  282. "suggest": {
  283. "ext-dom": "*",
  284. "ext-xdebug": ">=2.0.5"
  285. },
  286. "type": "library",
  287. "extra": {
  288. "branch-alias": {
  289. "dev-master": "1.2.x-dev"
  290. }
  291. },
  292. "autoload": {
  293. "classmap": [
  294. "PHP/"
  295. ]
  296. },
  297. "notification-url": "https://packagist.org/downloads/",
  298. "include-path": [
  299. ""
  300. ],
  301. "license": [
  302. "BSD-3-Clause"
  303. ],
  304. "authors": [
  305. {
  306. "name": "Sebastian Bergmann",
  307. "email": "sb@sebastian-bergmann.de",
  308. "role": "lead"
  309. }
  310. ],
  311. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  312. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  313. "keywords": [
  314. "coverage",
  315. "testing",
  316. "xunit"
  317. ],
  318. "time": "2013-07-06 06:26:16"
  319. },
  320. {
  321. "name": "phpunit/php-file-iterator",
  322. "version": "1.3.3",
  323. "source": {
  324. "type": "git",
  325. "url": "git://github.com/sebastianbergmann/php-file-iterator.git",
  326. "reference": "1.3.3"
  327. },
  328. "dist": {
  329. "type": "zip",
  330. "url": "https://github.com/sebastianbergmann/php-file-iterator/zipball/1.3.3",
  331. "reference": "1.3.3",
  332. "shasum": ""
  333. },
  334. "require": {
  335. "php": ">=5.3.3"
  336. },
  337. "type": "library",
  338. "autoload": {
  339. "classmap": [
  340. "File/"
  341. ]
  342. },
  343. "notification-url": "https://packagist.org/downloads/",
  344. "include-path": [
  345. ""
  346. ],
  347. "license": [
  348. "BSD-3-Clause"
  349. ],
  350. "authors": [
  351. {
  352. "name": "Sebastian Bergmann",
  353. "email": "sb@sebastian-bergmann.de",
  354. "role": "lead"
  355. }
  356. ],
  357. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  358. "homepage": "http://www.phpunit.de/",
  359. "keywords": [
  360. "filesystem",
  361. "iterator"
  362. ],
  363. "time": "2012-10-11 04:44:38"
  364. },
  365. {
  366. "name": "phpunit/php-text-template",
  367. "version": "1.1.4",
  368. "source": {
  369. "type": "git",
  370. "url": "git://github.com/sebastianbergmann/php-text-template.git",
  371. "reference": "1.1.4"
  372. },
  373. "dist": {
  374. "type": "zip",
  375. "url": "https://github.com/sebastianbergmann/php-text-template/zipball/1.1.4",
  376. "reference": "1.1.4",
  377. "shasum": ""
  378. },
  379. "require": {
  380. "php": ">=5.3.3"
  381. },
  382. "type": "library",
  383. "autoload": {
  384. "classmap": [
  385. "Text/"
  386. ]
  387. },
  388. "notification-url": "https://packagist.org/downloads/",
  389. "include-path": [
  390. ""
  391. ],
  392. "license": [
  393. "BSD-3-Clause"
  394. ],
  395. "authors": [
  396. {
  397. "name": "Sebastian Bergmann",
  398. "email": "sb@sebastian-bergmann.de",
  399. "role": "lead"
  400. }
  401. ],
  402. "description": "Simple template engine.",
  403. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  404. "keywords": [
  405. "template"
  406. ],
  407. "time": "2012-10-31 11:15:28"
  408. },
  409. {
  410. "name": "phpunit/php-timer",
  411. "version": "1.0.5",
  412. "source": {
  413. "type": "git",
  414. "url": "https://github.com/sebastianbergmann/php-timer.git",
  415. "reference": "1.0.5"
  416. },
  417. "dist": {
  418. "type": "zip",
  419. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1.0.5",
  420. "reference": "1.0.5",
  421. "shasum": ""
  422. },
  423. "require": {
  424. "php": ">=5.3.3"
  425. },
  426. "type": "library",
  427. "autoload": {
  428. "classmap": [
  429. "PHP/"
  430. ]
  431. },
  432. "notification-url": "https://packagist.org/downloads/",
  433. "include-path": [
  434. ""
  435. ],
  436. "license": [
  437. "BSD-3-Clause"
  438. ],
  439. "authors": [
  440. {
  441. "name": "Sebastian Bergmann",
  442. "email": "sb@sebastian-bergmann.de",
  443. "role": "lead"
  444. }
  445. ],
  446. "description": "Utility class for timing",
  447. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  448. "keywords": [
  449. "timer"
  450. ],
  451. "time": "2013-08-02 07:42:54"
  452. },
  453. {
  454. "name": "phpunit/php-token-stream",
  455. "version": "1.2.0",
  456. "source": {
  457. "type": "git",
  458. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  459. "reference": "1.2.0"
  460. },
  461. "dist": {
  462. "type": "zip",
  463. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1.2.0",
  464. "reference": "1.2.0",
  465. "shasum": ""
  466. },
  467. "require": {
  468. "ext-tokenizer": "*",
  469. "php": ">=5.3.3"
  470. },
  471. "type": "library",
  472. "extra": {
  473. "branch-alias": {
  474. "dev-master": "1.2-dev"
  475. }
  476. },
  477. "autoload": {
  478. "classmap": [
  479. "PHP/"
  480. ]
  481. },
  482. "notification-url": "https://packagist.org/downloads/",
  483. "include-path": [
  484. ""
  485. ],
  486. "license": [
  487. "BSD-3-Clause"
  488. ],
  489. "authors": [
  490. {
  491. "name": "Sebastian Bergmann",
  492. "email": "sb@sebastian-bergmann.de",
  493. "role": "lead"
  494. }
  495. ],
  496. "description": "Wrapper around PHP's tokenizer extension.",
  497. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  498. "keywords": [
  499. "tokenizer"
  500. ],
  501. "time": "2013-08-04 05:57:48"
  502. },
  503. {
  504. "name": "phpunit/phpunit",
  505. "version": "3.7.24",
  506. "source": {
  507. "type": "git",
  508. "url": "https://github.com/sebastianbergmann/phpunit.git",
  509. "reference": "3.7.24"
  510. },
  511. "dist": {
  512. "type": "zip",
  513. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.24",
  514. "reference": "3.7.24",
  515. "shasum": ""
  516. },
  517. "require": {
  518. "ext-dom": "*",
  519. "ext-pcre": "*",
  520. "ext-reflection": "*",
  521. "ext-spl": "*",
  522. "php": ">=5.3.3",
  523. "phpunit/php-code-coverage": "~1.2.1",
  524. "phpunit/php-file-iterator": ">=1.3.1",
  525. "phpunit/php-text-template": ">=1.1.1",
  526. "phpunit/php-timer": ">=1.0.4",
  527. "phpunit/phpunit-mock-objects": "~1.2.0",
  528. "symfony/yaml": "~2.0"
  529. },
  530. "require-dev": {
  531. "pear-pear/pear": "1.9.4"
  532. },
  533. "suggest": {
  534. "ext-json": "*",
  535. "ext-simplexml": "*",
  536. "ext-tokenizer": "*",
  537. "phpunit/php-invoker": ">=1.1.0,<1.2.0"
  538. },
  539. "bin": [
  540. "composer/bin/phpunit"
  541. ],
  542. "type": "library",
  543. "extra": {
  544. "branch-alias": {
  545. "dev-master": "3.7.x-dev"
  546. }
  547. },
  548. "autoload": {
  549. "classmap": [
  550. "PHPUnit/"
  551. ]
  552. },
  553. "notification-url": "https://packagist.org/downloads/",
  554. "include-path": [
  555. "",
  556. "../../symfony/yaml/"
  557. ],
  558. "license": [
  559. "BSD-3-Clause"
  560. ],
  561. "authors": [
  562. {
  563. "name": "Sebastian Bergmann",
  564. "email": "sebastian@phpunit.de",
  565. "role": "lead"
  566. }
  567. ],
  568. "description": "The PHP Unit Testing framework.",
  569. "homepage": "http://www.phpunit.de/",
  570. "keywords": [
  571. "phpunit",
  572. "testing",
  573. "xunit"
  574. ],
  575. "time": "2013-08-09 06:58:24"
  576. },
  577. {
  578. "name": "phpunit/phpunit-mock-objects",
  579. "version": "1.2.3",
  580. "source": {
  581. "type": "git",
  582. "url": "git://github.com/sebastianbergmann/phpunit-mock-objects.git",
  583. "reference": "1.2.3"
  584. },
  585. "dist": {
  586. "type": "zip",
  587. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects/archive/1.2.3.zip",
  588. "reference": "1.2.3",
  589. "shasum": ""
  590. },
  591. "require": {
  592. "php": ">=5.3.3",
  593. "phpunit/php-text-template": ">=1.1.1@stable"
  594. },
  595. "suggest": {
  596. "ext-soap": "*"
  597. },
  598. "type": "library",
  599. "autoload": {
  600. "classmap": [
  601. "PHPUnit/"
  602. ]
  603. },
  604. "notification-url": "https://packagist.org/downloads/",
  605. "include-path": [
  606. ""
  607. ],
  608. "license": [
  609. "BSD-3-Clause"
  610. ],
  611. "authors": [
  612. {
  613. "name": "Sebastian Bergmann",
  614. "email": "sb@sebastian-bergmann.de",
  615. "role": "lead"
  616. }
  617. ],
  618. "description": "Mock Object library for PHPUnit",
  619. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  620. "keywords": [
  621. "mock",
  622. "xunit"
  623. ],
  624. "time": "2013-01-13 10:24:48"
  625. },
  626. {
  627. "name": "symfony/yaml",
  628. "version": "v2.3.3",
  629. "target-dir": "Symfony/Component/Yaml",
  630. "source": {
  631. "type": "git",
  632. "url": "https://github.com/symfony/Yaml.git",
  633. "reference": "v2.3.3"
  634. },
  635. "dist": {
  636. "type": "zip",
  637. "url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.3.3",
  638. "reference": "v2.3.3",
  639. "shasum": ""
  640. },
  641. "require": {
  642. "php": ">=5.3.3"
  643. },
  644. "type": "library",
  645. "extra": {
  646. "branch-alias": {
  647. "dev-master": "2.3-dev"
  648. }
  649. },
  650. "autoload": {
  651. "psr-0": {
  652. "Symfony\\Component\\Yaml\\": ""
  653. }
  654. },
  655. "notification-url": "https://packagist.org/downloads/",
  656. "license": [
  657. "MIT"
  658. ],
  659. "authors": [
  660. {
  661. "name": "Fabien Potencier",
  662. "email": "fabien@symfony.com"
  663. },
  664. {
  665. "name": "Symfony Community",
  666. "homepage": "http://symfony.com/contributors"
  667. }
  668. ],
  669. "description": "Symfony Yaml Component",
  670. "homepage": "http://symfony.com",
  671. "time": "2013-07-21 12:12:18"
  672. }
  673. ],
  674. "aliases": [
  675. ],
  676. "minimum-stability": "stable",
  677. "stability-flags": {
  678. "symfony/console": 20,
  679. "symfony/process": 20
  680. },
  681. "platform": {
  682. "php": ">=5.3.2"
  683. },
  684. "platform-dev": [
  685. ]
  686. }