composer.lock 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  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": "191f6b1a1c9063b3a1215ba4d0fbe3dc",
  7. "packages": [
  8. {
  9. "name": "symfony/finder",
  10. "version": "v2.3.2",
  11. "target-dir": "Symfony/Component/Finder",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/symfony/Finder.git",
  15. "reference": "v2.3.2"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/symfony/Finder/zipball/v2.3.2",
  20. "reference": "v2.3.2",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.3"
  25. },
  26. "type": "library",
  27. "extra": {
  28. "branch-alias": {
  29. "dev-master": "2.3-dev"
  30. }
  31. },
  32. "autoload": {
  33. "psr-0": {
  34. "Symfony\\Component\\Finder\\": ""
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "Fabien Potencier",
  44. "email": "fabien@symfony.com"
  45. },
  46. {
  47. "name": "Symfony Community",
  48. "homepage": "http://symfony.com/contributors"
  49. }
  50. ],
  51. "description": "Symfony Finder Component",
  52. "homepage": "http://symfony.com",
  53. "time": "2013-07-01 12:17:23"
  54. }
  55. ],
  56. "packages-dev": [
  57. {
  58. "name": "phpunit/php-code-coverage",
  59. "version": "1.2.12",
  60. "source": {
  61. "type": "git",
  62. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  63. "reference": "1.2.12"
  64. },
  65. "dist": {
  66. "type": "zip",
  67. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1.2.12",
  68. "reference": "1.2.12",
  69. "shasum": ""
  70. },
  71. "require": {
  72. "php": ">=5.3.3",
  73. "phpunit/php-file-iterator": ">=1.3.0@stable",
  74. "phpunit/php-text-template": ">=1.1.1@stable",
  75. "phpunit/php-token-stream": ">=1.1.3@stable"
  76. },
  77. "require-dev": {
  78. "phpunit/phpunit": "3.7.*@dev"
  79. },
  80. "suggest": {
  81. "ext-dom": "*",
  82. "ext-xdebug": ">=2.0.5"
  83. },
  84. "type": "library",
  85. "extra": {
  86. "branch-alias": {
  87. "dev-master": "1.2.x-dev"
  88. }
  89. },
  90. "autoload": {
  91. "classmap": [
  92. "PHP/"
  93. ]
  94. },
  95. "notification-url": "https://packagist.org/downloads/",
  96. "include-path": [
  97. ""
  98. ],
  99. "license": [
  100. "BSD-3-Clause"
  101. ],
  102. "authors": [
  103. {
  104. "name": "Sebastian Bergmann",
  105. "email": "sb@sebastian-bergmann.de",
  106. "role": "lead"
  107. }
  108. ],
  109. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  110. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  111. "keywords": [
  112. "coverage",
  113. "testing",
  114. "xunit"
  115. ],
  116. "time": "2013-07-06 06:26:16"
  117. },
  118. {
  119. "name": "phpunit/php-file-iterator",
  120. "version": "1.3.3",
  121. "source": {
  122. "type": "git",
  123. "url": "git://github.com/sebastianbergmann/php-file-iterator.git",
  124. "reference": "1.3.3"
  125. },
  126. "dist": {
  127. "type": "zip",
  128. "url": "https://github.com/sebastianbergmann/php-file-iterator/zipball/1.3.3",
  129. "reference": "1.3.3",
  130. "shasum": ""
  131. },
  132. "require": {
  133. "php": ">=5.3.3"
  134. },
  135. "type": "library",
  136. "autoload": {
  137. "classmap": [
  138. "File/"
  139. ]
  140. },
  141. "include-path": [
  142. ""
  143. ],
  144. "license": [
  145. "BSD-3-Clause"
  146. ],
  147. "authors": [
  148. {
  149. "name": "Sebastian Bergmann",
  150. "email": "sb@sebastian-bergmann.de",
  151. "role": "lead"
  152. }
  153. ],
  154. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  155. "homepage": "http://www.phpunit.de/",
  156. "keywords": [
  157. "filesystem",
  158. "iterator"
  159. ],
  160. "time": "2012-10-11 04:44:38"
  161. },
  162. {
  163. "name": "phpunit/php-text-template",
  164. "version": "1.1.4",
  165. "source": {
  166. "type": "git",
  167. "url": "git://github.com/sebastianbergmann/php-text-template.git",
  168. "reference": "1.1.4"
  169. },
  170. "dist": {
  171. "type": "zip",
  172. "url": "https://github.com/sebastianbergmann/php-text-template/zipball/1.1.4",
  173. "reference": "1.1.4",
  174. "shasum": ""
  175. },
  176. "require": {
  177. "php": ">=5.3.3"
  178. },
  179. "type": "library",
  180. "autoload": {
  181. "classmap": [
  182. "Text/"
  183. ]
  184. },
  185. "include-path": [
  186. ""
  187. ],
  188. "license": [
  189. "BSD-3-Clause"
  190. ],
  191. "authors": [
  192. {
  193. "name": "Sebastian Bergmann",
  194. "email": "sb@sebastian-bergmann.de",
  195. "role": "lead"
  196. }
  197. ],
  198. "description": "Simple template engine.",
  199. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  200. "keywords": [
  201. "template"
  202. ],
  203. "time": "2012-10-31 11:15:28"
  204. },
  205. {
  206. "name": "phpunit/php-timer",
  207. "version": "1.0.5",
  208. "source": {
  209. "type": "git",
  210. "url": "https://github.com/sebastianbergmann/php-timer.git",
  211. "reference": "1.0.5"
  212. },
  213. "dist": {
  214. "type": "zip",
  215. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1.0.5",
  216. "reference": "1.0.5",
  217. "shasum": ""
  218. },
  219. "require": {
  220. "php": ">=5.3.3"
  221. },
  222. "type": "library",
  223. "autoload": {
  224. "classmap": [
  225. "PHP/"
  226. ]
  227. },
  228. "notification-url": "https://packagist.org/downloads/",
  229. "include-path": [
  230. ""
  231. ],
  232. "license": [
  233. "BSD-3-Clause"
  234. ],
  235. "authors": [
  236. {
  237. "name": "Sebastian Bergmann",
  238. "email": "sb@sebastian-bergmann.de",
  239. "role": "lead"
  240. }
  241. ],
  242. "description": "Utility class for timing",
  243. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  244. "keywords": [
  245. "timer"
  246. ],
  247. "time": "2013-08-02 07:42:54"
  248. },
  249. {
  250. "name": "phpunit/php-token-stream",
  251. "version": "1.2.0",
  252. "source": {
  253. "type": "git",
  254. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  255. "reference": "1.2.0"
  256. },
  257. "dist": {
  258. "type": "zip",
  259. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1.2.0",
  260. "reference": "1.2.0",
  261. "shasum": ""
  262. },
  263. "require": {
  264. "ext-tokenizer": "*",
  265. "php": ">=5.3.3"
  266. },
  267. "type": "library",
  268. "extra": {
  269. "branch-alias": {
  270. "dev-master": "1.2-dev"
  271. }
  272. },
  273. "autoload": {
  274. "classmap": [
  275. "PHP/"
  276. ]
  277. },
  278. "notification-url": "https://packagist.org/downloads/",
  279. "include-path": [
  280. ""
  281. ],
  282. "license": [
  283. "BSD-3-Clause"
  284. ],
  285. "authors": [
  286. {
  287. "name": "Sebastian Bergmann",
  288. "email": "sb@sebastian-bergmann.de",
  289. "role": "lead"
  290. }
  291. ],
  292. "description": "Wrapper around PHP's tokenizer extension.",
  293. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  294. "keywords": [
  295. "tokenizer"
  296. ],
  297. "time": "2013-08-04 05:57:48"
  298. },
  299. {
  300. "name": "phpunit/phpunit",
  301. "version": "3.7.23",
  302. "source": {
  303. "type": "git",
  304. "url": "https://github.com/sebastianbergmann/phpunit.git",
  305. "reference": "3.7.23"
  306. },
  307. "dist": {
  308. "type": "zip",
  309. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.23",
  310. "reference": "3.7.23",
  311. "shasum": ""
  312. },
  313. "require": {
  314. "ext-dom": "*",
  315. "ext-pcre": "*",
  316. "ext-reflection": "*",
  317. "ext-spl": "*",
  318. "php": ">=5.3.3",
  319. "phpunit/php-code-coverage": "~1.2.1",
  320. "phpunit/php-file-iterator": ">=1.3.1",
  321. "phpunit/php-text-template": ">=1.1.1",
  322. "phpunit/php-timer": ">=1.0.4",
  323. "phpunit/phpunit-mock-objects": "~1.2.0",
  324. "symfony/yaml": "~2.0"
  325. },
  326. "require-dev": {
  327. "pear-pear/pear": "1.9.4"
  328. },
  329. "suggest": {
  330. "ext-json": "*",
  331. "ext-simplexml": "*",
  332. "ext-tokenizer": "*",
  333. "phpunit/php-invoker": ">=1.1.0,<1.2.0"
  334. },
  335. "bin": [
  336. "composer/bin/phpunit"
  337. ],
  338. "type": "library",
  339. "extra": {
  340. "branch-alias": {
  341. "dev-master": "3.7.x-dev"
  342. }
  343. },
  344. "autoload": {
  345. "classmap": [
  346. "PHPUnit/"
  347. ]
  348. },
  349. "notification-url": "https://packagist.org/downloads/",
  350. "include-path": [
  351. "",
  352. "../../symfony/yaml/"
  353. ],
  354. "license": [
  355. "BSD-3-Clause"
  356. ],
  357. "authors": [
  358. {
  359. "name": "Sebastian Bergmann",
  360. "email": "sebastian@phpunit.de",
  361. "role": "lead"
  362. }
  363. ],
  364. "description": "The PHP Unit Testing framework.",
  365. "homepage": "http://www.phpunit.de/",
  366. "keywords": [
  367. "phpunit",
  368. "testing",
  369. "xunit"
  370. ],
  371. "time": "2013-08-02 19:14:44"
  372. },
  373. {
  374. "name": "phpunit/phpunit-mock-objects",
  375. "version": "1.2.3",
  376. "source": {
  377. "type": "git",
  378. "url": "git://github.com/sebastianbergmann/phpunit-mock-objects.git",
  379. "reference": "1.2.3"
  380. },
  381. "dist": {
  382. "type": "zip",
  383. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects/archive/1.2.3.zip",
  384. "reference": "1.2.3",
  385. "shasum": ""
  386. },
  387. "require": {
  388. "php": ">=5.3.3",
  389. "phpunit/php-text-template": ">=1.1.1@stable"
  390. },
  391. "suggest": {
  392. "ext-soap": "*"
  393. },
  394. "type": "library",
  395. "autoload": {
  396. "classmap": [
  397. "PHPUnit/"
  398. ]
  399. },
  400. "notification-url": "https://packagist.org/downloads/",
  401. "include-path": [
  402. ""
  403. ],
  404. "license": [
  405. "BSD-3-Clause"
  406. ],
  407. "authors": [
  408. {
  409. "name": "Sebastian Bergmann",
  410. "email": "sb@sebastian-bergmann.de",
  411. "role": "lead"
  412. }
  413. ],
  414. "description": "Mock Object library for PHPUnit",
  415. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  416. "keywords": [
  417. "mock",
  418. "xunit"
  419. ],
  420. "time": "2013-01-13 10:24:48"
  421. },
  422. {
  423. "name": "symfony/yaml",
  424. "version": "v2.3.2",
  425. "target-dir": "Symfony/Component/Yaml",
  426. "source": {
  427. "type": "git",
  428. "url": "https://github.com/symfony/Yaml.git",
  429. "reference": "v2.3.2"
  430. },
  431. "dist": {
  432. "type": "zip",
  433. "url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.3.2",
  434. "reference": "v2.3.2",
  435. "shasum": ""
  436. },
  437. "require": {
  438. "php": ">=5.3.3"
  439. },
  440. "type": "library",
  441. "extra": {
  442. "branch-alias": {
  443. "dev-master": "2.3-dev"
  444. }
  445. },
  446. "autoload": {
  447. "psr-0": {
  448. "Symfony\\Component\\Yaml\\": ""
  449. }
  450. },
  451. "notification-url": "https://packagist.org/downloads/",
  452. "license": [
  453. "MIT"
  454. ],
  455. "authors": [
  456. {
  457. "name": "Fabien Potencier",
  458. "email": "fabien@symfony.com"
  459. },
  460. {
  461. "name": "Symfony Community",
  462. "homepage": "http://symfony.com/contributors"
  463. }
  464. ],
  465. "description": "Symfony Yaml Component",
  466. "homepage": "http://symfony.com",
  467. "time": "2013-07-11 19:36:36"
  468. }
  469. ],
  470. "aliases": [
  471. ],
  472. "minimum-stability": "stable",
  473. "stability-flags": [
  474. ],
  475. "platform": {
  476. "php": ">=5.3.3"
  477. },
  478. "platform-dev": [
  479. ]
  480. }