1
0

composer.lock 22 KB

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