composer.lock 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934
  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": "1725e3e4065442c13fb214554b93ec5d",
  7. "packages": [
  8. ],
  9. "packages-dev": [
  10. {
  11. "name": "guzzle/guzzle",
  12. "version": "v3.5.0",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/guzzle/guzzle.git",
  16. "reference": "v3.5.0"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/v3.5.0",
  21. "reference": "v3.5.0",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "ext-curl": "*",
  26. "php": ">=5.3.2",
  27. "symfony/event-dispatcher": ">=2.1"
  28. },
  29. "replace": {
  30. "guzzle/batch": "self.version",
  31. "guzzle/cache": "self.version",
  32. "guzzle/common": "self.version",
  33. "guzzle/http": "self.version",
  34. "guzzle/inflection": "self.version",
  35. "guzzle/iterator": "self.version",
  36. "guzzle/log": "self.version",
  37. "guzzle/parser": "self.version",
  38. "guzzle/plugin": "self.version",
  39. "guzzle/plugin-async": "self.version",
  40. "guzzle/plugin-backoff": "self.version",
  41. "guzzle/plugin-cache": "self.version",
  42. "guzzle/plugin-cookie": "self.version",
  43. "guzzle/plugin-curlauth": "self.version",
  44. "guzzle/plugin-error-response": "self.version",
  45. "guzzle/plugin-history": "self.version",
  46. "guzzle/plugin-log": "self.version",
  47. "guzzle/plugin-md5": "self.version",
  48. "guzzle/plugin-mock": "self.version",
  49. "guzzle/plugin-oauth": "self.version",
  50. "guzzle/service": "self.version",
  51. "guzzle/stream": "self.version"
  52. },
  53. "require-dev": {
  54. "doctrine/cache": "*",
  55. "monolog/monolog": "1.*",
  56. "phpunit/phpunit": "3.7.*",
  57. "psr/log": "1.0.*",
  58. "symfony/class-loader": "*",
  59. "zendframework/zend-cache": "2.0.*",
  60. "zendframework/zend-log": "2.0.*"
  61. },
  62. "type": "library",
  63. "extra": {
  64. "branch-alias": {
  65. "dev-master": "3.5-dev"
  66. }
  67. },
  68. "autoload": {
  69. "psr-0": {
  70. "Guzzle\\Tests": "tests/",
  71. "Guzzle": "src/"
  72. }
  73. },
  74. "notification-url": "https://packagist.org/downloads/",
  75. "license": [
  76. "MIT"
  77. ],
  78. "authors": [
  79. {
  80. "name": "Michael Dowling",
  81. "email": "mtdowling@gmail.com",
  82. "homepage": "https://github.com/mtdowling"
  83. },
  84. {
  85. "name": "Guzzle Community",
  86. "homepage": "https://github.com/guzzle/guzzle/contributors"
  87. }
  88. ],
  89. "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
  90. "homepage": "http://guzzlephp.org/",
  91. "keywords": [
  92. "client",
  93. "curl",
  94. "framework",
  95. "http",
  96. "http client",
  97. "rest",
  98. "web service"
  99. ],
  100. "time": "2013-05-13 20:17:47"
  101. },
  102. {
  103. "name": "phpunit/php-code-coverage",
  104. "version": "1.2.9",
  105. "source": {
  106. "type": "git",
  107. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  108. "reference": "1.2.9"
  109. },
  110. "dist": {
  111. "type": "zip",
  112. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1.2.9",
  113. "reference": "1.2.9",
  114. "shasum": ""
  115. },
  116. "require": {
  117. "php": ">=5.3.3",
  118. "phpunit/php-file-iterator": ">=1.3.0@stable",
  119. "phpunit/php-text-template": ">=1.1.1@stable",
  120. "phpunit/php-token-stream": ">=1.1.3@stable"
  121. },
  122. "suggest": {
  123. "ext-dom": "*",
  124. "ext-xdebug": ">=2.0.5"
  125. },
  126. "type": "library",
  127. "autoload": {
  128. "classmap": [
  129. "PHP/"
  130. ]
  131. },
  132. "notification-url": "https://packagist.org/downloads/",
  133. "include-path": [
  134. ""
  135. ],
  136. "license": [
  137. "BSD-3-Clause"
  138. ],
  139. "authors": [
  140. {
  141. "name": "Sebastian Bergmann",
  142. "email": "sb@sebastian-bergmann.de",
  143. "role": "lead"
  144. }
  145. ],
  146. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  147. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  148. "keywords": [
  149. "coverage",
  150. "testing",
  151. "xunit"
  152. ],
  153. "time": "2013-02-26 18:55:56"
  154. },
  155. {
  156. "name": "phpunit/php-file-iterator",
  157. "version": "1.3.3",
  158. "source": {
  159. "type": "git",
  160. "url": "git://github.com/sebastianbergmann/php-file-iterator.git",
  161. "reference": "1.3.3"
  162. },
  163. "dist": {
  164. "type": "zip",
  165. "url": "https://github.com/sebastianbergmann/php-file-iterator/zipball/1.3.3",
  166. "reference": "1.3.3",
  167. "shasum": ""
  168. },
  169. "require": {
  170. "php": ">=5.3.3"
  171. },
  172. "type": "library",
  173. "autoload": {
  174. "classmap": [
  175. "File/"
  176. ]
  177. },
  178. "notification-url": "https://packagist.org/downloads/",
  179. "include-path": [
  180. ""
  181. ],
  182. "license": [
  183. "BSD-3-Clause"
  184. ],
  185. "authors": [
  186. {
  187. "name": "Sebastian Bergmann",
  188. "email": "sb@sebastian-bergmann.de",
  189. "role": "lead"
  190. }
  191. ],
  192. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  193. "homepage": "http://www.phpunit.de/",
  194. "keywords": [
  195. "filesystem",
  196. "iterator"
  197. ],
  198. "time": "2012-10-11 04:44:38"
  199. },
  200. {
  201. "name": "phpunit/php-invoker",
  202. "version": "1.1.2",
  203. "source": {
  204. "type": "git",
  205. "url": "git://github.com/sebastianbergmann/php-invoker.git",
  206. "reference": "1.1.2"
  207. },
  208. "dist": {
  209. "type": "zip",
  210. "url": "https://github.com/sebastianbergmann/php-invoker/zipball/1.1.2",
  211. "reference": "1.1.2",
  212. "shasum": ""
  213. },
  214. "require": {
  215. "ext-pcntl": "*",
  216. "php": ">=5.2.7",
  217. "phpunit/php-timer": ">=1.0.1@stable"
  218. },
  219. "type": "library",
  220. "autoload": {
  221. "classmap": [
  222. "PHP/"
  223. ]
  224. },
  225. "notification-url": "https://packagist.org/downloads/",
  226. "include-path": [
  227. ""
  228. ],
  229. "license": [
  230. "BSD-3-Clause"
  231. ],
  232. "authors": [
  233. {
  234. "name": "Sebastian Bergmann",
  235. "email": "sb@sebastian-bergmann.de",
  236. "role": "lead"
  237. }
  238. ],
  239. "description": "Utility class for invoking callables with a timeout.",
  240. "homepage": "http://www.phpunit.de/",
  241. "keywords": [
  242. "process"
  243. ],
  244. "time": "2012-10-05 09:20:45"
  245. },
  246. {
  247. "name": "phpunit/php-text-template",
  248. "version": "1.1.4",
  249. "source": {
  250. "type": "git",
  251. "url": "git://github.com/sebastianbergmann/php-text-template.git",
  252. "reference": "1.1.4"
  253. },
  254. "dist": {
  255. "type": "zip",
  256. "url": "https://github.com/sebastianbergmann/php-text-template/zipball/1.1.4",
  257. "reference": "1.1.4",
  258. "shasum": ""
  259. },
  260. "require": {
  261. "php": ">=5.3.3"
  262. },
  263. "type": "library",
  264. "autoload": {
  265. "classmap": [
  266. "Text/"
  267. ]
  268. },
  269. "notification-url": "https://packagist.org/downloads/",
  270. "include-path": [
  271. ""
  272. ],
  273. "license": [
  274. "BSD-3-Clause"
  275. ],
  276. "authors": [
  277. {
  278. "name": "Sebastian Bergmann",
  279. "email": "sb@sebastian-bergmann.de",
  280. "role": "lead"
  281. }
  282. ],
  283. "description": "Simple template engine.",
  284. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  285. "keywords": [
  286. "template"
  287. ],
  288. "time": "2012-10-31 11:15:28"
  289. },
  290. {
  291. "name": "phpunit/php-timer",
  292. "version": "1.0.4",
  293. "source": {
  294. "type": "git",
  295. "url": "git://github.com/sebastianbergmann/php-timer.git",
  296. "reference": "1.0.4"
  297. },
  298. "dist": {
  299. "type": "zip",
  300. "url": "https://github.com/sebastianbergmann/php-timer/zipball/1.0.4",
  301. "reference": "1.0.4",
  302. "shasum": ""
  303. },
  304. "require": {
  305. "php": ">=5.3.3"
  306. },
  307. "type": "library",
  308. "autoload": {
  309. "classmap": [
  310. "PHP/"
  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": "Utility class for timing",
  328. "homepage": "http://www.phpunit.de/",
  329. "keywords": [
  330. "timer"
  331. ],
  332. "time": "2012-10-11 04:45:58"
  333. },
  334. {
  335. "name": "phpunit/php-token-stream",
  336. "version": "1.1.5",
  337. "source": {
  338. "type": "git",
  339. "url": "git://github.com/sebastianbergmann/php-token-stream.git",
  340. "reference": "1.1.5"
  341. },
  342. "dist": {
  343. "type": "zip",
  344. "url": "https://github.com/sebastianbergmann/php-token-stream/zipball/1.1.5",
  345. "reference": "1.1.5",
  346. "shasum": ""
  347. },
  348. "require": {
  349. "ext-tokenizer": "*",
  350. "php": ">=5.3.3"
  351. },
  352. "type": "library",
  353. "autoload": {
  354. "classmap": [
  355. "PHP/"
  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": "Wrapper around PHP's tokenizer extension.",
  373. "homepage": "http://www.phpunit.de/",
  374. "keywords": [
  375. "tokenizer"
  376. ],
  377. "time": "2012-10-11 04:47:14"
  378. },
  379. {
  380. "name": "phpunit/phpunit",
  381. "version": "3.7.19",
  382. "source": {
  383. "type": "git",
  384. "url": "https://github.com/sebastianbergmann/phpunit.git",
  385. "reference": "3.7.19"
  386. },
  387. "dist": {
  388. "type": "zip",
  389. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.19",
  390. "reference": "3.7.19",
  391. "shasum": ""
  392. },
  393. "require": {
  394. "ext-dom": "*",
  395. "ext-pcre": "*",
  396. "ext-reflection": "*",
  397. "ext-spl": "*",
  398. "php": ">=5.3.3",
  399. "phpunit/php-code-coverage": ">=1.2.1,<1.3.0",
  400. "phpunit/php-file-iterator": ">=1.3.1",
  401. "phpunit/php-text-template": ">=1.1.1",
  402. "phpunit/php-timer": ">=1.0.2,<1.1.0",
  403. "phpunit/phpunit-mock-objects": ">=1.2.0,<1.3.0",
  404. "symfony/yaml": ">=2.0.0,<2.3.0"
  405. },
  406. "require-dev": {
  407. "pear-pear/pear": "1.9.4"
  408. },
  409. "suggest": {
  410. "ext-json": "*",
  411. "ext-simplexml": "*",
  412. "ext-tokenizer": "*",
  413. "phpunit/php-invoker": ">=1.1.0,<1.2.0"
  414. },
  415. "bin": [
  416. "composer/bin/phpunit"
  417. ],
  418. "type": "library",
  419. "extra": {
  420. "branch-alias": {
  421. "dev-master": "3.7.x-dev"
  422. }
  423. },
  424. "autoload": {
  425. "classmap": [
  426. "PHPUnit/"
  427. ]
  428. },
  429. "notification-url": "https://packagist.org/downloads/",
  430. "include-path": [
  431. "",
  432. "../../symfony/yaml/"
  433. ],
  434. "license": [
  435. "BSD-3-Clause"
  436. ],
  437. "authors": [
  438. {
  439. "name": "Sebastian Bergmann",
  440. "email": "sebastian@phpunit.de",
  441. "role": "lead"
  442. }
  443. ],
  444. "description": "The PHP Unit Testing framework.",
  445. "homepage": "http://www.phpunit.de/",
  446. "keywords": [
  447. "phpunit",
  448. "testing",
  449. "xunit"
  450. ],
  451. "time": "2013-03-25 11:45:06"
  452. },
  453. {
  454. "name": "phpunit/phpunit-mock-objects",
  455. "version": "1.2.3",
  456. "source": {
  457. "type": "git",
  458. "url": "git://github.com/sebastianbergmann/phpunit-mock-objects.git",
  459. "reference": "1.2.3"
  460. },
  461. "dist": {
  462. "type": "zip",
  463. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects/archive/1.2.3.zip",
  464. "reference": "1.2.3",
  465. "shasum": ""
  466. },
  467. "require": {
  468. "php": ">=5.3.3",
  469. "phpunit/php-text-template": ">=1.1.1@stable"
  470. },
  471. "suggest": {
  472. "ext-soap": "*"
  473. },
  474. "type": "library",
  475. "autoload": {
  476. "classmap": [
  477. "PHPUnit/"
  478. ]
  479. },
  480. "notification-url": "https://packagist.org/downloads/",
  481. "include-path": [
  482. ""
  483. ],
  484. "license": [
  485. "BSD-3-Clause"
  486. ],
  487. "authors": [
  488. {
  489. "name": "Sebastian Bergmann",
  490. "email": "sb@sebastian-bergmann.de",
  491. "role": "lead"
  492. }
  493. ],
  494. "description": "Mock Object library for PHPUnit",
  495. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  496. "keywords": [
  497. "mock",
  498. "xunit"
  499. ],
  500. "time": "2013-01-13 10:24:48"
  501. },
  502. {
  503. "name": "psr/log",
  504. "version": "1.0.0",
  505. "source": {
  506. "type": "git",
  507. "url": "https://github.com/php-fig/log",
  508. "reference": "1.0.0"
  509. },
  510. "dist": {
  511. "type": "zip",
  512. "url": "https://github.com/php-fig/log/archive/1.0.0.zip",
  513. "reference": "1.0.0",
  514. "shasum": ""
  515. },
  516. "type": "library",
  517. "autoload": {
  518. "psr-0": {
  519. "Psr\\Log\\": ""
  520. }
  521. },
  522. "notification-url": "https://packagist.org/downloads/",
  523. "license": [
  524. "MIT"
  525. ],
  526. "authors": [
  527. {
  528. "name": "PHP-FIG",
  529. "homepage": "http://www.php-fig.org/"
  530. }
  531. ],
  532. "description": "Common interface for logging libraries",
  533. "keywords": [
  534. "log",
  535. "psr",
  536. "psr-3"
  537. ],
  538. "time": "2012-12-21 11:40:51"
  539. },
  540. {
  541. "name": "satooshi/php-coveralls",
  542. "version": "dev-master",
  543. "source": {
  544. "type": "git",
  545. "url": "https://github.com/satooshi/php-coveralls.git",
  546. "reference": "24bc7283507001d8b9068b6c93715ea3cdf8b24f"
  547. },
  548. "dist": {
  549. "type": "zip",
  550. "url": "https://api.github.com/repos/satooshi/php-coveralls/zipball/24bc7283507001d8b9068b6c93715ea3cdf8b24f",
  551. "reference": "24bc7283507001d8b9068b6c93715ea3cdf8b24f",
  552. "shasum": ""
  553. },
  554. "require": {
  555. "ext-json": "*",
  556. "ext-simplexml": "*",
  557. "guzzle/guzzle": ">=3.0",
  558. "php": ">=5.3",
  559. "psr/log": "1.0.0",
  560. "symfony/config": ">=2.0",
  561. "symfony/console": ">=2.0",
  562. "symfony/stopwatch": ">=2.2",
  563. "symfony/yaml": ">=2.0"
  564. },
  565. "require-dev": {
  566. "apigen/apigen": "2.8.*@stable",
  567. "pdepend/pdepend": "dev-master",
  568. "phpmd/phpmd": "dev-master",
  569. "phpunit/php-invoker": ">=1.1.0,<1.2.0",
  570. "phpunit/phpunit": "3.7.*@stable",
  571. "sebastian/finder-facade": "dev-master",
  572. "sebastian/phpcpd": "1.4.*@stable",
  573. "squizlabs/php_codesniffer": "1.4.*@stable",
  574. "theseer/fdomdocument": "dev-master"
  575. },
  576. "suggest": {
  577. "symfony/http-kernel": "Allows Symfony integration"
  578. },
  579. "bin": [
  580. "composer/bin/coveralls"
  581. ],
  582. "type": "library",
  583. "autoload": {
  584. "psr-0": {
  585. "Satooshi\\Component": "src/",
  586. "Satooshi\\Bundle": "src/"
  587. }
  588. },
  589. "notification-url": "https://packagist.org/downloads/",
  590. "license": [
  591. "MIT"
  592. ],
  593. "authors": [
  594. {
  595. "name": "Kitamura Satoshi",
  596. "email": "with.no.parachute@gmail.com",
  597. "homepage": "https://www.facebook.com/satooshi.jp"
  598. }
  599. ],
  600. "description": "PHP client library for Coveralls API",
  601. "homepage": "https://github.com/satooshi/php-coveralls",
  602. "keywords": [
  603. "ci",
  604. "coverage",
  605. "github",
  606. "test"
  607. ],
  608. "time": "2013-05-13 15:19:54"
  609. },
  610. {
  611. "name": "squizlabs/php_codesniffer",
  612. "version": "1.4.5",
  613. "source": {
  614. "type": "git",
  615. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  616. "reference": "1.4.5"
  617. },
  618. "dist": {
  619. "type": "zip",
  620. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1.4.5",
  621. "reference": "1.4.5",
  622. "shasum": ""
  623. },
  624. "require": {
  625. "php": ">=5.1.2"
  626. },
  627. "bin": [
  628. "scripts/phpcs"
  629. ],
  630. "type": "library",
  631. "autoload": {
  632. "classmap": [
  633. "CodeSniffer.php",
  634. "CodeSniffer/CLI.php",
  635. "CodeSniffer/Exception.php",
  636. "CodeSniffer/File.php",
  637. "CodeSniffer/MultiFileSniff.php",
  638. "CodeSniffer/Report.php",
  639. "CodeSniffer/Reporting.php",
  640. "CodeSniffer/Sniff.php",
  641. "CodeSniffer/Tokens.php",
  642. "CodeSniffer/Reports/",
  643. "CodeSniffer/CommentParser/",
  644. "CodeSniffer/Tokenizers/",
  645. "CodeSniffer/DocGenerators/",
  646. "CodeSniffer/Standards/AbstractPatternSniff.php",
  647. "CodeSniffer/Standards/AbstractScopeSniff.php",
  648. "CodeSniffer/Standards/AbstractVariableSniff.php",
  649. "CodeSniffer/Standards/IncorrectPatternException.php",
  650. "CodeSniffer/Standards/Generic/Sniffs/",
  651. "CodeSniffer/Standards/MySource/Sniffs/",
  652. "CodeSniffer/Standards/PEAR/Sniffs/",
  653. "CodeSniffer/Standards/PSR1/Sniffs/",
  654. "CodeSniffer/Standards/PSR2/Sniffs/",
  655. "CodeSniffer/Standards/Squiz/Sniffs/",
  656. "CodeSniffer/Standards/Zend/Sniffs/"
  657. ]
  658. },
  659. "notification-url": "https://packagist.org/downloads/",
  660. "license": [
  661. "BSD-3-Clause"
  662. ],
  663. "authors": [
  664. {
  665. "name": "Greg Sherwood",
  666. "role": "lead"
  667. }
  668. ],
  669. "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  670. "homepage": "http://www.squizlabs.com/php-codesniffer",
  671. "keywords": [
  672. "phpcs",
  673. "standards"
  674. ],
  675. "time": "2013-04-03 23:16:28"
  676. },
  677. {
  678. "name": "symfony/config",
  679. "version": "v2.2.1",
  680. "target-dir": "Symfony/Component/Config",
  681. "source": {
  682. "type": "git",
  683. "url": "https://github.com/symfony/Config.git",
  684. "reference": "v2.2.1"
  685. },
  686. "dist": {
  687. "type": "zip",
  688. "url": "https://api.github.com/repos/symfony/Config/zipball/v2.2.1",
  689. "reference": "v2.2.1",
  690. "shasum": ""
  691. },
  692. "require": {
  693. "php": ">=5.3.3"
  694. },
  695. "type": "library",
  696. "extra": {
  697. "branch-alias": {
  698. "dev-master": "2.2-dev"
  699. }
  700. },
  701. "autoload": {
  702. "psr-0": {
  703. "Symfony\\Component\\Config\\": ""
  704. }
  705. },
  706. "notification-url": "https://packagist.org/downloads/",
  707. "license": [
  708. "MIT"
  709. ],
  710. "authors": [
  711. {
  712. "name": "Fabien Potencier",
  713. "email": "fabien@symfony.com"
  714. },
  715. {
  716. "name": "Symfony Community",
  717. "homepage": "http://symfony.com/contributors"
  718. }
  719. ],
  720. "description": "Symfony Config Component",
  721. "homepage": "http://symfony.com",
  722. "time": "2013-03-01 10:42:10"
  723. },
  724. {
  725. "name": "symfony/console",
  726. "version": "v2.2.1",
  727. "target-dir": "Symfony/Component/Console",
  728. "source": {
  729. "type": "git",
  730. "url": "https://github.com/symfony/Console.git",
  731. "reference": "v2.2.1"
  732. },
  733. "dist": {
  734. "type": "zip",
  735. "url": "https://api.github.com/repos/symfony/Console/zipball/v2.2.1",
  736. "reference": "v2.2.1",
  737. "shasum": ""
  738. },
  739. "require": {
  740. "php": ">=5.3.3"
  741. },
  742. "type": "library",
  743. "extra": {
  744. "branch-alias": {
  745. "dev-master": "2.2-dev"
  746. }
  747. },
  748. "autoload": {
  749. "psr-0": {
  750. "Symfony\\Component\\Console\\": ""
  751. }
  752. },
  753. "notification-url": "https://packagist.org/downloads/",
  754. "license": [
  755. "MIT"
  756. ],
  757. "authors": [
  758. {
  759. "name": "Fabien Potencier",
  760. "email": "fabien@symfony.com"
  761. },
  762. {
  763. "name": "Symfony Community",
  764. "homepage": "http://symfony.com/contributors"
  765. }
  766. ],
  767. "description": "Symfony Console Component",
  768. "homepage": "http://symfony.com",
  769. "time": "2013-03-19 20:48:08"
  770. },
  771. {
  772. "name": "symfony/event-dispatcher",
  773. "version": "v2.2.1",
  774. "target-dir": "Symfony/Component/EventDispatcher",
  775. "source": {
  776. "type": "git",
  777. "url": "https://github.com/symfony/EventDispatcher.git",
  778. "reference": "v2.2.1"
  779. },
  780. "dist": {
  781. "type": "zip",
  782. "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.2.1",
  783. "reference": "v2.2.1",
  784. "shasum": ""
  785. },
  786. "require": {
  787. "php": ">=5.3.3"
  788. },
  789. "require-dev": {
  790. "symfony/dependency-injection": ">=2.0,<3.0"
  791. },
  792. "suggest": {
  793. "symfony/dependency-injection": "2.2.*",
  794. "symfony/http-kernel": "2.2.*"
  795. },
  796. "type": "library",
  797. "extra": {
  798. "branch-alias": {
  799. "dev-master": "2.2-dev"
  800. }
  801. },
  802. "autoload": {
  803. "psr-0": {
  804. "Symfony\\Component\\EventDispatcher\\": ""
  805. }
  806. },
  807. "notification-url": "https://packagist.org/downloads/",
  808. "license": [
  809. "MIT"
  810. ],
  811. "authors": [
  812. {
  813. "name": "Fabien Potencier",
  814. "email": "fabien@symfony.com"
  815. },
  816. {
  817. "name": "Symfony Community",
  818. "homepage": "http://symfony.com/contributors"
  819. }
  820. ],
  821. "description": "Symfony EventDispatcher Component",
  822. "homepage": "http://symfony.com",
  823. "time": "2013-02-11 11:26:43"
  824. },
  825. {
  826. "name": "symfony/stopwatch",
  827. "version": "v2.2.1",
  828. "target-dir": "Symfony/Component/Stopwatch",
  829. "source": {
  830. "type": "git",
  831. "url": "https://github.com/symfony/Stopwatch.git",
  832. "reference": "v2.2.1"
  833. },
  834. "dist": {
  835. "type": "zip",
  836. "url": "https://api.github.com/repos/symfony/Stopwatch/zipball/v2.2.1",
  837. "reference": "v2.2.1",
  838. "shasum": ""
  839. },
  840. "require": {
  841. "php": ">=5.3.3"
  842. },
  843. "type": "library",
  844. "extra": {
  845. "branch-alias": {
  846. "dev-master": "2.2-dev"
  847. }
  848. },
  849. "autoload": {
  850. "psr-0": {
  851. "Symfony\\Component\\Stopwatch\\": ""
  852. }
  853. },
  854. "notification-url": "https://packagist.org/downloads/",
  855. "license": [
  856. "MIT"
  857. ],
  858. "authors": [
  859. {
  860. "name": "Fabien Potencier",
  861. "email": "fabien@symfony.com"
  862. },
  863. {
  864. "name": "Symfony Community",
  865. "homepage": "http://symfony.com/contributors"
  866. }
  867. ],
  868. "description": "Symfony Stopwatch Component",
  869. "homepage": "http://symfony.com",
  870. "time": "2013-01-04 16:58:00"
  871. },
  872. {
  873. "name": "symfony/yaml",
  874. "version": "v2.2.1",
  875. "target-dir": "Symfony/Component/Yaml",
  876. "source": {
  877. "type": "git",
  878. "url": "https://github.com/symfony/Yaml.git",
  879. "reference": "v2.2.1"
  880. },
  881. "dist": {
  882. "type": "zip",
  883. "url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.2.1",
  884. "reference": "v2.2.1",
  885. "shasum": ""
  886. },
  887. "require": {
  888. "php": ">=5.3.3"
  889. },
  890. "type": "library",
  891. "extra": {
  892. "branch-alias": {
  893. "dev-master": "2.2-dev"
  894. }
  895. },
  896. "autoload": {
  897. "psr-0": {
  898. "Symfony\\Component\\Yaml\\": ""
  899. }
  900. },
  901. "notification-url": "https://packagist.org/downloads/",
  902. "license": [
  903. "MIT"
  904. ],
  905. "authors": [
  906. {
  907. "name": "Fabien Potencier",
  908. "email": "fabien@symfony.com"
  909. },
  910. {
  911. "name": "Symfony Community",
  912. "homepage": "http://symfony.com/contributors"
  913. }
  914. ],
  915. "description": "Symfony Yaml Component",
  916. "homepage": "http://symfony.com",
  917. "time": "2013-03-23 07:49:54"
  918. }
  919. ],
  920. "aliases": [
  921. ],
  922. "minimum-stability": "stable",
  923. "stability-flags": {
  924. "satooshi/php-coveralls": 20
  925. },
  926. "platform": {
  927. "php": ">=5.4.0"
  928. },
  929. "platform-dev": {
  930. "ext-xdebug": ">=2.2.0"
  931. }
  932. }