composer.lock 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410
  1. {
  2. "hash": "96767e06e326fc72d06679bdbf876249",
  3. "packages": [
  4. {
  5. "name": "doctrine/collections",
  6. "version": "v1.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/doctrine/collections.git",
  10. "reference": "v1.0"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://github.com/doctrine/collections/archive/v1.0.zip",
  15. "reference": "v1.0",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": ">=5.3.2"
  20. },
  21. "type": "library",
  22. "autoload": {
  23. "psr-0": {
  24. "Doctrine\\Common\\Collections\\": "lib/"
  25. }
  26. },
  27. "notification-url": "https://packagist.org/downloads/",
  28. "license": [
  29. "MIT"
  30. ],
  31. "authors": [
  32. {
  33. "name": "Jonathan Wage",
  34. "email": "jonwage@gmail.com",
  35. "homepage": "http://www.jwage.com/"
  36. },
  37. {
  38. "name": "Guilherme Blanco",
  39. "email": "guilhermeblanco@gmail.com",
  40. "homepage": "http://www.instaclick.com"
  41. },
  42. {
  43. "name": "Roman Borschel",
  44. "email": "roman@code-factory.org"
  45. },
  46. {
  47. "name": "Benjamin Eberlei",
  48. "email": "kontakt@beberlei.de"
  49. },
  50. {
  51. "name": "Johannes Schmitt",
  52. "email": "schmittjoh@gmail.com",
  53. "homepage": "https://github.com/schmittjoh",
  54. "role": "Developer of wrapped JMSSerializerBundle"
  55. }
  56. ],
  57. "description": "Collections Abstraction library",
  58. "homepage": "http://www.doctrine-project.org",
  59. "keywords": [
  60. "array",
  61. "collections",
  62. "iterator"
  63. ],
  64. "time": "2013-01-12 16:36:50"
  65. },
  66. {
  67. "name": "guzzle/guzzle",
  68. "version": "v3.3.0",
  69. "source": {
  70. "type": "git",
  71. "url": "https://github.com/guzzle/guzzle.git",
  72. "reference": "v3.3.0"
  73. },
  74. "dist": {
  75. "type": "zip",
  76. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/v3.3.0",
  77. "reference": "v3.3.0",
  78. "shasum": ""
  79. },
  80. "require": {
  81. "ext-curl": "*",
  82. "php": ">=5.3.2",
  83. "symfony/event-dispatcher": ">=2.1"
  84. },
  85. "replace": {
  86. "guzzle/batch": "self.version",
  87. "guzzle/cache": "self.version",
  88. "guzzle/common": "self.version",
  89. "guzzle/http": "self.version",
  90. "guzzle/inflection": "self.version",
  91. "guzzle/iterator": "self.version",
  92. "guzzle/log": "self.version",
  93. "guzzle/parser": "self.version",
  94. "guzzle/plugin": "self.version",
  95. "guzzle/plugin-async": "self.version",
  96. "guzzle/plugin-backoff": "self.version",
  97. "guzzle/plugin-cache": "self.version",
  98. "guzzle/plugin-cookie": "self.version",
  99. "guzzle/plugin-curlauth": "self.version",
  100. "guzzle/plugin-error-response": "self.version",
  101. "guzzle/plugin-history": "self.version",
  102. "guzzle/plugin-log": "self.version",
  103. "guzzle/plugin-md5": "self.version",
  104. "guzzle/plugin-mock": "self.version",
  105. "guzzle/plugin-oauth": "self.version",
  106. "guzzle/service": "self.version",
  107. "guzzle/stream": "self.version"
  108. },
  109. "require-dev": {
  110. "doctrine/cache": "*",
  111. "monolog/monolog": "1.*",
  112. "phpunit/phpunit": "3.7.*",
  113. "symfony/class-loader": "*",
  114. "zend/zend-cache1": "1.12",
  115. "zend/zend-log1": "1.12",
  116. "zendframework/zend-cache": "2.0.*",
  117. "zendframework/zend-log": "2.0.*"
  118. },
  119. "type": "library",
  120. "extra": {
  121. "branch-alias": {
  122. "dev-master": "3.2-dev"
  123. }
  124. },
  125. "autoload": {
  126. "psr-0": {
  127. "Guzzle\\Tests": "tests/",
  128. "Guzzle": "src/"
  129. }
  130. },
  131. "notification-url": "https://packagist.org/downloads/",
  132. "license": [
  133. "MIT"
  134. ],
  135. "authors": [
  136. {
  137. "name": "Michael Dowling",
  138. "email": "mtdowling@gmail.com",
  139. "homepage": "https://github.com/mtdowling"
  140. },
  141. {
  142. "name": "Guzzle Community",
  143. "homepage": "https://github.com/guzzle/guzzle/contributors"
  144. }
  145. ],
  146. "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
  147. "homepage": "http://guzzlephp.org/",
  148. "keywords": [
  149. "client",
  150. "curl",
  151. "framework",
  152. "http",
  153. "http client",
  154. "rest",
  155. "web service"
  156. ],
  157. "time": "2013-03-04 00:41:45"
  158. },
  159. {
  160. "name": "pimple/pimple",
  161. "version": "v1.0.2",
  162. "source": {
  163. "type": "git",
  164. "url": "https://github.com/fabpot/Pimple.git",
  165. "reference": "v1.0.2"
  166. },
  167. "dist": {
  168. "type": "zip",
  169. "url": "https://api.github.com/repos/fabpot/Pimple/zipball/v1.0.2",
  170. "reference": "v1.0.2",
  171. "shasum": ""
  172. },
  173. "require": {
  174. "php": ">=5.3.0"
  175. },
  176. "type": "library",
  177. "extra": {
  178. "branch-alias": {
  179. "dev-master": "1.0.x-dev"
  180. }
  181. },
  182. "autoload": {
  183. "psr-0": {
  184. "Pimple": "lib/"
  185. }
  186. },
  187. "notification-url": "https://packagist.org/downloads/",
  188. "license": [
  189. "MIT"
  190. ],
  191. "authors": [
  192. {
  193. "name": "Fabien Potencier",
  194. "email": "fabien@symfony.com"
  195. }
  196. ],
  197. "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
  198. "homepage": "http://pimple.sensiolabs.org",
  199. "keywords": [
  200. "container",
  201. "dependency injection"
  202. ],
  203. "time": "2013-03-08 08:21:40"
  204. },
  205. {
  206. "name": "symfony/event-dispatcher",
  207. "version": "v2.2.0",
  208. "target-dir": "Symfony/Component/EventDispatcher",
  209. "source": {
  210. "type": "git",
  211. "url": "https://github.com/symfony/EventDispatcher.git",
  212. "reference": "v2.2.0-RC3"
  213. },
  214. "dist": {
  215. "type": "zip",
  216. "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.2.0-RC3",
  217. "reference": "v2.2.0-RC3",
  218. "shasum": ""
  219. },
  220. "require": {
  221. "php": ">=5.3.3"
  222. },
  223. "require-dev": {
  224. "symfony/dependency-injection": ">=2.0,<3.0"
  225. },
  226. "suggest": {
  227. "symfony/dependency-injection": "2.2.*",
  228. "symfony/http-kernel": "2.2.*"
  229. },
  230. "type": "library",
  231. "extra": {
  232. "branch-alias": {
  233. "dev-master": "2.2-dev"
  234. }
  235. },
  236. "autoload": {
  237. "psr-0": {
  238. "Symfony\\Component\\EventDispatcher\\": ""
  239. }
  240. },
  241. "notification-url": "https://packagist.org/downloads/",
  242. "license": [
  243. "MIT"
  244. ],
  245. "authors": [
  246. {
  247. "name": "Fabien Potencier",
  248. "email": "fabien@symfony.com"
  249. },
  250. {
  251. "name": "Symfony Community",
  252. "homepage": "http://symfony.com/contributors"
  253. }
  254. ],
  255. "description": "Symfony EventDispatcher Component",
  256. "homepage": "http://symfony.com",
  257. "time": "2013-02-11 11:26:43"
  258. },
  259. {
  260. "name": "symfony/filesystem",
  261. "version": "v2.2.0",
  262. "target-dir": "Symfony/Component/Filesystem",
  263. "source": {
  264. "type": "git",
  265. "url": "https://github.com/symfony/Filesystem.git",
  266. "reference": "v2.2.0-RC3"
  267. },
  268. "dist": {
  269. "type": "zip",
  270. "url": "https://api.github.com/repos/symfony/Filesystem/zipball/v2.2.0-RC3",
  271. "reference": "v2.2.0-RC3",
  272. "shasum": ""
  273. },
  274. "require": {
  275. "php": ">=5.3.3"
  276. },
  277. "type": "library",
  278. "extra": {
  279. "branch-alias": {
  280. "dev-master": "2.2-dev"
  281. }
  282. },
  283. "autoload": {
  284. "psr-0": {
  285. "Symfony\\Component\\Filesystem\\": ""
  286. }
  287. },
  288. "notification-url": "https://packagist.org/downloads/",
  289. "license": [
  290. "MIT"
  291. ],
  292. "authors": [
  293. {
  294. "name": "Fabien Potencier",
  295. "email": "fabien@symfony.com"
  296. },
  297. {
  298. "name": "Symfony Community",
  299. "homepage": "http://symfony.com/contributors"
  300. }
  301. ],
  302. "description": "Symfony Filesystem Component",
  303. "homepage": "http://symfony.com",
  304. "time": "2013-01-17 15:25:59"
  305. },
  306. {
  307. "name": "symfony/process",
  308. "version": "v2.2.0",
  309. "target-dir": "Symfony/Component/Process",
  310. "source": {
  311. "type": "git",
  312. "url": "https://github.com/symfony/Process.git",
  313. "reference": "v2.2.0-RC3"
  314. },
  315. "dist": {
  316. "type": "zip",
  317. "url": "https://api.github.com/repos/symfony/Process/zipball/v2.2.0-RC3",
  318. "reference": "v2.2.0-RC3",
  319. "shasum": ""
  320. },
  321. "require": {
  322. "php": ">=5.3.3"
  323. },
  324. "type": "library",
  325. "extra": {
  326. "branch-alias": {
  327. "dev-master": "2.2-dev"
  328. }
  329. },
  330. "autoload": {
  331. "psr-0": {
  332. "Symfony\\Component\\Process\\": ""
  333. }
  334. },
  335. "notification-url": "https://packagist.org/downloads/",
  336. "license": [
  337. "MIT"
  338. ],
  339. "authors": [
  340. {
  341. "name": "Fabien Potencier",
  342. "email": "fabien@symfony.com"
  343. },
  344. {
  345. "name": "Symfony Community",
  346. "homepage": "http://symfony.com/contributors"
  347. }
  348. ],
  349. "description": "Symfony Process Component",
  350. "homepage": "http://symfony.com",
  351. "time": "2013-02-18 21:28:10"
  352. }
  353. ],
  354. "packages-dev": [
  355. {
  356. "name": "symfony/finder",
  357. "version": "v2.2.0",
  358. "target-dir": "Symfony/Component/Finder",
  359. "source": {
  360. "type": "git",
  361. "url": "https://github.com/symfony/Finder.git",
  362. "reference": "v2.2.0"
  363. },
  364. "dist": {
  365. "type": "zip",
  366. "url": "https://api.github.com/repos/symfony/Finder/zipball/v2.2.0",
  367. "reference": "v2.2.0",
  368. "shasum": ""
  369. },
  370. "require": {
  371. "php": ">=5.3.3"
  372. },
  373. "type": "library",
  374. "extra": {
  375. "branch-alias": {
  376. "dev-master": "2.2-dev"
  377. }
  378. },
  379. "autoload": {
  380. "psr-0": {
  381. "Symfony\\Component\\Finder\\": ""
  382. }
  383. },
  384. "notification-url": "https://packagist.org/downloads/",
  385. "license": [
  386. "MIT"
  387. ],
  388. "authors": [
  389. {
  390. "name": "Fabien Potencier",
  391. "email": "fabien@symfony.com"
  392. },
  393. {
  394. "name": "Symfony Community",
  395. "homepage": "http://symfony.com/contributors"
  396. }
  397. ],
  398. "description": "Symfony Finder Component",
  399. "homepage": "http://symfony.com",
  400. "time": "2013-02-28 14:06:36"
  401. }
  402. ],
  403. "aliases": [
  404. ],
  405. "minimum-stability": "stable",
  406. "stability-flags": [
  407. ]
  408. }