composer.lock 15 KB

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