composer.lock 19 KB

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