composer.lock 20 KB

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