composer.lock 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  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": "6e72d0b30a42469a5cef281fc82e77eb",
  7. "packages": [
  8. ],
  9. "packages-dev": [
  10. {
  11. "name": "mockery/mockery",
  12. "version": "dev-master",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/padraic/mockery.git",
  16. "reference": "70739803f85065cc2ec00fae662bdcaaa4df487e"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/padraic/mockery/zipball/70739803f85065cc2ec00fae662bdcaaa4df487e",
  21. "reference": "70739803f85065cc2ec00fae662bdcaaa4df487e",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "lib-pcre": ">=7.0",
  26. "php": ">=5.3.2"
  27. },
  28. "require-dev": {
  29. "hamcrest/hamcrest": "1.1.0"
  30. },
  31. "type": "library",
  32. "autoload": {
  33. "psr-0": {
  34. "Mockery": "library/"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "BSD-3-Clause"
  40. ],
  41. "authors": [
  42. {
  43. "name": "Pádraic Brady",
  44. "email": "padraic.brady@gmail.com",
  45. "homepage": "http://blog.astrumfutura.com"
  46. }
  47. ],
  48. "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succint API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
  49. "homepage": "http://github.com/padraic/mockery",
  50. "keywords": [
  51. "BDD",
  52. "TDD",
  53. "library",
  54. "mock",
  55. "mock objects",
  56. "mockery",
  57. "stub",
  58. "test",
  59. "test double",
  60. "testing"
  61. ],
  62. "time": "2013-05-29 09:13:17"
  63. },
  64. {
  65. "name": "pimple/pimple",
  66. "version": "v1.0.2",
  67. "source": {
  68. "type": "git",
  69. "url": "https://github.com/fabpot/Pimple.git",
  70. "reference": "v1.0.2"
  71. },
  72. "dist": {
  73. "type": "zip",
  74. "url": "https://api.github.com/repos/fabpot/Pimple/zipball/v1.0.2",
  75. "reference": "v1.0.2",
  76. "shasum": ""
  77. },
  78. "require": {
  79. "php": ">=5.3.0"
  80. },
  81. "type": "library",
  82. "extra": {
  83. "branch-alias": {
  84. "dev-master": "1.0.x-dev"
  85. }
  86. },
  87. "autoload": {
  88. "psr-0": {
  89. "Pimple": "lib/"
  90. }
  91. },
  92. "notification-url": "https://packagist.org/downloads/",
  93. "license": [
  94. "MIT"
  95. ],
  96. "authors": [
  97. {
  98. "name": "Fabien Potencier",
  99. "email": "fabien@symfony.com"
  100. }
  101. ],
  102. "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
  103. "homepage": "http://pimple.sensiolabs.org",
  104. "keywords": [
  105. "container",
  106. "dependency injection"
  107. ],
  108. "time": "2013-03-08 08:21:40"
  109. },
  110. {
  111. "name": "psr/log",
  112. "version": "1.0.0",
  113. "source": {
  114. "type": "git",
  115. "url": "https://github.com/php-fig/log",
  116. "reference": "1.0.0"
  117. },
  118. "dist": {
  119. "type": "zip",
  120. "url": "https://github.com/php-fig/log/archive/1.0.0.zip",
  121. "reference": "1.0.0",
  122. "shasum": ""
  123. },
  124. "type": "library",
  125. "autoload": {
  126. "psr-0": {
  127. "Psr\\Log\\": ""
  128. }
  129. },
  130. "notification-url": "https://packagist.org/downloads/",
  131. "license": [
  132. "MIT"
  133. ],
  134. "authors": [
  135. {
  136. "name": "PHP-FIG",
  137. "homepage": "http://www.php-fig.org/"
  138. }
  139. ],
  140. "description": "Common interface for logging libraries",
  141. "keywords": [
  142. "log",
  143. "psr",
  144. "psr-3"
  145. ],
  146. "time": "2012-12-21 11:40:51"
  147. },
  148. {
  149. "name": "symfony/debug",
  150. "version": "v2.3.0",
  151. "target-dir": "Symfony/Component/Debug",
  152. "source": {
  153. "type": "git",
  154. "url": "https://github.com/symfony/Debug.git",
  155. "reference": "v2.3.0"
  156. },
  157. "dist": {
  158. "type": "zip",
  159. "url": "https://api.github.com/repos/symfony/Debug/zipball/v2.3.0",
  160. "reference": "v2.3.0",
  161. "shasum": ""
  162. },
  163. "require": {
  164. "php": ">=5.3.3"
  165. },
  166. "require-dev": {
  167. "symfony/http-foundation": ">=2.1,<3.0",
  168. "symfony/http-kernel": ">=2.1,<3.0"
  169. },
  170. "suggest": {
  171. "symfony/class-loader": "",
  172. "symfony/http-foundation": "",
  173. "symfony/http-kernel": ""
  174. },
  175. "type": "library",
  176. "extra": {
  177. "branch-alias": {
  178. "dev-master": "2.3-dev"
  179. }
  180. },
  181. "autoload": {
  182. "psr-0": {
  183. "Symfony\\Component\\Debug\\": ""
  184. }
  185. },
  186. "notification-url": "https://packagist.org/downloads/",
  187. "license": [
  188. "MIT"
  189. ],
  190. "authors": [
  191. {
  192. "name": "Fabien Potencier",
  193. "email": "fabien@symfony.com"
  194. },
  195. {
  196. "name": "Symfony Community",
  197. "homepage": "http://symfony.com/contributors"
  198. }
  199. ],
  200. "description": "Symfony Debug Component",
  201. "homepage": "http://symfony.com",
  202. "time": "2013-06-02 11:58:44"
  203. },
  204. {
  205. "name": "symfony/event-dispatcher",
  206. "version": "v2.3.0",
  207. "target-dir": "Symfony/Component/EventDispatcher",
  208. "source": {
  209. "type": "git",
  210. "url": "https://github.com/symfony/EventDispatcher.git",
  211. "reference": "v2.3.0-RC1"
  212. },
  213. "dist": {
  214. "type": "zip",
  215. "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.3.0-RC1",
  216. "reference": "v2.3.0-RC1",
  217. "shasum": ""
  218. },
  219. "require": {
  220. "php": ">=5.3.3"
  221. },
  222. "require-dev": {
  223. "symfony/dependency-injection": ">=2.0,<3.0"
  224. },
  225. "suggest": {
  226. "symfony/dependency-injection": "",
  227. "symfony/http-kernel": ""
  228. },
  229. "type": "library",
  230. "extra": {
  231. "branch-alias": {
  232. "dev-master": "2.3-dev"
  233. }
  234. },
  235. "autoload": {
  236. "psr-0": {
  237. "Symfony\\Component\\EventDispatcher\\": ""
  238. }
  239. },
  240. "notification-url": "https://packagist.org/downloads/",
  241. "license": [
  242. "MIT"
  243. ],
  244. "authors": [
  245. {
  246. "name": "Fabien Potencier",
  247. "email": "fabien@symfony.com"
  248. },
  249. {
  250. "name": "Symfony Community",
  251. "homepage": "http://symfony.com/contributors"
  252. }
  253. ],
  254. "description": "Symfony EventDispatcher Component",
  255. "homepage": "http://symfony.com",
  256. "time": "2013-05-13 14:36:40"
  257. },
  258. {
  259. "name": "symfony/http-foundation",
  260. "version": "v2.3.0",
  261. "target-dir": "Symfony/Component/HttpFoundation",
  262. "source": {
  263. "type": "git",
  264. "url": "https://github.com/symfony/HttpFoundation.git",
  265. "reference": "v2.3.0-RC1"
  266. },
  267. "dist": {
  268. "type": "zip",
  269. "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/v2.3.0-RC1",
  270. "reference": "v2.3.0-RC1",
  271. "shasum": ""
  272. },
  273. "require": {
  274. "php": ">=5.3.3"
  275. },
  276. "type": "library",
  277. "extra": {
  278. "branch-alias": {
  279. "dev-master": "2.3-dev"
  280. }
  281. },
  282. "autoload": {
  283. "psr-0": {
  284. "Symfony\\Component\\HttpFoundation\\": ""
  285. },
  286. "classmap": [
  287. "Symfony/Component/HttpFoundation/Resources/stubs"
  288. ]
  289. },
  290. "notification-url": "https://packagist.org/downloads/",
  291. "license": [
  292. "MIT"
  293. ],
  294. "authors": [
  295. {
  296. "name": "Fabien Potencier",
  297. "email": "fabien@symfony.com"
  298. },
  299. {
  300. "name": "Symfony Community",
  301. "homepage": "http://symfony.com/contributors"
  302. }
  303. ],
  304. "description": "Symfony HttpFoundation Component",
  305. "homepage": "http://symfony.com",
  306. "time": "2013-05-10 06:00:03"
  307. },
  308. {
  309. "name": "symfony/http-kernel",
  310. "version": "v2.3.0",
  311. "target-dir": "Symfony/Component/HttpKernel",
  312. "source": {
  313. "type": "git",
  314. "url": "https://github.com/symfony/HttpKernel.git",
  315. "reference": "v2.3.0"
  316. },
  317. "dist": {
  318. "type": "zip",
  319. "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/v2.3.0",
  320. "reference": "v2.3.0",
  321. "shasum": ""
  322. },
  323. "require": {
  324. "php": ">=5.3.3",
  325. "psr/log": ">=1.0,<2.0",
  326. "symfony/debug": ">=2.3,<3.0",
  327. "symfony/event-dispatcher": ">=2.1,<3.0",
  328. "symfony/http-foundation": ">=2.2,<3.0"
  329. },
  330. "require-dev": {
  331. "symfony/browser-kit": "2.2.*",
  332. "symfony/class-loader": ">=2.1,<3.0",
  333. "symfony/config": ">=2.0,<3.0",
  334. "symfony/console": "2.2.*",
  335. "symfony/dependency-injection": ">=2.0,<3.0",
  336. "symfony/finder": ">=2.0,<3.0",
  337. "symfony/process": ">=2.0,<3.0",
  338. "symfony/routing": ">=2.2,<3.0",
  339. "symfony/stopwatch": ">=2.2,<3.0"
  340. },
  341. "suggest": {
  342. "symfony/browser-kit": "",
  343. "symfony/class-loader": "",
  344. "symfony/config": "",
  345. "symfony/console": "",
  346. "symfony/dependency-injection": "",
  347. "symfony/finder": ""
  348. },
  349. "type": "library",
  350. "extra": {
  351. "branch-alias": {
  352. "dev-master": "2.3-dev"
  353. }
  354. },
  355. "autoload": {
  356. "psr-0": {
  357. "Symfony\\Component\\HttpKernel\\": ""
  358. }
  359. },
  360. "notification-url": "https://packagist.org/downloads/",
  361. "license": [
  362. "MIT"
  363. ],
  364. "authors": [
  365. {
  366. "name": "Fabien Potencier",
  367. "email": "fabien@symfony.com"
  368. },
  369. {
  370. "name": "Symfony Community",
  371. "homepage": "http://symfony.com/contributors"
  372. }
  373. ],
  374. "description": "Symfony HttpKernel Component",
  375. "homepage": "http://symfony.com",
  376. "time": "2013-06-03 14:13:35"
  377. },
  378. {
  379. "name": "symfony/routing",
  380. "version": "v2.3.0",
  381. "target-dir": "Symfony/Component/Routing",
  382. "source": {
  383. "type": "git",
  384. "url": "https://github.com/symfony/Routing.git",
  385. "reference": "v2.3.0"
  386. },
  387. "dist": {
  388. "type": "zip",
  389. "url": "https://api.github.com/repos/symfony/Routing/zipball/v2.3.0",
  390. "reference": "v2.3.0",
  391. "shasum": ""
  392. },
  393. "require": {
  394. "php": ">=5.3.3"
  395. },
  396. "require-dev": {
  397. "doctrine/common": ">=2.2,<3.0",
  398. "psr/log": ">=1.0,<2.0",
  399. "symfony/config": ">=2.2,<3.0",
  400. "symfony/yaml": ">=2.0,<3.0"
  401. },
  402. "suggest": {
  403. "doctrine/common": "",
  404. "symfony/config": "",
  405. "symfony/yaml": ""
  406. },
  407. "type": "library",
  408. "extra": {
  409. "branch-alias": {
  410. "dev-master": "2.3-dev"
  411. }
  412. },
  413. "autoload": {
  414. "psr-0": {
  415. "Symfony\\Component\\Routing\\": ""
  416. }
  417. },
  418. "notification-url": "https://packagist.org/downloads/",
  419. "license": [
  420. "MIT"
  421. ],
  422. "authors": [
  423. {
  424. "name": "Fabien Potencier",
  425. "email": "fabien@symfony.com"
  426. },
  427. {
  428. "name": "Symfony Community",
  429. "homepage": "http://symfony.com/contributors"
  430. }
  431. ],
  432. "description": "Symfony Routing Component",
  433. "homepage": "http://symfony.com",
  434. "time": "2013-05-20 08:57:26"
  435. }
  436. ],
  437. "aliases": [
  438. ],
  439. "minimum-stability": "stable",
  440. "stability-flags": {
  441. "mockery/mockery": 20,
  442. "silex/silex": 20
  443. },
  444. "platform": {
  445. "php": ">=5.3.0"
  446. },
  447. "platform-dev": [
  448. ]
  449. }