composer.lock 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886
  1. {
  2. "hash": "1f8e275856536ef2a59030e65ab74fc1",
  3. "packages": [
  4. {
  5. "name": "dflydev/doctrine-orm-service-provider",
  6. "version": "dev-master",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/dflydev/dflydev-doctrine-orm-service-provider",
  10. "reference": "12956355cc7aff283f833e2b17fb6521ed9e17d8"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://github.com/dflydev/dflydev-doctrine-orm-service-provider/archive/12956355cc7aff283f833e2b17fb6521ed9e17d8.zip",
  15. "reference": "12956355cc7aff283f833e2b17fb6521ed9e17d8",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": ">=5.3.3",
  20. "doctrine/orm": ">=2.3,<3.0",
  21. "pimple/pimple": "1.*@dev"
  22. },
  23. "require-dev": {
  24. "cilex/cilex": "1.*@dev",
  25. "silex/silex": "1.*@dev"
  26. },
  27. "suggest": {
  28. "dflydev/psr0-resource-locator-service-provider": "1.0.*@dev"
  29. },
  30. "time": "2012-11-20 17:11:41",
  31. "type": "library",
  32. "extra": {
  33. "branch-alias": {
  34. "dev-master": "1.0-dev"
  35. }
  36. },
  37. "installation-source": "source",
  38. "autoload": {
  39. "psr-0": {
  40. "Dflydev\\Cilex\\Provider\\DoctrineOrm": "src",
  41. "Dflydev\\Pimple\\Provider\\DoctrineOrm": "src",
  42. "Dflydev\\Silex\\Provider\\DoctrineOrm": "src"
  43. }
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "MIT"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Dragonfly Development Inc.",
  52. "email": "info@dflydev.com",
  53. "homepage": "http://dflydev.com"
  54. },
  55. {
  56. "name": "Beau Simensen",
  57. "email": "beau@dflydev.com",
  58. "homepage": "http://beausimensen.com"
  59. }
  60. ],
  61. "description": "Doctrine ORM Service Provider",
  62. "keywords": [
  63. "silex",
  64. "orm",
  65. "doctrine",
  66. "pimple",
  67. "cilex"
  68. ]
  69. },
  70. {
  71. "name": "doctrine/common",
  72. "version": "dev-master",
  73. "source": {
  74. "type": "git",
  75. "url": "https://github.com/doctrine/common",
  76. "reference": "d514e3920656921ba1148f16a4089222c58bc83a"
  77. },
  78. "dist": {
  79. "type": "zip",
  80. "url": "https://github.com/doctrine/common/archive/d514e3920656921ba1148f16a4089222c58bc83a.zip",
  81. "reference": "d514e3920656921ba1148f16a4089222c58bc83a",
  82. "shasum": ""
  83. },
  84. "require": {
  85. "php": ">=5.3.2"
  86. },
  87. "time": "2012-12-05 12:03:39",
  88. "type": "library",
  89. "extra": {
  90. "branch-alias": {
  91. "dev-master": "2.4.x-dev"
  92. }
  93. },
  94. "installation-source": "source",
  95. "autoload": {
  96. "psr-0": {
  97. "Doctrine\\Common\\": "lib/"
  98. }
  99. },
  100. "notification-url": "https://packagist.org/downloads/",
  101. "license": [
  102. "MIT"
  103. ],
  104. "authors": [
  105. {
  106. "name": "Jonathan Wage",
  107. "email": "jonwage@gmail.com",
  108. "homepage": "http://www.jwage.com/"
  109. },
  110. {
  111. "name": "Guilherme Blanco",
  112. "email": "guilhermeblanco@gmail.com",
  113. "homepage": "http://www.instaclick.com"
  114. },
  115. {
  116. "name": "Roman Borschel",
  117. "email": "roman@code-factory.org"
  118. },
  119. {
  120. "name": "Benjamin Eberlei",
  121. "email": "kontakt@beberlei.de"
  122. },
  123. {
  124. "name": "Johannes Schmitt",
  125. "email": "schmittjoh@gmail.com",
  126. "homepage": "http://jmsyst.com",
  127. "role": "Developer of wrapped JMSSerializerBundle"
  128. }
  129. ],
  130. "description": "Common Library for Doctrine projects",
  131. "homepage": "http://www.doctrine-project.org",
  132. "keywords": [
  133. "collections",
  134. "spl",
  135. "eventmanager",
  136. "annotations",
  137. "persistence"
  138. ]
  139. },
  140. {
  141. "name": "doctrine/dbal",
  142. "version": "dev-master",
  143. "source": {
  144. "type": "git",
  145. "url": "https://github.com/doctrine/dbal",
  146. "reference": "74c7616132ad82420320e76fa49781ee2f6af532"
  147. },
  148. "dist": {
  149. "type": "zip",
  150. "url": "https://github.com/doctrine/dbal/archive/74c7616132ad82420320e76fa49781ee2f6af532.zip",
  151. "reference": "74c7616132ad82420320e76fa49781ee2f6af532",
  152. "shasum": ""
  153. },
  154. "require": {
  155. "php": ">=5.3.2",
  156. "doctrine/common": ">=2.3-dev,<2.5-dev"
  157. },
  158. "time": "2012-12-11 16:41:50",
  159. "type": "library",
  160. "extra": {
  161. "branch-alias": {
  162. "dev-master": "2.4.x-dev"
  163. }
  164. },
  165. "installation-source": "source",
  166. "autoload": {
  167. "psr-0": {
  168. "Doctrine\\DBAL\\": "lib/"
  169. }
  170. },
  171. "notification-url": "https://packagist.org/downloads/",
  172. "license": [
  173. "MIT"
  174. ],
  175. "authors": [
  176. {
  177. "name": "Jonathan Wage",
  178. "email": "jonwage@gmail.com",
  179. "homepage": "http://www.jwage.com/"
  180. },
  181. {
  182. "name": "Guilherme Blanco",
  183. "email": "guilhermeblanco@gmail.com",
  184. "homepage": "http://www.instaclick.com"
  185. },
  186. {
  187. "name": "Roman Borschel",
  188. "email": "roman@code-factory.org"
  189. },
  190. {
  191. "name": "Benjamin Eberlei",
  192. "email": "kontakt@beberlei.de"
  193. }
  194. ],
  195. "description": "Database Abstraction Layer",
  196. "homepage": "http://www.doctrine-project.org",
  197. "keywords": [
  198. "database",
  199. "persistence",
  200. "dbal",
  201. "queryobject"
  202. ]
  203. },
  204. {
  205. "name": "doctrine/orm",
  206. "version": "dev-master",
  207. "source": {
  208. "type": "git",
  209. "url": "git://github.com/doctrine/doctrine2.git",
  210. "reference": "df1336dd262faf40d5a343c1d21cbbc4aa8192d9"
  211. },
  212. "dist": {
  213. "type": "zip",
  214. "url": "https://github.com/doctrine/doctrine2/archive/df1336dd262faf40d5a343c1d21cbbc4aa8192d9.zip",
  215. "reference": "df1336dd262faf40d5a343c1d21cbbc4aa8192d9",
  216. "shasum": ""
  217. },
  218. "require": {
  219. "php": ">=5.3.2",
  220. "ext-pdo": "*",
  221. "symfony/console": "2.*",
  222. "doctrine/dbal": ">=2.3-dev,<2.5-dev"
  223. },
  224. "suggest": {
  225. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  226. },
  227. "time": "2012-12-04 12:29:01",
  228. "bin": [
  229. "bin/doctrine",
  230. "bin/doctrine.php"
  231. ],
  232. "type": "library",
  233. "extra": {
  234. "branch-alias": {
  235. "dev-master": "2.4.x-dev"
  236. }
  237. },
  238. "installation-source": "source",
  239. "autoload": {
  240. "psr-0": {
  241. "Doctrine\\ORM\\": "lib/"
  242. }
  243. },
  244. "notification-url": "https://packagist.org/downloads/",
  245. "license": [
  246. "MIT"
  247. ],
  248. "authors": [
  249. {
  250. "name": "Jonathan Wage",
  251. "email": "jonwage@gmail.com",
  252. "homepage": "http://www.jwage.com/"
  253. },
  254. {
  255. "name": "Guilherme Blanco",
  256. "email": "guilhermeblanco@gmail.com",
  257. "homepage": "http://www.instaclick.com"
  258. },
  259. {
  260. "name": "Roman Borschel",
  261. "email": "roman@code-factory.org"
  262. },
  263. {
  264. "name": "Benjamin Eberlei",
  265. "email": "kontakt@beberlei.de"
  266. }
  267. ],
  268. "description": "Object-Relational-Mapper for PHP",
  269. "homepage": "http://www.doctrine-project.org",
  270. "keywords": [
  271. "database",
  272. "orm"
  273. ]
  274. },
  275. {
  276. "name": "monolog/monolog",
  277. "version": "dev-master",
  278. "source": {
  279. "type": "git",
  280. "url": "https://github.com/Seldaek/monolog",
  281. "reference": "0df12342ef6c5efc748b27bb9ef92e1c95631058"
  282. },
  283. "dist": {
  284. "type": "zip",
  285. "url": "https://github.com/Seldaek/monolog/archive/0df12342ef6c5efc748b27bb9ef92e1c95631058.zip",
  286. "reference": "0df12342ef6c5efc748b27bb9ef92e1c95631058",
  287. "shasum": ""
  288. },
  289. "require": {
  290. "php": ">=5.3.0"
  291. },
  292. "require-dev": {
  293. "mlehner/gelf-php": "1.0.*"
  294. },
  295. "suggest": {
  296. "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
  297. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  298. "ext-mongo": "Allow sending log messages to a MongoDB server"
  299. },
  300. "time": "2012-12-14 11:27:44",
  301. "type": "library",
  302. "extra": {
  303. "branch-alias": {
  304. "dev-master": "1.3.x-dev"
  305. }
  306. },
  307. "installation-source": "source",
  308. "autoload": {
  309. "psr-0": {
  310. "Monolog": "src/"
  311. }
  312. },
  313. "notification-url": "https://packagist.org/downloads/",
  314. "license": [
  315. "MIT"
  316. ],
  317. "authors": [
  318. {
  319. "name": "Jordi Boggiano",
  320. "email": "j.boggiano@seld.be",
  321. "homepage": "http://seld.be",
  322. "role": "Developer"
  323. }
  324. ],
  325. "description": "Logging for PHP 5.3",
  326. "homepage": "http://github.com/Seldaek/monolog",
  327. "keywords": [
  328. "log",
  329. "logging"
  330. ]
  331. },
  332. {
  333. "name": "pimple/pimple",
  334. "version": "dev-master",
  335. "source": {
  336. "type": "git",
  337. "url": "git://github.com/fabpot/Pimple.git",
  338. "reference": "v1.0.1"
  339. },
  340. "dist": {
  341. "type": "zip",
  342. "url": "https://github.com/fabpot/Pimple/archive/v1.0.1.zip",
  343. "reference": "v1.0.1",
  344. "shasum": ""
  345. },
  346. "require": {
  347. "php": ">=5.3.0"
  348. },
  349. "time": "2012-11-11 08:32:34",
  350. "type": "library",
  351. "extra": {
  352. "branch-alias": {
  353. "dev-master": "1.0.x-dev"
  354. }
  355. },
  356. "installation-source": "source",
  357. "autoload": {
  358. "psr-0": {
  359. "Pimple": "lib/"
  360. }
  361. },
  362. "notification-url": "https://packagist.org/downloads/",
  363. "license": [
  364. "MIT"
  365. ],
  366. "authors": [
  367. {
  368. "name": "Fabien Potencier",
  369. "email": "fabien@symfony.com"
  370. }
  371. ],
  372. "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
  373. "homepage": "http://pimple.sensiolabs.org",
  374. "keywords": [
  375. "dependency injection",
  376. "container"
  377. ]
  378. },
  379. {
  380. "name": "silex/silex",
  381. "version": "dev-master",
  382. "source": {
  383. "type": "git",
  384. "url": "git://github.com/fabpot/Silex.git",
  385. "reference": "c2dff3ca9e8ee4e5c9652a366c39eb3b3c91ca53"
  386. },
  387. "dist": {
  388. "type": "zip",
  389. "url": "https://github.com/fabpot/Silex/archive/c2dff3ca9e8ee4e5c9652a366c39eb3b3c91ca53.zip",
  390. "reference": "c2dff3ca9e8ee4e5c9652a366c39eb3b3c91ca53",
  391. "shasum": ""
  392. },
  393. "require": {
  394. "php": ">=5.3.3",
  395. "pimple/pimple": "1.*",
  396. "symfony/event-dispatcher": ">=2.1,<2.3-dev",
  397. "symfony/http-foundation": ">=2.1,<2.3-dev",
  398. "symfony/http-kernel": ">=2.1,<2.3-dev",
  399. "symfony/routing": ">=2.1,<2.3-dev"
  400. },
  401. "require-dev": {
  402. "monolog/monolog": ">=1.0.0,<1.2-dev",
  403. "twig/twig": ">=1.8.0,<2.0-dev",
  404. "swiftmailer/swiftmailer": "4.2.*",
  405. "doctrine/dbal": ">=2.2.0,<2.4.0-dev",
  406. "symfony/security": ">=2.1,<2.3-dev",
  407. "symfony/config": ">=2.1,<2.3-dev",
  408. "symfony/locale": ">=2.1,<2.3-dev",
  409. "symfony/form": ">=2.1,<2.3-dev",
  410. "symfony/browser-kit": ">=2.1,<2.3-dev",
  411. "symfony/css-selector": ">=2.1,<2.3-dev",
  412. "symfony/finder": ">=2.1,<2.3-dev",
  413. "symfony/monolog-bridge": ">=2.1,<2.3-dev",
  414. "symfony/process": ">=2.1,<2.3-dev",
  415. "symfony/translation": ">=2.1,<2.3-dev",
  416. "symfony/twig-bridge": ">=2.1,<2.3-dev",
  417. "symfony/validator": ">=2.1,<2.3-dev",
  418. "symfony/serializer": ">=2.1,<2.3-dev"
  419. },
  420. "suggest": {
  421. "symfony/browser-kit": ">=2.1,<2.3-dev",
  422. "symfony/css-selector": ">=2.1,<2.3-dev",
  423. "symfony/dom-crawler": ">=2.1,<2.3-dev"
  424. },
  425. "time": "2012-12-14 13:15:04",
  426. "type": "library",
  427. "extra": {
  428. "branch-alias": {
  429. "dev-master": "1.0.x-dev"
  430. }
  431. },
  432. "installation-source": "source",
  433. "autoload": {
  434. "psr-0": {
  435. "Silex": "src/"
  436. }
  437. },
  438. "notification-url": "https://packagist.org/downloads/",
  439. "license": [
  440. "MIT"
  441. ],
  442. "authors": [
  443. {
  444. "name": "Fabien Potencier",
  445. "email": "fabien@symfony.com"
  446. },
  447. {
  448. "name": "Igor Wiedler",
  449. "email": "igor@wiedler.ch",
  450. "homepage": "http://wiedler.ch/igor/"
  451. }
  452. ],
  453. "description": "The PHP micro-framework based on the Symfony2 Components",
  454. "homepage": "http://silex.sensiolabs.org",
  455. "keywords": [
  456. "microframework"
  457. ]
  458. },
  459. {
  460. "name": "symfony/config",
  461. "version": "2.1.x-dev",
  462. "target-dir": "Symfony/Component/Config",
  463. "source": {
  464. "type": "git",
  465. "url": "https://github.com/symfony/Config",
  466. "reference": "bd0f27e64df413a34bc3f68f8585fa8dce7fdb88"
  467. },
  468. "dist": {
  469. "type": "zip",
  470. "url": "https://github.com/symfony/Config/archive/bd0f27e64df413a34bc3f68f8585fa8dce7fdb88.zip",
  471. "reference": "bd0f27e64df413a34bc3f68f8585fa8dce7fdb88",
  472. "shasum": ""
  473. },
  474. "require": {
  475. "php": ">=5.3.3"
  476. },
  477. "time": "2012-12-11 10:40:22",
  478. "type": "library",
  479. "installation-source": "source",
  480. "autoload": {
  481. "psr-0": {
  482. "Symfony\\Component\\Config": ""
  483. }
  484. },
  485. "notification-url": "https://packagist.org/downloads/",
  486. "license": [
  487. "MIT"
  488. ],
  489. "authors": [
  490. {
  491. "name": "Fabien Potencier",
  492. "email": "fabien@symfony.com"
  493. },
  494. {
  495. "name": "Symfony Community",
  496. "homepage": "http://symfony.com/contributors"
  497. }
  498. ],
  499. "description": "Symfony Config Component",
  500. "homepage": "http://symfony.com"
  501. },
  502. {
  503. "name": "symfony/console",
  504. "version": "dev-master",
  505. "target-dir": "Symfony/Component/Console",
  506. "source": {
  507. "type": "git",
  508. "url": "https://github.com/symfony/Console",
  509. "reference": "92cd0e84022f31287337ab17842bbfff47d2fc79"
  510. },
  511. "dist": {
  512. "type": "zip",
  513. "url": "https://github.com/symfony/Console/archive/92cd0e84022f31287337ab17842bbfff47d2fc79.zip",
  514. "reference": "92cd0e84022f31287337ab17842bbfff47d2fc79",
  515. "shasum": ""
  516. },
  517. "require": {
  518. "php": ">=5.3.3"
  519. },
  520. "time": "2012-12-14 09:43:16",
  521. "type": "library",
  522. "extra": {
  523. "branch-alias": {
  524. "dev-master": "2.2-dev"
  525. }
  526. },
  527. "installation-source": "source",
  528. "autoload": {
  529. "psr-0": {
  530. "Symfony\\Component\\Console\\": ""
  531. }
  532. },
  533. "notification-url": "https://packagist.org/downloads/",
  534. "license": [
  535. "MIT"
  536. ],
  537. "authors": [
  538. {
  539. "name": "Fabien Potencier",
  540. "email": "fabien@symfony.com"
  541. },
  542. {
  543. "name": "Symfony Community",
  544. "homepage": "http://symfony.com/contributors"
  545. }
  546. ],
  547. "description": "Symfony Console Component",
  548. "homepage": "http://symfony.com"
  549. },
  550. {
  551. "name": "symfony/event-dispatcher",
  552. "version": "dev-master",
  553. "target-dir": "Symfony/Component/EventDispatcher",
  554. "source": {
  555. "type": "git",
  556. "url": "https://github.com/symfony/EventDispatcher",
  557. "reference": "eb290a447c0af5bea0d3de5d95d498afd8c82f89"
  558. },
  559. "dist": {
  560. "type": "zip",
  561. "url": "https://github.com/symfony/EventDispatcher/archive/eb290a447c0af5bea0d3de5d95d498afd8c82f89.zip",
  562. "reference": "eb290a447c0af5bea0d3de5d95d498afd8c82f89",
  563. "shasum": ""
  564. },
  565. "require": {
  566. "php": ">=5.3.3"
  567. },
  568. "require-dev": {
  569. "symfony/dependency-injection": "2.2.*"
  570. },
  571. "suggest": {
  572. "symfony/dependency-injection": "2.2.*",
  573. "symfony/http-kernel": "2.2.*"
  574. },
  575. "time": "2012-11-13 14:08:04",
  576. "type": "library",
  577. "extra": {
  578. "branch-alias": {
  579. "dev-master": "2.2-dev"
  580. }
  581. },
  582. "installation-source": "source",
  583. "autoload": {
  584. "psr-0": {
  585. "Symfony\\Component\\EventDispatcher\\": ""
  586. }
  587. },
  588. "notification-url": "https://packagist.org/downloads/",
  589. "license": [
  590. "MIT"
  591. ],
  592. "authors": [
  593. {
  594. "name": "Fabien Potencier",
  595. "email": "fabien@symfony.com"
  596. },
  597. {
  598. "name": "Symfony Community",
  599. "homepage": "http://symfony.com/contributors"
  600. }
  601. ],
  602. "description": "Symfony EventDispatcher Component",
  603. "homepage": "http://symfony.com"
  604. },
  605. {
  606. "name": "symfony/http-foundation",
  607. "version": "dev-master",
  608. "target-dir": "Symfony/Component/HttpFoundation",
  609. "source": {
  610. "type": "git",
  611. "url": "https://github.com/symfony/HttpFoundation",
  612. "reference": "414c0c41b2b32b118761ec8a3deab594ae0189d6"
  613. },
  614. "dist": {
  615. "type": "zip",
  616. "url": "https://github.com/symfony/HttpFoundation/archive/414c0c41b2b32b118761ec8a3deab594ae0189d6.zip",
  617. "reference": "414c0c41b2b32b118761ec8a3deab594ae0189d6",
  618. "shasum": ""
  619. },
  620. "require": {
  621. "php": ">=5.3.3"
  622. },
  623. "time": "2012-12-11 10:49:22",
  624. "type": "library",
  625. "extra": {
  626. "branch-alias": {
  627. "dev-master": "2.2-dev"
  628. }
  629. },
  630. "installation-source": "source",
  631. "autoload": {
  632. "psr-0": {
  633. "Symfony\\Component\\HttpFoundation\\": ""
  634. },
  635. "classmap": [
  636. "Symfony/Component/HttpFoundation/Resources/stubs"
  637. ]
  638. },
  639. "notification-url": "https://packagist.org/downloads/",
  640. "license": [
  641. "MIT"
  642. ],
  643. "authors": [
  644. {
  645. "name": "Fabien Potencier",
  646. "email": "fabien@symfony.com"
  647. },
  648. {
  649. "name": "Symfony Community",
  650. "homepage": "http://symfony.com/contributors"
  651. }
  652. ],
  653. "description": "Symfony HttpFoundation Component",
  654. "homepage": "http://symfony.com"
  655. },
  656. {
  657. "name": "symfony/http-kernel",
  658. "version": "dev-master",
  659. "target-dir": "Symfony/Component/HttpKernel",
  660. "source": {
  661. "type": "git",
  662. "url": "https://github.com/symfony/HttpKernel",
  663. "reference": "830b4db41b91617774561a82fff5aec87b5568c4"
  664. },
  665. "dist": {
  666. "type": "zip",
  667. "url": "https://github.com/symfony/HttpKernel/archive/830b4db41b91617774561a82fff5aec87b5568c4.zip",
  668. "reference": "830b4db41b91617774561a82fff5aec87b5568c4",
  669. "shasum": ""
  670. },
  671. "require": {
  672. "php": ">=5.3.3",
  673. "symfony/event-dispatcher": "2.2.*",
  674. "symfony/http-foundation": "2.2.*"
  675. },
  676. "require-dev": {
  677. "symfony/browser-kit": "2.2.*",
  678. "symfony/class-loader": "2.2.*",
  679. "symfony/config": "2.2.*",
  680. "symfony/console": "2.2.*",
  681. "symfony/dependency-injection": "2.2.*",
  682. "symfony/finder": "2.2.*",
  683. "symfony/process": "2.2.*",
  684. "symfony/routing": "2.2.*",
  685. "symfony/stopwatch": "2.2.*"
  686. },
  687. "suggest": {
  688. "symfony/browser-kit": "2.2.*",
  689. "symfony/class-loader": "2.2.*",
  690. "symfony/config": "2.2.*",
  691. "symfony/console": "2.2.*",
  692. "symfony/dependency-injection": "2.2.*",
  693. "symfony/finder": "2.2.*"
  694. },
  695. "time": "2012-12-13 17:31:33",
  696. "type": "library",
  697. "extra": {
  698. "branch-alias": {
  699. "dev-master": "2.2-dev"
  700. }
  701. },
  702. "installation-source": "source",
  703. "autoload": {
  704. "psr-0": {
  705. "Symfony\\Component\\HttpKernel\\": ""
  706. }
  707. },
  708. "notification-url": "https://packagist.org/downloads/",
  709. "license": [
  710. "MIT"
  711. ],
  712. "authors": [
  713. {
  714. "name": "Fabien Potencier",
  715. "email": "fabien@symfony.com"
  716. },
  717. {
  718. "name": "Symfony Community",
  719. "homepage": "http://symfony.com/contributors"
  720. }
  721. ],
  722. "description": "Symfony HttpKernel Component",
  723. "homepage": "http://symfony.com"
  724. },
  725. {
  726. "name": "symfony/routing",
  727. "version": "dev-master",
  728. "target-dir": "Symfony/Component/Routing",
  729. "source": {
  730. "type": "git",
  731. "url": "https://github.com/symfony/Routing",
  732. "reference": "9391ec1744dda220802bbfc406edf20c711f8b36"
  733. },
  734. "dist": {
  735. "type": "zip",
  736. "url": "https://github.com/symfony/Routing/archive/9391ec1744dda220802bbfc406edf20c711f8b36.zip",
  737. "reference": "9391ec1744dda220802bbfc406edf20c711f8b36",
  738. "shasum": ""
  739. },
  740. "require": {
  741. "php": ">=5.3.3"
  742. },
  743. "require-dev": {
  744. "doctrine/common": ">=2.2,<2.4-dev",
  745. "symfony/config": "2.2.*",
  746. "symfony/yaml": "2.2.*",
  747. "symfony/http-kernel": "2.2.*"
  748. },
  749. "suggest": {
  750. "doctrine/common": ">=2.2,<2.4-dev",
  751. "symfony/config": "2.2.*",
  752. "symfony/yaml": "2.2.*"
  753. },
  754. "time": "2012-12-14 10:40:56",
  755. "type": "library",
  756. "extra": {
  757. "branch-alias": {
  758. "dev-master": "2.2-dev"
  759. }
  760. },
  761. "installation-source": "source",
  762. "autoload": {
  763. "psr-0": {
  764. "Symfony\\Component\\Routing\\": ""
  765. }
  766. },
  767. "notification-url": "https://packagist.org/downloads/",
  768. "license": [
  769. "MIT"
  770. ],
  771. "authors": [
  772. {
  773. "name": "Fabien Potencier",
  774. "email": "fabien@symfony.com"
  775. },
  776. {
  777. "name": "Symfony Community",
  778. "homepage": "http://symfony.com/contributors"
  779. }
  780. ],
  781. "description": "Symfony Routing Component",
  782. "homepage": "http://symfony.com"
  783. },
  784. {
  785. "name": "symfony/yaml",
  786. "version": "2.1.x-dev",
  787. "target-dir": "Symfony/Component/Yaml",
  788. "source": {
  789. "type": "git",
  790. "url": "https://github.com/symfony/Yaml",
  791. "reference": "4fdae9fa28b7abd1135afc5227a4e59af4b64e5a"
  792. },
  793. "dist": {
  794. "type": "zip",
  795. "url": "https://github.com/symfony/Yaml/archive/4fdae9fa28b7abd1135afc5227a4e59af4b64e5a.zip",
  796. "reference": "4fdae9fa28b7abd1135afc5227a4e59af4b64e5a",
  797. "shasum": ""
  798. },
  799. "require": {
  800. "php": ">=5.3.3"
  801. },
  802. "time": "2012-12-06 10:00:55",
  803. "type": "library",
  804. "installation-source": "source",
  805. "autoload": {
  806. "psr-0": {
  807. "Symfony\\Component\\Yaml": ""
  808. }
  809. },
  810. "notification-url": "https://packagist.org/downloads/",
  811. "license": [
  812. "MIT"
  813. ],
  814. "authors": [
  815. {
  816. "name": "Fabien Potencier",
  817. "email": "fabien@symfony.com"
  818. },
  819. {
  820. "name": "Symfony Community",
  821. "homepage": "http://symfony.com/contributors"
  822. }
  823. ],
  824. "description": "Symfony Yaml Component",
  825. "homepage": "http://symfony.com"
  826. },
  827. {
  828. "name": "twig/twig",
  829. "version": "dev-master",
  830. "source": {
  831. "type": "git",
  832. "url": "git://github.com/fabpot/Twig.git",
  833. "reference": "2757f482c679aa00bb8c7fdfcb337f2bb922fa5a"
  834. },
  835. "dist": {
  836. "type": "zip",
  837. "url": "https://github.com/fabpot/Twig/archive/2757f482c679aa00bb8c7fdfcb337f2bb922fa5a.zip",
  838. "reference": "2757f482c679aa00bb8c7fdfcb337f2bb922fa5a",
  839. "shasum": ""
  840. },
  841. "require": {
  842. "php": ">=5.2.4"
  843. },
  844. "time": "2012-12-11 14:30:16",
  845. "type": "library",
  846. "extra": {
  847. "branch-alias": {
  848. "dev-master": "1.12-dev"
  849. }
  850. },
  851. "installation-source": "source",
  852. "autoload": {
  853. "psr-0": {
  854. "Twig_": "lib/"
  855. }
  856. },
  857. "notification-url": "https://packagist.org/downloads/",
  858. "license": [
  859. "BSD-3"
  860. ],
  861. "authors": [
  862. {
  863. "name": "Fabien Potencier",
  864. "email": "fabien@symfony.com"
  865. },
  866. {
  867. "name": "Armin Ronacher",
  868. "email": "armin.ronacher@active-4.com"
  869. }
  870. ],
  871. "description": "Twig, the flexible, fast, and secure template language for PHP",
  872. "homepage": "http://twig.sensiolabs.org",
  873. "keywords": [
  874. "templating"
  875. ]
  876. }
  877. ],
  878. "packages-dev": null,
  879. "aliases": [
  880. ],
  881. "minimum-stability": "dev",
  882. "stability-flags": {
  883. "dflydev/doctrine-orm-service-provider": 20
  884. }
  885. }