composer.lock 52 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534
  1. {
  2. "hash": "5a0e689cc41a9a38d2037ef81b325e36",
  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": "a890fe1b689ed65c52bf4a7e64333a27b3c400d6"
  77. },
  78. "dist": {
  79. "type": "zip",
  80. "url": "https://github.com/doctrine/common/archive/a890fe1b689ed65c52bf4a7e64333a27b3c400d6.zip",
  81. "reference": "a890fe1b689ed65c52bf4a7e64333a27b3c400d6",
  82. "shasum": ""
  83. },
  84. "require": {
  85. "php": ">=5.3.2"
  86. },
  87. "time": "2012-12-18 00:45:03",
  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": "https://github.com/schmittjoh",
  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": "63b7ef12a51fab0df4588dbd21bd1a3613bc0362"
  147. },
  148. "dist": {
  149. "type": "zip",
  150. "url": "https://github.com/doctrine/dbal/archive/63b7ef12a51fab0df4588dbd21bd1a3613bc0362.zip",
  151. "reference": "63b7ef12a51fab0df4588dbd21bd1a3613bc0362",
  152. "shasum": ""
  153. },
  154. "require": {
  155. "php": ">=5.3.2",
  156. "doctrine/common": ">=2.3-dev,<2.5-dev"
  157. },
  158. "time": "2012-12-23 21:25:15",
  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/migrations",
  206. "version": "dev-master",
  207. "source": {
  208. "type": "git",
  209. "url": "https://github.com/doctrine/migrations",
  210. "reference": "6e916d8e39b4963d6fd52622fd9ac797dce82837"
  211. },
  212. "dist": {
  213. "type": "zip",
  214. "url": "https://github.com/doctrine/migrations/archive/6e916d8e39b4963d6fd52622fd9ac797dce82837.zip",
  215. "reference": "6e916d8e39b4963d6fd52622fd9ac797dce82837",
  216. "shasum": ""
  217. },
  218. "require": {
  219. "php": ">=5.3.2",
  220. "doctrine/dbal": ">=2.0,<2.5.x-dev"
  221. },
  222. "require-dev": {
  223. "symfony/console": "2.*",
  224. "symfony/yaml": "2.*"
  225. },
  226. "suggest": {
  227. "symfony/console": "to run the migration from the console"
  228. },
  229. "time": "2012-12-26 14:01:23",
  230. "type": "library",
  231. "installation-source": "source",
  232. "autoload": {
  233. "psr-0": {
  234. "Doctrine\\DBAL\\Migrations": "lib"
  235. }
  236. },
  237. "notification-url": "https://packagist.org/downloads/",
  238. "license": [
  239. "LGPL"
  240. ],
  241. "authors": [
  242. {
  243. "name": "Jonathan Wage",
  244. "email": "jonwage@gmail.com",
  245. "homepage": "http://www.jwage.com/"
  246. },
  247. {
  248. "name": "Benjamin Eberlei",
  249. "email": "kontakt@beberlei.de"
  250. }
  251. ],
  252. "description": "Database Schema migrations using Doctrine DBAL",
  253. "homepage": "http://www.doctrine-project.org",
  254. "keywords": [
  255. "database",
  256. "migrations"
  257. ]
  258. },
  259. {
  260. "name": "doctrine/orm",
  261. "version": "dev-master",
  262. "source": {
  263. "type": "git",
  264. "url": "git://github.com/doctrine/doctrine2.git",
  265. "reference": "90b6d5e293147a0268ca005362ff50343bc6dc0f"
  266. },
  267. "dist": {
  268. "type": "zip",
  269. "url": "https://github.com/doctrine/doctrine2/archive/90b6d5e293147a0268ca005362ff50343bc6dc0f.zip",
  270. "reference": "90b6d5e293147a0268ca005362ff50343bc6dc0f",
  271. "shasum": ""
  272. },
  273. "require": {
  274. "php": ">=5.3.2",
  275. "ext-pdo": "*",
  276. "symfony/console": "2.*",
  277. "doctrine/dbal": ">=2.3-dev,<2.5-dev"
  278. },
  279. "suggest": {
  280. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  281. },
  282. "time": "2012-12-24 09:40:52",
  283. "bin": [
  284. "bin/doctrine",
  285. "bin/doctrine.php"
  286. ],
  287. "type": "library",
  288. "extra": {
  289. "branch-alias": {
  290. "dev-master": "2.4.x-dev"
  291. }
  292. },
  293. "installation-source": "source",
  294. "autoload": {
  295. "psr-0": {
  296. "Doctrine\\ORM\\": "lib/"
  297. }
  298. },
  299. "notification-url": "https://packagist.org/downloads/",
  300. "license": [
  301. "MIT"
  302. ],
  303. "authors": [
  304. {
  305. "name": "Jonathan Wage",
  306. "email": "jonwage@gmail.com",
  307. "homepage": "http://www.jwage.com/"
  308. },
  309. {
  310. "name": "Guilherme Blanco",
  311. "email": "guilhermeblanco@gmail.com",
  312. "homepage": "http://www.instaclick.com"
  313. },
  314. {
  315. "name": "Roman Borschel",
  316. "email": "roman@code-factory.org"
  317. },
  318. {
  319. "name": "Benjamin Eberlei",
  320. "email": "kontakt@beberlei.de"
  321. }
  322. ],
  323. "description": "Object-Relational-Mapper for PHP",
  324. "homepage": "http://www.doctrine-project.org",
  325. "keywords": [
  326. "database",
  327. "orm"
  328. ]
  329. },
  330. {
  331. "name": "knplabs/knp-menu",
  332. "version": "dev-master",
  333. "source": {
  334. "type": "git",
  335. "url": "http://github.com/KnpLabs/KnpMenu.git",
  336. "reference": "884131c2d8b14b8d6abf676d221439bfce7d73ab"
  337. },
  338. "dist": {
  339. "type": "zip",
  340. "url": "https://github.com/KnpLabs/KnpMenu/archive/884131c2d8b14b8d6abf676d221439bfce7d73ab.zip",
  341. "reference": "884131c2d8b14b8d6abf676d221439bfce7d73ab",
  342. "shasum": ""
  343. },
  344. "require": {
  345. "php": ">=5.3.0"
  346. },
  347. "require-dev": {
  348. "silex/silex": "1.0.*",
  349. "twig/twig": ">=1.2,<2.0-dev",
  350. "pimple/pimple": "1.0.*"
  351. },
  352. "suggest": {
  353. "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider",
  354. "silex/silex": "for the integration with your silex application",
  355. "twig/twig": "for the TwigRenderer and the integration with your templates"
  356. },
  357. "time": "2012-12-11 22:43:19",
  358. "type": "library",
  359. "extra": {
  360. "branch-alias": {
  361. "dev-master": "2.0.x-dev"
  362. }
  363. },
  364. "installation-source": "source",
  365. "autoload": {
  366. "psr-0": {
  367. "Knp\\Menu\\": "src/"
  368. }
  369. },
  370. "notification-url": "https://packagist.org/downloads/",
  371. "license": [
  372. "MIT"
  373. ],
  374. "authors": [
  375. {
  376. "name": "Christophe Coevoet",
  377. "email": "stof@notk.org"
  378. },
  379. {
  380. "name": "KnpLabs",
  381. "homepage": "http://knplabs.com"
  382. },
  383. {
  384. "name": "Symfony Community",
  385. "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
  386. }
  387. ],
  388. "description": "An object oriented menu library",
  389. "homepage": "http://knplabs.com",
  390. "keywords": [
  391. "menu",
  392. "tree"
  393. ]
  394. },
  395. {
  396. "name": "monolog/monolog",
  397. "version": "dev-master",
  398. "source": {
  399. "type": "git",
  400. "url": "https://github.com/Seldaek/monolog",
  401. "reference": "52b454f89041c41c548bc242482aaf9dc6fee5d8"
  402. },
  403. "dist": {
  404. "type": "zip",
  405. "url": "https://github.com/Seldaek/monolog/archive/52b454f89041c41c548bc242482aaf9dc6fee5d8.zip",
  406. "reference": "52b454f89041c41c548bc242482aaf9dc6fee5d8",
  407. "shasum": ""
  408. },
  409. "require": {
  410. "php": ">=5.3.0"
  411. },
  412. "require-dev": {
  413. "mlehner/gelf-php": "1.0.*"
  414. },
  415. "suggest": {
  416. "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
  417. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  418. "ext-mongo": "Allow sending log messages to a MongoDB server"
  419. },
  420. "time": "2012-12-21 09:35:52",
  421. "type": "library",
  422. "extra": {
  423. "branch-alias": {
  424. "dev-master": "1.3.x-dev"
  425. }
  426. },
  427. "installation-source": "source",
  428. "autoload": {
  429. "psr-0": {
  430. "Monolog": "src/"
  431. }
  432. },
  433. "notification-url": "https://packagist.org/downloads/",
  434. "license": [
  435. "MIT"
  436. ],
  437. "authors": [
  438. {
  439. "name": "Jordi Boggiano",
  440. "email": "j.boggiano@seld.be",
  441. "homepage": "http://seld.be",
  442. "role": "Developer"
  443. }
  444. ],
  445. "description": "Logging for PHP 5.3",
  446. "homepage": "http://github.com/Seldaek/monolog",
  447. "keywords": [
  448. "log",
  449. "logging"
  450. ]
  451. },
  452. {
  453. "name": "pagerfanta/pagerfanta",
  454. "version": "dev-master",
  455. "source": {
  456. "type": "git",
  457. "url": "git://github.com/whiteoctober/Pagerfanta.git",
  458. "reference": "12f71d99457b018fb80746f84514dd5b495c5789"
  459. },
  460. "dist": {
  461. "type": "zip",
  462. "url": "https://github.com/whiteoctober/Pagerfanta/archive/12f71d99457b018fb80746f84514dd5b495c5789.zip",
  463. "reference": "12f71d99457b018fb80746f84514dd5b495c5789",
  464. "shasum": ""
  465. },
  466. "require": {
  467. "php": ">=5.3.0"
  468. },
  469. "suggest": {
  470. "doctrine/orm": "2.*",
  471. "doctrine/mongodb-odm": "2.*",
  472. "solarium/solarium": "2.*"
  473. },
  474. "time": "2012-08-22 21:56:31",
  475. "type": "library",
  476. "installation-source": "source",
  477. "autoload": {
  478. "psr-0": {
  479. "Pagerfanta\\": "src/"
  480. }
  481. },
  482. "notification-url": "https://packagist.org/downloads/",
  483. "license": [
  484. "MIT"
  485. ],
  486. "authors": [
  487. {
  488. "name": "Pablo Díez",
  489. "email": "pablodip@gmail.com",
  490. "homepage": "http://github.com/pablodip"
  491. }
  492. ],
  493. "description": "Pagination for PHP 5.3",
  494. "keywords": [
  495. "page",
  496. "paging"
  497. ]
  498. },
  499. {
  500. "name": "pimple/pimple",
  501. "version": "dev-master",
  502. "source": {
  503. "type": "git",
  504. "url": "git://github.com/fabpot/Pimple.git",
  505. "reference": "v1.0.1"
  506. },
  507. "dist": {
  508. "type": "zip",
  509. "url": "https://github.com/fabpot/Pimple/archive/v1.0.1.zip",
  510. "reference": "v1.0.1",
  511. "shasum": ""
  512. },
  513. "require": {
  514. "php": ">=5.3.0"
  515. },
  516. "time": "2012-11-11 08:32:34",
  517. "type": "library",
  518. "extra": {
  519. "branch-alias": {
  520. "dev-master": "1.0.x-dev"
  521. }
  522. },
  523. "installation-source": "source",
  524. "autoload": {
  525. "psr-0": {
  526. "Pimple": "lib/"
  527. }
  528. },
  529. "notification-url": "https://packagist.org/downloads/",
  530. "license": [
  531. "MIT"
  532. ],
  533. "authors": [
  534. {
  535. "name": "Fabien Potencier",
  536. "email": "fabien@symfony.com"
  537. }
  538. ],
  539. "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
  540. "homepage": "http://pimple.sensiolabs.org",
  541. "keywords": [
  542. "dependency injection",
  543. "container"
  544. ]
  545. },
  546. {
  547. "name": "silex/silex",
  548. "version": "dev-master",
  549. "source": {
  550. "type": "git",
  551. "url": "git://github.com/fabpot/Silex.git",
  552. "reference": "bd523d5970bb093d1d2c709e91a7f72b70c39108"
  553. },
  554. "dist": {
  555. "type": "zip",
  556. "url": "https://github.com/fabpot/Silex/archive/bd523d5970bb093d1d2c709e91a7f72b70c39108.zip",
  557. "reference": "bd523d5970bb093d1d2c709e91a7f72b70c39108",
  558. "shasum": ""
  559. },
  560. "require": {
  561. "php": ">=5.3.3",
  562. "pimple/pimple": "1.*",
  563. "symfony/event-dispatcher": ">=2.1,<2.3-dev",
  564. "symfony/http-foundation": ">=2.1,<2.3-dev",
  565. "symfony/http-kernel": ">=2.1,<2.3-dev",
  566. "symfony/routing": ">=2.1,<2.3-dev"
  567. },
  568. "require-dev": {
  569. "monolog/monolog": ">=1.0.0,<1.2-dev",
  570. "twig/twig": ">=1.8.0,<2.0-dev",
  571. "swiftmailer/swiftmailer": "4.2.*",
  572. "doctrine/dbal": ">=2.2.0,<2.4.0-dev",
  573. "symfony/security": ">=2.1,<2.3-dev",
  574. "symfony/config": ">=2.1,<2.3-dev",
  575. "symfony/locale": ">=2.1,<2.3-dev",
  576. "symfony/form": ">=2.1,<2.3-dev",
  577. "symfony/browser-kit": ">=2.1,<2.3-dev",
  578. "symfony/css-selector": ">=2.1,<2.3-dev",
  579. "symfony/finder": ">=2.1,<2.3-dev",
  580. "symfony/monolog-bridge": ">=2.1,<2.3-dev",
  581. "symfony/process": ">=2.1,<2.3-dev",
  582. "symfony/translation": ">=2.1,<2.3-dev",
  583. "symfony/twig-bridge": ">=2.1,<2.3-dev",
  584. "symfony/validator": ">=2.1,<2.3-dev",
  585. "symfony/serializer": ">=2.1,<2.3-dev"
  586. },
  587. "suggest": {
  588. "symfony/browser-kit": ">=2.1,<2.3-dev",
  589. "symfony/css-selector": ">=2.1,<2.3-dev",
  590. "symfony/dom-crawler": ">=2.1,<2.3-dev"
  591. },
  592. "time": "2012-12-18 11:32:45",
  593. "type": "library",
  594. "extra": {
  595. "branch-alias": {
  596. "dev-master": "1.0.x-dev"
  597. }
  598. },
  599. "installation-source": "source",
  600. "autoload": {
  601. "psr-0": {
  602. "Silex": "src/"
  603. }
  604. },
  605. "notification-url": "https://packagist.org/downloads/",
  606. "license": [
  607. "MIT"
  608. ],
  609. "authors": [
  610. {
  611. "name": "Fabien Potencier",
  612. "email": "fabien@symfony.com"
  613. },
  614. {
  615. "name": "Igor Wiedler",
  616. "email": "igor@wiedler.ch",
  617. "homepage": "http://wiedler.ch/igor/"
  618. }
  619. ],
  620. "description": "The PHP micro-framework based on the Symfony2 Components",
  621. "homepage": "http://silex.sensiolabs.org",
  622. "keywords": [
  623. "microframework"
  624. ]
  625. },
  626. {
  627. "name": "swiftmailer/swiftmailer",
  628. "version": "v4.1.8",
  629. "source": {
  630. "type": "git",
  631. "url": "git://github.com/swiftmailer/swiftmailer.git",
  632. "reference": "v4.1.8"
  633. },
  634. "dist": {
  635. "type": "zip",
  636. "url": "https://github.com/swiftmailer/swiftmailer/zipball/v4.1.8",
  637. "reference": "v4.1.8",
  638. "shasum": ""
  639. },
  640. "require": {
  641. "php": ">=5.2.4"
  642. },
  643. "time": "2012-06-17 13:55:34",
  644. "type": "library",
  645. "extra": {
  646. "branch-alias": {
  647. "dev-master": "4.1-dev"
  648. }
  649. },
  650. "installation-source": "dist",
  651. "autoload": {
  652. "files": [
  653. "lib/swift_required.php"
  654. ]
  655. },
  656. "notification-url": "https://packagist.org/downloads/",
  657. "license": [
  658. "LGPL"
  659. ],
  660. "authors": [
  661. {
  662. "name": "Fabien Potencier",
  663. "email": "fabien@symfony.com"
  664. },
  665. {
  666. "name": "Chris Corbyn"
  667. }
  668. ],
  669. "description": "Swiftmailer, free feature-rich PHP mailer",
  670. "homepage": "http://swiftmailer.org",
  671. "keywords": [
  672. "mail",
  673. "mailer"
  674. ]
  675. },
  676. {
  677. "name": "symfony/config",
  678. "version": "dev-master",
  679. "target-dir": "Symfony/Component/Config",
  680. "source": {
  681. "type": "git",
  682. "url": "https://github.com/symfony/Config",
  683. "reference": "ab422ad472259c7775d70831182f586f444c77a3"
  684. },
  685. "dist": {
  686. "type": "zip",
  687. "url": "https://github.com/symfony/Config/archive/ab422ad472259c7775d70831182f586f444c77a3.zip",
  688. "reference": "ab422ad472259c7775d70831182f586f444c77a3",
  689. "shasum": ""
  690. },
  691. "require": {
  692. "php": ">=5.3.3"
  693. },
  694. "time": "2012-12-20 07:41:17",
  695. "type": "library",
  696. "extra": {
  697. "branch-alias": {
  698. "dev-master": "2.2-dev"
  699. }
  700. },
  701. "installation-source": "source",
  702. "autoload": {
  703. "psr-0": {
  704. "Symfony\\Component\\Config\\": ""
  705. }
  706. },
  707. "notification-url": "https://packagist.org/downloads/",
  708. "license": [
  709. "MIT"
  710. ],
  711. "authors": [
  712. {
  713. "name": "Fabien Potencier",
  714. "email": "fabien@symfony.com"
  715. },
  716. {
  717. "name": "Symfony Community",
  718. "homepage": "http://symfony.com/contributors"
  719. }
  720. ],
  721. "description": "Symfony Config Component",
  722. "homepage": "http://symfony.com"
  723. },
  724. {
  725. "name": "symfony/console",
  726. "version": "dev-master",
  727. "target-dir": "Symfony/Component/Console",
  728. "source": {
  729. "type": "git",
  730. "url": "https://github.com/symfony/Console",
  731. "reference": "388ea8dbc1b3e1f96721e2799eb2d037e411a281"
  732. },
  733. "dist": {
  734. "type": "zip",
  735. "url": "https://github.com/symfony/Console/archive/388ea8dbc1b3e1f96721e2799eb2d037e411a281.zip",
  736. "reference": "388ea8dbc1b3e1f96721e2799eb2d037e411a281",
  737. "shasum": ""
  738. },
  739. "require": {
  740. "php": ">=5.3.3"
  741. },
  742. "time": "2012-12-19 07:09:49",
  743. "type": "library",
  744. "extra": {
  745. "branch-alias": {
  746. "dev-master": "2.2-dev"
  747. }
  748. },
  749. "installation-source": "source",
  750. "autoload": {
  751. "psr-0": {
  752. "Symfony\\Component\\Console\\": ""
  753. }
  754. },
  755. "notification-url": "https://packagist.org/downloads/",
  756. "license": [
  757. "MIT"
  758. ],
  759. "authors": [
  760. {
  761. "name": "Fabien Potencier",
  762. "email": "fabien@symfony.com"
  763. },
  764. {
  765. "name": "Symfony Community",
  766. "homepage": "http://symfony.com/contributors"
  767. }
  768. ],
  769. "description": "Symfony Console Component",
  770. "homepage": "http://symfony.com"
  771. },
  772. {
  773. "name": "symfony/dependency-injection",
  774. "version": "dev-master",
  775. "target-dir": "Symfony/Component/DependencyInjection",
  776. "source": {
  777. "type": "git",
  778. "url": "https://github.com/symfony/DependencyInjection",
  779. "reference": "32ad6cccb2c38d7ac87217fae459083438f05634"
  780. },
  781. "dist": {
  782. "type": "zip",
  783. "url": "https://github.com/symfony/DependencyInjection/archive/32ad6cccb2c38d7ac87217fae459083438f05634.zip",
  784. "reference": "32ad6cccb2c38d7ac87217fae459083438f05634",
  785. "shasum": ""
  786. },
  787. "require": {
  788. "php": ">=5.3.3"
  789. },
  790. "require-dev": {
  791. "symfony/yaml": "2.2.*",
  792. "symfony/config": "2.2.*"
  793. },
  794. "suggest": {
  795. "symfony/yaml": "2.2.*",
  796. "symfony/config": "2.2.*"
  797. },
  798. "time": "2012-12-19 07:09:49",
  799. "type": "library",
  800. "extra": {
  801. "branch-alias": {
  802. "dev-master": "2.2-dev"
  803. }
  804. },
  805. "installation-source": "source",
  806. "autoload": {
  807. "psr-0": {
  808. "Symfony\\Component\\DependencyInjection\\": ""
  809. }
  810. },
  811. "notification-url": "https://packagist.org/downloads/",
  812. "license": [
  813. "MIT"
  814. ],
  815. "authors": [
  816. {
  817. "name": "Fabien Potencier",
  818. "email": "fabien@symfony.com"
  819. },
  820. {
  821. "name": "Symfony Community",
  822. "homepage": "http://symfony.com/contributors"
  823. }
  824. ],
  825. "description": "Symfony DependencyInjection Component",
  826. "homepage": "http://symfony.com"
  827. },
  828. {
  829. "name": "symfony/event-dispatcher",
  830. "version": "2.1.x-dev",
  831. "target-dir": "Symfony/Component/EventDispatcher",
  832. "source": {
  833. "type": "git",
  834. "url": "https://github.com/symfony/EventDispatcher",
  835. "reference": "0e9d69646306e11d03dde4a29e79cd09d9567cb9"
  836. },
  837. "dist": {
  838. "type": "zip",
  839. "url": "https://github.com/symfony/EventDispatcher/archive/0e9d69646306e11d03dde4a29e79cd09d9567cb9.zip",
  840. "reference": "0e9d69646306e11d03dde4a29e79cd09d9567cb9",
  841. "shasum": ""
  842. },
  843. "require": {
  844. "php": ">=5.3.3"
  845. },
  846. "require-dev": {
  847. "symfony/dependency-injection": "2.1.*"
  848. },
  849. "suggest": {
  850. "symfony/dependency-injection": "2.1.*",
  851. "symfony/http-kernel": "2.1.*"
  852. },
  853. "time": "2012-12-27 08:21:49",
  854. "type": "library",
  855. "installation-source": "source",
  856. "autoload": {
  857. "psr-0": {
  858. "Symfony\\Component\\EventDispatcher": ""
  859. }
  860. },
  861. "notification-url": "https://packagist.org/downloads/",
  862. "license": [
  863. "MIT"
  864. ],
  865. "authors": [
  866. {
  867. "name": "Fabien Potencier",
  868. "email": "fabien@symfony.com"
  869. },
  870. {
  871. "name": "Symfony Community",
  872. "homepage": "http://symfony.com/contributors"
  873. }
  874. ],
  875. "description": "Symfony EventDispatcher Component",
  876. "homepage": "http://symfony.com"
  877. },
  878. {
  879. "name": "symfony/form",
  880. "version": "2.1.x-dev",
  881. "target-dir": "Symfony/Component/Form",
  882. "source": {
  883. "type": "git",
  884. "url": "https://github.com/symfony/Form",
  885. "reference": "2cc2a32b6567e974d63f5ac6514db33b1b265dde"
  886. },
  887. "dist": {
  888. "type": "zip",
  889. "url": "https://github.com/symfony/Form/archive/2cc2a32b6567e974d63f5ac6514db33b1b265dde.zip",
  890. "reference": "2cc2a32b6567e974d63f5ac6514db33b1b265dde",
  891. "shasum": ""
  892. },
  893. "require": {
  894. "php": ">=5.3.3",
  895. "symfony/event-dispatcher": "2.1.*",
  896. "symfony/locale": "2.1.*",
  897. "symfony/options-resolver": "2.1.*"
  898. },
  899. "require-dev": {
  900. "symfony/validator": "2.1.*",
  901. "symfony/http-foundation": "2.1.*"
  902. },
  903. "suggest": {
  904. "symfony/validator": "2.1.*",
  905. "symfony/http-foundation": "2.1.*"
  906. },
  907. "time": "2012-12-20 17:52:51",
  908. "type": "library",
  909. "installation-source": "source",
  910. "autoload": {
  911. "psr-0": {
  912. "Symfony\\Component\\Form": ""
  913. }
  914. },
  915. "notification-url": "https://packagist.org/downloads/",
  916. "license": [
  917. "MIT"
  918. ],
  919. "authors": [
  920. {
  921. "name": "Fabien Potencier",
  922. "email": "fabien@symfony.com"
  923. },
  924. {
  925. "name": "Symfony Community",
  926. "homepage": "http://symfony.com/contributors"
  927. }
  928. ],
  929. "description": "Symfony Form Component",
  930. "homepage": "http://symfony.com"
  931. },
  932. {
  933. "name": "symfony/http-foundation",
  934. "version": "2.1.x-dev",
  935. "target-dir": "Symfony/Component/HttpFoundation",
  936. "source": {
  937. "type": "git",
  938. "url": "https://github.com/symfony/HttpFoundation",
  939. "reference": "v2.1.6"
  940. },
  941. "dist": {
  942. "type": "zip",
  943. "url": "https://github.com/symfony/HttpFoundation/archive/v2.1.6.zip",
  944. "reference": "v2.1.6",
  945. "shasum": ""
  946. },
  947. "require": {
  948. "php": ">=5.3.3"
  949. },
  950. "time": "2012-12-14 21:03:29",
  951. "type": "library",
  952. "installation-source": "source",
  953. "autoload": {
  954. "psr-0": {
  955. "Symfony\\Component\\HttpFoundation": "",
  956. "SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs"
  957. }
  958. },
  959. "notification-url": "https://packagist.org/downloads/",
  960. "license": [
  961. "MIT"
  962. ],
  963. "authors": [
  964. {
  965. "name": "Fabien Potencier",
  966. "email": "fabien@symfony.com"
  967. },
  968. {
  969. "name": "Symfony Community",
  970. "homepage": "http://symfony.com/contributors"
  971. }
  972. ],
  973. "description": "Symfony HttpFoundation Component",
  974. "homepage": "http://symfony.com"
  975. },
  976. {
  977. "name": "symfony/http-kernel",
  978. "version": "2.1.x-dev",
  979. "target-dir": "Symfony/Component/HttpKernel",
  980. "source": {
  981. "type": "git",
  982. "url": "https://github.com/symfony/HttpKernel",
  983. "reference": "17fb2aeb877649a144260681bc460a3dd258e344"
  984. },
  985. "dist": {
  986. "type": "zip",
  987. "url": "https://github.com/symfony/HttpKernel/archive/17fb2aeb877649a144260681bc460a3dd258e344.zip",
  988. "reference": "17fb2aeb877649a144260681bc460a3dd258e344",
  989. "shasum": ""
  990. },
  991. "require": {
  992. "php": ">=5.3.3",
  993. "symfony/event-dispatcher": "2.1.*",
  994. "symfony/http-foundation": "2.1.*"
  995. },
  996. "require-dev": {
  997. "symfony/browser-kit": "2.1.*",
  998. "symfony/class-loader": "2.1.*",
  999. "symfony/config": "2.1.*",
  1000. "symfony/console": "2.1.*",
  1001. "symfony/dependency-injection": "2.1.*",
  1002. "symfony/finder": "2.1.*",
  1003. "symfony/process": "2.1.*",
  1004. "symfony/routing": "2.1.*"
  1005. },
  1006. "suggest": {
  1007. "symfony/browser-kit": "2.1.*",
  1008. "symfony/class-loader": "2.1.*",
  1009. "symfony/config": "2.1.*",
  1010. "symfony/console": "2.1.*",
  1011. "symfony/dependency-injection": "2.1.*",
  1012. "symfony/finder": "2.1.*"
  1013. },
  1014. "time": "2012-12-21 10:42:20",
  1015. "type": "library",
  1016. "installation-source": "source",
  1017. "autoload": {
  1018. "psr-0": {
  1019. "Symfony\\Component\\HttpKernel": ""
  1020. }
  1021. },
  1022. "notification-url": "https://packagist.org/downloads/",
  1023. "license": [
  1024. "MIT"
  1025. ],
  1026. "authors": [
  1027. {
  1028. "name": "Fabien Potencier",
  1029. "email": "fabien@symfony.com"
  1030. },
  1031. {
  1032. "name": "Symfony Community",
  1033. "homepage": "http://symfony.com/contributors"
  1034. }
  1035. ],
  1036. "description": "Symfony HttpKernel Component",
  1037. "homepage": "http://symfony.com"
  1038. },
  1039. {
  1040. "name": "symfony/locale",
  1041. "version": "2.1.x-dev",
  1042. "target-dir": "Symfony/Component/Locale",
  1043. "source": {
  1044. "type": "git",
  1045. "url": "https://github.com/symfony/Locale",
  1046. "reference": "v2.1.6"
  1047. },
  1048. "dist": {
  1049. "type": "zip",
  1050. "url": "https://github.com/symfony/Locale/archive/v2.1.6.zip",
  1051. "reference": "v2.1.6",
  1052. "shasum": ""
  1053. },
  1054. "require": {
  1055. "php": ">=5.3.3"
  1056. },
  1057. "suggest": {
  1058. "ext-intl": ">=5.3.3"
  1059. },
  1060. "time": "2012-12-15 17:28:15",
  1061. "type": "library",
  1062. "installation-source": "source",
  1063. "autoload": {
  1064. "psr-0": {
  1065. "Symfony\\Component\\Locale": ""
  1066. }
  1067. },
  1068. "notification-url": "https://packagist.org/downloads/",
  1069. "license": [
  1070. "MIT"
  1071. ],
  1072. "authors": [
  1073. {
  1074. "name": "Fabien Potencier",
  1075. "email": "fabien@symfony.com"
  1076. },
  1077. {
  1078. "name": "Symfony Community",
  1079. "homepage": "http://symfony.com/contributors"
  1080. }
  1081. ],
  1082. "description": "Symfony Locale Component",
  1083. "homepage": "http://symfony.com"
  1084. },
  1085. {
  1086. "name": "symfony/options-resolver",
  1087. "version": "2.1.x-dev",
  1088. "target-dir": "Symfony/Component/OptionsResolver",
  1089. "source": {
  1090. "type": "git",
  1091. "url": "https://github.com/symfony/OptionsResolver",
  1092. "reference": "v2.1.6"
  1093. },
  1094. "dist": {
  1095. "type": "zip",
  1096. "url": "https://github.com/symfony/OptionsResolver/archive/v2.1.6.zip",
  1097. "reference": "v2.1.6",
  1098. "shasum": ""
  1099. },
  1100. "require": {
  1101. "php": ">=5.3.3"
  1102. },
  1103. "time": "2012-12-06 10:00:55",
  1104. "type": "library",
  1105. "installation-source": "source",
  1106. "autoload": {
  1107. "psr-0": {
  1108. "Symfony\\Component\\OptionsResolver": ""
  1109. }
  1110. },
  1111. "notification-url": "https://packagist.org/downloads/",
  1112. "license": [
  1113. "MIT"
  1114. ],
  1115. "authors": [
  1116. {
  1117. "name": "Fabien Potencier",
  1118. "email": "fabien@symfony.com"
  1119. },
  1120. {
  1121. "name": "Symfony Community",
  1122. "homepage": "http://symfony.com/contributors"
  1123. }
  1124. ],
  1125. "description": "Symfony OptionsResolver Component",
  1126. "homepage": "http://symfony.com",
  1127. "keywords": [
  1128. "configuration",
  1129. "config",
  1130. "options"
  1131. ]
  1132. },
  1133. {
  1134. "name": "symfony/routing",
  1135. "version": "dev-master",
  1136. "target-dir": "Symfony/Component/Routing",
  1137. "source": {
  1138. "type": "git",
  1139. "url": "https://github.com/symfony/Routing",
  1140. "reference": "eecf36850760b137fcd4f5025c64014de722874c"
  1141. },
  1142. "dist": {
  1143. "type": "zip",
  1144. "url": "https://github.com/symfony/Routing/archive/eecf36850760b137fcd4f5025c64014de722874c.zip",
  1145. "reference": "eecf36850760b137fcd4f5025c64014de722874c",
  1146. "shasum": ""
  1147. },
  1148. "require": {
  1149. "php": ">=5.3.3"
  1150. },
  1151. "require-dev": {
  1152. "doctrine/common": ">=2.2,<2.4-dev",
  1153. "symfony/config": "2.2.*",
  1154. "symfony/yaml": "2.2.*",
  1155. "symfony/http-kernel": "2.2.*"
  1156. },
  1157. "suggest": {
  1158. "doctrine/common": ">=2.2,<2.4-dev",
  1159. "symfony/config": "2.2.*",
  1160. "symfony/yaml": "2.2.*"
  1161. },
  1162. "time": "2012-12-20 07:41:17",
  1163. "type": "library",
  1164. "extra": {
  1165. "branch-alias": {
  1166. "dev-master": "2.2-dev"
  1167. }
  1168. },
  1169. "installation-source": "source",
  1170. "autoload": {
  1171. "psr-0": {
  1172. "Symfony\\Component\\Routing\\": ""
  1173. }
  1174. },
  1175. "notification-url": "https://packagist.org/downloads/",
  1176. "license": [
  1177. "MIT"
  1178. ],
  1179. "authors": [
  1180. {
  1181. "name": "Fabien Potencier",
  1182. "email": "fabien@symfony.com"
  1183. },
  1184. {
  1185. "name": "Symfony Community",
  1186. "homepage": "http://symfony.com/contributors"
  1187. }
  1188. ],
  1189. "description": "Symfony Routing Component",
  1190. "homepage": "http://symfony.com"
  1191. },
  1192. {
  1193. "name": "symfony/security",
  1194. "version": "2.1.x-dev",
  1195. "target-dir": "Symfony/Component/Security",
  1196. "source": {
  1197. "type": "git",
  1198. "url": "https://github.com/symfony/Security",
  1199. "reference": "v2.1.6"
  1200. },
  1201. "dist": {
  1202. "type": "zip",
  1203. "url": "https://github.com/symfony/Security/archive/v2.1.6.zip",
  1204. "reference": "v2.1.6",
  1205. "shasum": ""
  1206. },
  1207. "require": {
  1208. "php": ">=5.3.3",
  1209. "symfony/event-dispatcher": "2.1.*",
  1210. "symfony/http-foundation": "2.1.*",
  1211. "symfony/http-kernel": "2.1.*"
  1212. },
  1213. "require-dev": {
  1214. "symfony/form": "2.1.*",
  1215. "symfony/routing": "2.1.*",
  1216. "symfony/validator": "2.1.*",
  1217. "doctrine/common": ">=2.2,<2.4-dev",
  1218. "doctrine/dbal": ">=2.2,<2.4-dev"
  1219. },
  1220. "suggest": {
  1221. "doctrine/dbal": "to use the built-in ACL implementation",
  1222. "symfony/class-loader": "2.1.*",
  1223. "symfony/finder": "2.1.*",
  1224. "symfony/form": "2.1.*",
  1225. "symfony/validator": "2.1.*",
  1226. "symfony/routing": "2.1.*"
  1227. },
  1228. "time": "2012-12-11 10:40:22",
  1229. "type": "library",
  1230. "installation-source": "source",
  1231. "autoload": {
  1232. "psr-0": {
  1233. "Symfony\\Component\\Security": ""
  1234. }
  1235. },
  1236. "notification-url": "https://packagist.org/downloads/",
  1237. "license": [
  1238. "MIT"
  1239. ],
  1240. "authors": [
  1241. {
  1242. "name": "Fabien Potencier",
  1243. "email": "fabien@symfony.com"
  1244. },
  1245. {
  1246. "name": "Symfony Community",
  1247. "homepage": "http://symfony.com/contributors"
  1248. }
  1249. ],
  1250. "description": "Symfony Security Component",
  1251. "homepage": "http://symfony.com"
  1252. },
  1253. {
  1254. "name": "symfony/translation",
  1255. "version": "2.1.x-dev",
  1256. "target-dir": "Symfony/Component/Translation",
  1257. "source": {
  1258. "type": "git",
  1259. "url": "https://github.com/symfony/Translation",
  1260. "reference": "v2.1.6"
  1261. },
  1262. "dist": {
  1263. "type": "zip",
  1264. "url": "https://github.com/symfony/Translation/archive/v2.1.6.zip",
  1265. "reference": "v2.1.6",
  1266. "shasum": ""
  1267. },
  1268. "require": {
  1269. "php": ">=5.3.3"
  1270. },
  1271. "require-dev": {
  1272. "symfony/config": "2.1.*",
  1273. "symfony/yaml": "2.1.*"
  1274. },
  1275. "suggest": {
  1276. "symfony/config": "2.1.*",
  1277. "symfony/yaml": "2.1.*"
  1278. },
  1279. "time": "2012-12-06 10:00:55",
  1280. "type": "library",
  1281. "installation-source": "source",
  1282. "autoload": {
  1283. "psr-0": {
  1284. "Symfony\\Component\\Translation": ""
  1285. }
  1286. },
  1287. "notification-url": "https://packagist.org/downloads/",
  1288. "license": [
  1289. "MIT"
  1290. ],
  1291. "authors": [
  1292. {
  1293. "name": "Fabien Potencier",
  1294. "email": "fabien@symfony.com"
  1295. },
  1296. {
  1297. "name": "Symfony Community",
  1298. "homepage": "http://symfony.com/contributors"
  1299. }
  1300. ],
  1301. "description": "Symfony Translation Component",
  1302. "homepage": "http://symfony.com"
  1303. },
  1304. {
  1305. "name": "symfony/twig-bridge",
  1306. "version": "dev-master",
  1307. "target-dir": "Symfony/Bridge/Twig",
  1308. "source": {
  1309. "type": "git",
  1310. "url": "https://github.com/symfony/TwigBridge",
  1311. "reference": "5f83b3f000eedc25e5fa538bd2ff928e21e2327c"
  1312. },
  1313. "dist": {
  1314. "type": "zip",
  1315. "url": "https://github.com/symfony/TwigBridge/archive/5f83b3f000eedc25e5fa538bd2ff928e21e2327c.zip",
  1316. "reference": "5f83b3f000eedc25e5fa538bd2ff928e21e2327c",
  1317. "shasum": ""
  1318. },
  1319. "require": {
  1320. "php": ">=5.3.3",
  1321. "twig/twig": ">=1.9.1,<2.0-dev"
  1322. },
  1323. "require-dev": {
  1324. "symfony/form": "2.2.*",
  1325. "symfony/routing": "2.2.*",
  1326. "symfony/templating": "2.2.*",
  1327. "symfony/translation": "2.2.*",
  1328. "symfony/yaml": "2.2.*",
  1329. "symfony/security": "2.2.*",
  1330. "symfony/http-kernel": "2.2.*"
  1331. },
  1332. "suggest": {
  1333. "symfony/form": "2.2.*",
  1334. "symfony/routing": "2.2.*",
  1335. "symfony/templating": "2.2.*",
  1336. "symfony/translation": "2.2.*",
  1337. "symfony/yaml": "2.2.*",
  1338. "symfony/security": "2.2.*",
  1339. "symfony/http-kernel": "2.2.*"
  1340. },
  1341. "time": "2012-12-22 14:51:06",
  1342. "type": "symfony-bridge",
  1343. "extra": {
  1344. "branch-alias": {
  1345. "dev-master": "2.2-dev"
  1346. }
  1347. },
  1348. "installation-source": "source",
  1349. "autoload": {
  1350. "psr-0": {
  1351. "Symfony\\Bridge\\Twig\\": ""
  1352. }
  1353. },
  1354. "notification-url": "https://packagist.org/downloads/",
  1355. "license": [
  1356. "MIT"
  1357. ],
  1358. "authors": [
  1359. {
  1360. "name": "Fabien Potencier",
  1361. "email": "fabien@symfony.com"
  1362. },
  1363. {
  1364. "name": "Symfony Community",
  1365. "homepage": "http://symfony.com/contributors"
  1366. }
  1367. ],
  1368. "description": "Symfony Twig Bridge",
  1369. "homepage": "http://symfony.com"
  1370. },
  1371. {
  1372. "name": "symfony/validator",
  1373. "version": "2.1.x-dev",
  1374. "target-dir": "Symfony/Component/Validator",
  1375. "source": {
  1376. "type": "git",
  1377. "url": "https://github.com/symfony/Validator",
  1378. "reference": "v2.1.6"
  1379. },
  1380. "dist": {
  1381. "type": "zip",
  1382. "url": "https://github.com/symfony/Validator/archive/v2.1.6.zip",
  1383. "reference": "v2.1.6",
  1384. "shasum": ""
  1385. },
  1386. "require": {
  1387. "php": ">=5.3.3"
  1388. },
  1389. "require-dev": {
  1390. "symfony/http-foundation": "2.1.*",
  1391. "symfony/locale": "2.1.*",
  1392. "symfony/yaml": "2.1.*"
  1393. },
  1394. "suggest": {
  1395. "doctrine/common": ">=2.1,<2.4-dev",
  1396. "symfony/http-foundation": "2.1.*",
  1397. "symfony/yaml": "2.1.*"
  1398. },
  1399. "time": "2012-12-12 13:03:58",
  1400. "type": "library",
  1401. "installation-source": "source",
  1402. "autoload": {
  1403. "psr-0": {
  1404. "Symfony\\Component\\Validator": ""
  1405. }
  1406. },
  1407. "notification-url": "https://packagist.org/downloads/",
  1408. "license": [
  1409. "MIT"
  1410. ],
  1411. "authors": [
  1412. {
  1413. "name": "Fabien Potencier",
  1414. "email": "fabien@symfony.com"
  1415. },
  1416. {
  1417. "name": "Symfony Community",
  1418. "homepage": "http://symfony.com/contributors"
  1419. }
  1420. ],
  1421. "description": "Symfony Validator Component",
  1422. "homepage": "http://symfony.com"
  1423. },
  1424. {
  1425. "name": "symfony/yaml",
  1426. "version": "2.1.x-dev",
  1427. "target-dir": "Symfony/Component/Yaml",
  1428. "source": {
  1429. "type": "git",
  1430. "url": "https://github.com/symfony/Yaml",
  1431. "reference": "v2.1.6"
  1432. },
  1433. "dist": {
  1434. "type": "zip",
  1435. "url": "https://github.com/symfony/Yaml/archive/v2.1.6.zip",
  1436. "reference": "v2.1.6",
  1437. "shasum": ""
  1438. },
  1439. "require": {
  1440. "php": ">=5.3.3"
  1441. },
  1442. "time": "2012-12-06 10:00:55",
  1443. "type": "library",
  1444. "installation-source": "source",
  1445. "autoload": {
  1446. "psr-0": {
  1447. "Symfony\\Component\\Yaml": ""
  1448. }
  1449. },
  1450. "notification-url": "https://packagist.org/downloads/",
  1451. "license": [
  1452. "MIT"
  1453. ],
  1454. "authors": [
  1455. {
  1456. "name": "Fabien Potencier",
  1457. "email": "fabien@symfony.com"
  1458. },
  1459. {
  1460. "name": "Symfony Community",
  1461. "homepage": "http://symfony.com/contributors"
  1462. }
  1463. ],
  1464. "description": "Symfony Yaml Component",
  1465. "homepage": "http://symfony.com"
  1466. },
  1467. {
  1468. "name": "twig/twig",
  1469. "version": "dev-master",
  1470. "source": {
  1471. "type": "git",
  1472. "url": "git://github.com/fabpot/Twig.git",
  1473. "reference": "a65e7e4e2e5726a42a29e609fad008f8a9600594"
  1474. },
  1475. "dist": {
  1476. "type": "zip",
  1477. "url": "https://github.com/fabpot/Twig/archive/a65e7e4e2e5726a42a29e609fad008f8a9600594.zip",
  1478. "reference": "a65e7e4e2e5726a42a29e609fad008f8a9600594",
  1479. "shasum": ""
  1480. },
  1481. "require": {
  1482. "php": ">=5.2.4"
  1483. },
  1484. "time": "2012-12-25 10:06:30",
  1485. "type": "library",
  1486. "extra": {
  1487. "branch-alias": {
  1488. "dev-master": "1.12-dev"
  1489. }
  1490. },
  1491. "installation-source": "source",
  1492. "autoload": {
  1493. "psr-0": {
  1494. "Twig_": "lib/"
  1495. }
  1496. },
  1497. "notification-url": "https://packagist.org/downloads/",
  1498. "license": [
  1499. "BSD-3"
  1500. ],
  1501. "authors": [
  1502. {
  1503. "name": "Fabien Potencier",
  1504. "email": "fabien@symfony.com"
  1505. },
  1506. {
  1507. "name": "Armin Ronacher",
  1508. "email": "armin.ronacher@active-4.com"
  1509. }
  1510. ],
  1511. "description": "Twig, the flexible, fast, and secure template language for PHP",
  1512. "homepage": "http://twig.sensiolabs.org",
  1513. "keywords": [
  1514. "templating"
  1515. ]
  1516. }
  1517. ],
  1518. "packages-dev": null,
  1519. "aliases": [
  1520. ],
  1521. "minimum-stability": "dev",
  1522. "stability-flags": {
  1523. "silex/silex": 20,
  1524. "symfony/config": 20,
  1525. "symfony/console": 20,
  1526. "symfony/twig-bridge": 20,
  1527. "symfony/dependency-injection": 20,
  1528. "dflydev/doctrine-orm-service-provider": 20,
  1529. "doctrine/migrations": 20,
  1530. "pagerfanta/pagerfanta": 20,
  1531. "knplabs/knp-menu": 20
  1532. }
  1533. }