composer.lock 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420
  1. {
  2. "hash": "fffb4b8e2734e9dd377b96f88b38b78f",
  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": "6ace93c92ebfa2411b7c763607057baf069fb0d6"
  147. },
  148. "dist": {
  149. "type": "zip",
  150. "url": "https://github.com/doctrine/dbal/archive/6ace93c92ebfa2411b7c763607057baf069fb0d6.zip",
  151. "reference": "6ace93c92ebfa2411b7c763607057baf069fb0d6",
  152. "shasum": ""
  153. },
  154. "require": {
  155. "php": ">=5.3.2",
  156. "doctrine/common": ">=2.3-dev,<2.5-dev"
  157. },
  158. "time": "2012-12-17 11:53:37",
  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": "c1d875ce7d092dd1bc7508c3867b5c6b97431e43"
  211. },
  212. "dist": {
  213. "type": "zip",
  214. "url": "https://github.com/doctrine/migrations/archive/c1d875ce7d092dd1bc7508c3867b5c6b97431e43.zip",
  215. "reference": "c1d875ce7d092dd1bc7508c3867b5c6b97431e43",
  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-10-19 10:37:24",
  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": "4bbfe0ce8a3616b101e0bdfb0fa1f39cc8792557"
  266. },
  267. "dist": {
  268. "type": "zip",
  269. "url": "https://github.com/doctrine/doctrine2/archive/4bbfe0ce8a3616b101e0bdfb0fa1f39cc8792557.zip",
  270. "reference": "4bbfe0ce8a3616b101e0bdfb0fa1f39cc8792557",
  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-16 12:05:57",
  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": "monolog/monolog",
  332. "version": "dev-master",
  333. "source": {
  334. "type": "git",
  335. "url": "https://github.com/Seldaek/monolog",
  336. "reference": "0df12342ef6c5efc748b27bb9ef92e1c95631058"
  337. },
  338. "dist": {
  339. "type": "zip",
  340. "url": "https://github.com/Seldaek/monolog/archive/0df12342ef6c5efc748b27bb9ef92e1c95631058.zip",
  341. "reference": "0df12342ef6c5efc748b27bb9ef92e1c95631058",
  342. "shasum": ""
  343. },
  344. "require": {
  345. "php": ">=5.3.0"
  346. },
  347. "require-dev": {
  348. "mlehner/gelf-php": "1.0.*"
  349. },
  350. "suggest": {
  351. "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
  352. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  353. "ext-mongo": "Allow sending log messages to a MongoDB server"
  354. },
  355. "time": "2012-12-14 11:27:44",
  356. "type": "library",
  357. "extra": {
  358. "branch-alias": {
  359. "dev-master": "1.3.x-dev"
  360. }
  361. },
  362. "installation-source": "source",
  363. "autoload": {
  364. "psr-0": {
  365. "Monolog": "src/"
  366. }
  367. },
  368. "notification-url": "https://packagist.org/downloads/",
  369. "license": [
  370. "MIT"
  371. ],
  372. "authors": [
  373. {
  374. "name": "Jordi Boggiano",
  375. "email": "j.boggiano@seld.be",
  376. "homepage": "http://seld.be",
  377. "role": "Developer"
  378. }
  379. ],
  380. "description": "Logging for PHP 5.3",
  381. "homepage": "http://github.com/Seldaek/monolog",
  382. "keywords": [
  383. "log",
  384. "logging"
  385. ]
  386. },
  387. {
  388. "name": "pimple/pimple",
  389. "version": "dev-master",
  390. "source": {
  391. "type": "git",
  392. "url": "git://github.com/fabpot/Pimple.git",
  393. "reference": "v1.0.1"
  394. },
  395. "dist": {
  396. "type": "zip",
  397. "url": "https://github.com/fabpot/Pimple/archive/v1.0.1.zip",
  398. "reference": "v1.0.1",
  399. "shasum": ""
  400. },
  401. "require": {
  402. "php": ">=5.3.0"
  403. },
  404. "time": "2012-11-11 08:32:34",
  405. "type": "library",
  406. "extra": {
  407. "branch-alias": {
  408. "dev-master": "1.0.x-dev"
  409. }
  410. },
  411. "installation-source": "source",
  412. "autoload": {
  413. "psr-0": {
  414. "Pimple": "lib/"
  415. }
  416. },
  417. "notification-url": "https://packagist.org/downloads/",
  418. "license": [
  419. "MIT"
  420. ],
  421. "authors": [
  422. {
  423. "name": "Fabien Potencier",
  424. "email": "fabien@symfony.com"
  425. }
  426. ],
  427. "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
  428. "homepage": "http://pimple.sensiolabs.org",
  429. "keywords": [
  430. "dependency injection",
  431. "container"
  432. ]
  433. },
  434. {
  435. "name": "silex/silex",
  436. "version": "dev-master",
  437. "source": {
  438. "type": "git",
  439. "url": "git://github.com/fabpot/Silex.git",
  440. "reference": "bd523d5970bb093d1d2c709e91a7f72b70c39108"
  441. },
  442. "dist": {
  443. "type": "zip",
  444. "url": "https://github.com/fabpot/Silex/archive/bd523d5970bb093d1d2c709e91a7f72b70c39108.zip",
  445. "reference": "bd523d5970bb093d1d2c709e91a7f72b70c39108",
  446. "shasum": ""
  447. },
  448. "require": {
  449. "php": ">=5.3.3",
  450. "pimple/pimple": "1.*",
  451. "symfony/event-dispatcher": ">=2.1,<2.3-dev",
  452. "symfony/http-foundation": ">=2.1,<2.3-dev",
  453. "symfony/http-kernel": ">=2.1,<2.3-dev",
  454. "symfony/routing": ">=2.1,<2.3-dev"
  455. },
  456. "require-dev": {
  457. "monolog/monolog": ">=1.0.0,<1.2-dev",
  458. "twig/twig": ">=1.8.0,<2.0-dev",
  459. "swiftmailer/swiftmailer": "4.2.*",
  460. "doctrine/dbal": ">=2.2.0,<2.4.0-dev",
  461. "symfony/security": ">=2.1,<2.3-dev",
  462. "symfony/config": ">=2.1,<2.3-dev",
  463. "symfony/locale": ">=2.1,<2.3-dev",
  464. "symfony/form": ">=2.1,<2.3-dev",
  465. "symfony/browser-kit": ">=2.1,<2.3-dev",
  466. "symfony/css-selector": ">=2.1,<2.3-dev",
  467. "symfony/finder": ">=2.1,<2.3-dev",
  468. "symfony/monolog-bridge": ">=2.1,<2.3-dev",
  469. "symfony/process": ">=2.1,<2.3-dev",
  470. "symfony/translation": ">=2.1,<2.3-dev",
  471. "symfony/twig-bridge": ">=2.1,<2.3-dev",
  472. "symfony/validator": ">=2.1,<2.3-dev",
  473. "symfony/serializer": ">=2.1,<2.3-dev"
  474. },
  475. "suggest": {
  476. "symfony/browser-kit": ">=2.1,<2.3-dev",
  477. "symfony/css-selector": ">=2.1,<2.3-dev",
  478. "symfony/dom-crawler": ">=2.1,<2.3-dev"
  479. },
  480. "time": "2012-12-18 11:32:45",
  481. "type": "library",
  482. "extra": {
  483. "branch-alias": {
  484. "dev-master": "1.0.x-dev"
  485. }
  486. },
  487. "installation-source": "source",
  488. "autoload": {
  489. "psr-0": {
  490. "Silex": "src/"
  491. }
  492. },
  493. "notification-url": "https://packagist.org/downloads/",
  494. "license": [
  495. "MIT"
  496. ],
  497. "authors": [
  498. {
  499. "name": "Fabien Potencier",
  500. "email": "fabien@symfony.com"
  501. },
  502. {
  503. "name": "Igor Wiedler",
  504. "email": "igor@wiedler.ch",
  505. "homepage": "http://wiedler.ch/igor/"
  506. }
  507. ],
  508. "description": "The PHP micro-framework based on the Symfony2 Components",
  509. "homepage": "http://silex.sensiolabs.org",
  510. "keywords": [
  511. "microframework"
  512. ]
  513. },
  514. {
  515. "name": "swiftmailer/swiftmailer",
  516. "version": "v4.1.8",
  517. "source": {
  518. "type": "git",
  519. "url": "git://github.com/swiftmailer/swiftmailer.git",
  520. "reference": "v4.1.8"
  521. },
  522. "dist": {
  523. "type": "zip",
  524. "url": "https://github.com/swiftmailer/swiftmailer/zipball/v4.1.8",
  525. "reference": "v4.1.8",
  526. "shasum": ""
  527. },
  528. "require": {
  529. "php": ">=5.2.4"
  530. },
  531. "time": "2012-06-17 13:55:34",
  532. "type": "library",
  533. "extra": {
  534. "branch-alias": {
  535. "dev-master": "4.1-dev"
  536. }
  537. },
  538. "installation-source": "dist",
  539. "autoload": {
  540. "files": [
  541. "lib/swift_required.php"
  542. ]
  543. },
  544. "notification-url": "https://packagist.org/downloads/",
  545. "license": [
  546. "LGPL"
  547. ],
  548. "authors": [
  549. {
  550. "name": "Fabien Potencier",
  551. "email": "fabien@symfony.com"
  552. },
  553. {
  554. "name": "Chris Corbyn"
  555. }
  556. ],
  557. "description": "Swiftmailer, free feature-rich PHP mailer",
  558. "homepage": "http://swiftmailer.org",
  559. "keywords": [
  560. "mail",
  561. "mailer"
  562. ]
  563. },
  564. {
  565. "name": "symfony/config",
  566. "version": "dev-master",
  567. "target-dir": "Symfony/Component/Config",
  568. "source": {
  569. "type": "git",
  570. "url": "https://github.com/symfony/Config",
  571. "reference": "ab422ad472259c7775d70831182f586f444c77a3"
  572. },
  573. "dist": {
  574. "type": "zip",
  575. "url": "https://github.com/symfony/Config/archive/ab422ad472259c7775d70831182f586f444c77a3.zip",
  576. "reference": "ab422ad472259c7775d70831182f586f444c77a3",
  577. "shasum": ""
  578. },
  579. "require": {
  580. "php": ">=5.3.3"
  581. },
  582. "time": "2012-12-20 07:41:17",
  583. "type": "library",
  584. "extra": {
  585. "branch-alias": {
  586. "dev-master": "2.2-dev"
  587. }
  588. },
  589. "installation-source": "source",
  590. "autoload": {
  591. "psr-0": {
  592. "Symfony\\Component\\Config\\": ""
  593. }
  594. },
  595. "notification-url": "https://packagist.org/downloads/",
  596. "license": [
  597. "MIT"
  598. ],
  599. "authors": [
  600. {
  601. "name": "Fabien Potencier",
  602. "email": "fabien@symfony.com"
  603. },
  604. {
  605. "name": "Symfony Community",
  606. "homepage": "http://symfony.com/contributors"
  607. }
  608. ],
  609. "description": "Symfony Config Component",
  610. "homepage": "http://symfony.com"
  611. },
  612. {
  613. "name": "symfony/console",
  614. "version": "dev-master",
  615. "target-dir": "Symfony/Component/Console",
  616. "source": {
  617. "type": "git",
  618. "url": "https://github.com/symfony/Console",
  619. "reference": "388ea8dbc1b3e1f96721e2799eb2d037e411a281"
  620. },
  621. "dist": {
  622. "type": "zip",
  623. "url": "https://github.com/symfony/Console/archive/388ea8dbc1b3e1f96721e2799eb2d037e411a281.zip",
  624. "reference": "388ea8dbc1b3e1f96721e2799eb2d037e411a281",
  625. "shasum": ""
  626. },
  627. "require": {
  628. "php": ">=5.3.3"
  629. },
  630. "time": "2012-12-19 07:09:49",
  631. "type": "library",
  632. "extra": {
  633. "branch-alias": {
  634. "dev-master": "2.2-dev"
  635. }
  636. },
  637. "installation-source": "source",
  638. "autoload": {
  639. "psr-0": {
  640. "Symfony\\Component\\Console\\": ""
  641. }
  642. },
  643. "notification-url": "https://packagist.org/downloads/",
  644. "license": [
  645. "MIT"
  646. ],
  647. "authors": [
  648. {
  649. "name": "Fabien Potencier",
  650. "email": "fabien@symfony.com"
  651. },
  652. {
  653. "name": "Symfony Community",
  654. "homepage": "http://symfony.com/contributors"
  655. }
  656. ],
  657. "description": "Symfony Console Component",
  658. "homepage": "http://symfony.com"
  659. },
  660. {
  661. "name": "symfony/dependency-injection",
  662. "version": "dev-master",
  663. "target-dir": "Symfony/Component/DependencyInjection",
  664. "source": {
  665. "type": "git",
  666. "url": "https://github.com/symfony/DependencyInjection",
  667. "reference": "32ad6cccb2c38d7ac87217fae459083438f05634"
  668. },
  669. "dist": {
  670. "type": "zip",
  671. "url": "https://github.com/symfony/DependencyInjection/archive/32ad6cccb2c38d7ac87217fae459083438f05634.zip",
  672. "reference": "32ad6cccb2c38d7ac87217fae459083438f05634",
  673. "shasum": ""
  674. },
  675. "require": {
  676. "php": ">=5.3.3"
  677. },
  678. "require-dev": {
  679. "symfony/yaml": "2.2.*",
  680. "symfony/config": "2.2.*"
  681. },
  682. "suggest": {
  683. "symfony/yaml": "2.2.*",
  684. "symfony/config": "2.2.*"
  685. },
  686. "time": "2012-12-19 07:09:49",
  687. "type": "library",
  688. "extra": {
  689. "branch-alias": {
  690. "dev-master": "2.2-dev"
  691. }
  692. },
  693. "installation-source": "source",
  694. "autoload": {
  695. "psr-0": {
  696. "Symfony\\Component\\DependencyInjection\\": ""
  697. }
  698. },
  699. "notification-url": "https://packagist.org/downloads/",
  700. "license": [
  701. "MIT"
  702. ],
  703. "authors": [
  704. {
  705. "name": "Fabien Potencier",
  706. "email": "fabien@symfony.com"
  707. },
  708. {
  709. "name": "Symfony Community",
  710. "homepage": "http://symfony.com/contributors"
  711. }
  712. ],
  713. "description": "Symfony DependencyInjection Component",
  714. "homepage": "http://symfony.com"
  715. },
  716. {
  717. "name": "symfony/event-dispatcher",
  718. "version": "2.1.x-dev",
  719. "target-dir": "Symfony/Component/EventDispatcher",
  720. "source": {
  721. "type": "git",
  722. "url": "https://github.com/symfony/EventDispatcher",
  723. "reference": "v2.1.5"
  724. },
  725. "dist": {
  726. "type": "zip",
  727. "url": "https://github.com/symfony/EventDispatcher/archive/v2.1.5.zip",
  728. "reference": "v2.1.5",
  729. "shasum": ""
  730. },
  731. "require": {
  732. "php": ">=5.3.3"
  733. },
  734. "require-dev": {
  735. "symfony/dependency-injection": "2.1.*"
  736. },
  737. "suggest": {
  738. "symfony/dependency-injection": "2.1.*",
  739. "symfony/http-kernel": "2.1.*"
  740. },
  741. "time": "2012-12-06 10:00:55",
  742. "type": "library",
  743. "installation-source": "source",
  744. "autoload": {
  745. "psr-0": {
  746. "Symfony\\Component\\EventDispatcher": ""
  747. }
  748. },
  749. "notification-url": "https://packagist.org/downloads/",
  750. "license": [
  751. "MIT"
  752. ],
  753. "authors": [
  754. {
  755. "name": "Fabien Potencier",
  756. "email": "fabien@symfony.com"
  757. },
  758. {
  759. "name": "Symfony Community",
  760. "homepage": "http://symfony.com/contributors"
  761. }
  762. ],
  763. "description": "Symfony EventDispatcher Component",
  764. "homepage": "http://symfony.com"
  765. },
  766. {
  767. "name": "symfony/form",
  768. "version": "2.1.x-dev",
  769. "target-dir": "Symfony/Component/Form",
  770. "source": {
  771. "type": "git",
  772. "url": "https://github.com/symfony/Form",
  773. "reference": "v2.1.5"
  774. },
  775. "dist": {
  776. "type": "zip",
  777. "url": "https://github.com/symfony/Form/archive/v2.1.5.zip",
  778. "reference": "v2.1.5",
  779. "shasum": ""
  780. },
  781. "require": {
  782. "php": ">=5.3.3",
  783. "symfony/event-dispatcher": "2.1.*",
  784. "symfony/locale": "2.1.*",
  785. "symfony/options-resolver": "2.1.*"
  786. },
  787. "require-dev": {
  788. "symfony/validator": "2.1.*",
  789. "symfony/http-foundation": "2.1.*"
  790. },
  791. "suggest": {
  792. "symfony/validator": "2.1.*",
  793. "symfony/http-foundation": "2.1.*"
  794. },
  795. "time": "2012-12-15 17:20:34",
  796. "type": "library",
  797. "installation-source": "source",
  798. "autoload": {
  799. "psr-0": {
  800. "Symfony\\Component\\Form": ""
  801. }
  802. },
  803. "notification-url": "https://packagist.org/downloads/",
  804. "license": [
  805. "MIT"
  806. ],
  807. "authors": [
  808. {
  809. "name": "Fabien Potencier",
  810. "email": "fabien@symfony.com"
  811. },
  812. {
  813. "name": "Symfony Community",
  814. "homepage": "http://symfony.com/contributors"
  815. }
  816. ],
  817. "description": "Symfony Form Component",
  818. "homepage": "http://symfony.com"
  819. },
  820. {
  821. "name": "symfony/http-foundation",
  822. "version": "2.1.x-dev",
  823. "target-dir": "Symfony/Component/HttpFoundation",
  824. "source": {
  825. "type": "git",
  826. "url": "https://github.com/symfony/HttpFoundation",
  827. "reference": "v2.1.5"
  828. },
  829. "dist": {
  830. "type": "zip",
  831. "url": "https://github.com/symfony/HttpFoundation/archive/v2.1.5.zip",
  832. "reference": "v2.1.5",
  833. "shasum": ""
  834. },
  835. "require": {
  836. "php": ">=5.3.3"
  837. },
  838. "time": "2012-12-14 21:03:29",
  839. "type": "library",
  840. "installation-source": "source",
  841. "autoload": {
  842. "psr-0": {
  843. "Symfony\\Component\\HttpFoundation": "",
  844. "SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs"
  845. }
  846. },
  847. "notification-url": "https://packagist.org/downloads/",
  848. "license": [
  849. "MIT"
  850. ],
  851. "authors": [
  852. {
  853. "name": "Fabien Potencier",
  854. "email": "fabien@symfony.com"
  855. },
  856. {
  857. "name": "Symfony Community",
  858. "homepage": "http://symfony.com/contributors"
  859. }
  860. ],
  861. "description": "Symfony HttpFoundation Component",
  862. "homepage": "http://symfony.com"
  863. },
  864. {
  865. "name": "symfony/http-kernel",
  866. "version": "2.1.x-dev",
  867. "target-dir": "Symfony/Component/HttpKernel",
  868. "source": {
  869. "type": "git",
  870. "url": "https://github.com/symfony/HttpKernel",
  871. "reference": "e6b3249e06cabb643aa217f7c188bafe79f4b0b3"
  872. },
  873. "dist": {
  874. "type": "zip",
  875. "url": "https://github.com/symfony/HttpKernel/archive/e6b3249e06cabb643aa217f7c188bafe79f4b0b3.zip",
  876. "reference": "e6b3249e06cabb643aa217f7c188bafe79f4b0b3",
  877. "shasum": ""
  878. },
  879. "require": {
  880. "php": ">=5.3.3",
  881. "symfony/event-dispatcher": "2.1.*",
  882. "symfony/http-foundation": "2.1.*"
  883. },
  884. "require-dev": {
  885. "symfony/browser-kit": "2.1.*",
  886. "symfony/class-loader": "2.1.*",
  887. "symfony/config": "2.1.*",
  888. "symfony/console": "2.1.*",
  889. "symfony/dependency-injection": "2.1.*",
  890. "symfony/finder": "2.1.*",
  891. "symfony/process": "2.1.*",
  892. "symfony/routing": "2.1.*"
  893. },
  894. "suggest": {
  895. "symfony/browser-kit": "2.1.*",
  896. "symfony/class-loader": "2.1.*",
  897. "symfony/config": "2.1.*",
  898. "symfony/console": "2.1.*",
  899. "symfony/dependency-injection": "2.1.*",
  900. "symfony/finder": "2.1.*"
  901. },
  902. "time": "2012-12-20 14:53:35",
  903. "type": "library",
  904. "installation-source": "source",
  905. "autoload": {
  906. "psr-0": {
  907. "Symfony\\Component\\HttpKernel": ""
  908. }
  909. },
  910. "notification-url": "https://packagist.org/downloads/",
  911. "license": [
  912. "MIT"
  913. ],
  914. "authors": [
  915. {
  916. "name": "Fabien Potencier",
  917. "email": "fabien@symfony.com"
  918. },
  919. {
  920. "name": "Symfony Community",
  921. "homepage": "http://symfony.com/contributors"
  922. }
  923. ],
  924. "description": "Symfony HttpKernel Component",
  925. "homepage": "http://symfony.com"
  926. },
  927. {
  928. "name": "symfony/locale",
  929. "version": "2.1.x-dev",
  930. "target-dir": "Symfony/Component/Locale",
  931. "source": {
  932. "type": "git",
  933. "url": "https://github.com/symfony/Locale",
  934. "reference": "v2.1.5"
  935. },
  936. "dist": {
  937. "type": "zip",
  938. "url": "https://github.com/symfony/Locale/archive/v2.1.5.zip",
  939. "reference": "v2.1.5",
  940. "shasum": ""
  941. },
  942. "require": {
  943. "php": ">=5.3.3"
  944. },
  945. "suggest": {
  946. "ext-intl": ">=5.3.3"
  947. },
  948. "time": "2012-12-15 17:28:15",
  949. "type": "library",
  950. "installation-source": "source",
  951. "autoload": {
  952. "psr-0": {
  953. "Symfony\\Component\\Locale": ""
  954. }
  955. },
  956. "notification-url": "https://packagist.org/downloads/",
  957. "license": [
  958. "MIT"
  959. ],
  960. "authors": [
  961. {
  962. "name": "Fabien Potencier",
  963. "email": "fabien@symfony.com"
  964. },
  965. {
  966. "name": "Symfony Community",
  967. "homepage": "http://symfony.com/contributors"
  968. }
  969. ],
  970. "description": "Symfony Locale Component",
  971. "homepage": "http://symfony.com"
  972. },
  973. {
  974. "name": "symfony/options-resolver",
  975. "version": "2.1.x-dev",
  976. "target-dir": "Symfony/Component/OptionsResolver",
  977. "source": {
  978. "type": "git",
  979. "url": "https://github.com/symfony/OptionsResolver",
  980. "reference": "v2.1.5"
  981. },
  982. "dist": {
  983. "type": "zip",
  984. "url": "https://github.com/symfony/OptionsResolver/archive/v2.1.5.zip",
  985. "reference": "v2.1.5",
  986. "shasum": ""
  987. },
  988. "require": {
  989. "php": ">=5.3.3"
  990. },
  991. "time": "2012-12-06 10:00:55",
  992. "type": "library",
  993. "installation-source": "source",
  994. "autoload": {
  995. "psr-0": {
  996. "Symfony\\Component\\OptionsResolver": ""
  997. }
  998. },
  999. "notification-url": "https://packagist.org/downloads/",
  1000. "license": [
  1001. "MIT"
  1002. ],
  1003. "authors": [
  1004. {
  1005. "name": "Fabien Potencier",
  1006. "email": "fabien@symfony.com"
  1007. },
  1008. {
  1009. "name": "Symfony Community",
  1010. "homepage": "http://symfony.com/contributors"
  1011. }
  1012. ],
  1013. "description": "Symfony OptionsResolver Component",
  1014. "homepage": "http://symfony.com",
  1015. "keywords": [
  1016. "configuration",
  1017. "config",
  1018. "options"
  1019. ]
  1020. },
  1021. {
  1022. "name": "symfony/routing",
  1023. "version": "dev-master",
  1024. "target-dir": "Symfony/Component/Routing",
  1025. "source": {
  1026. "type": "git",
  1027. "url": "https://github.com/symfony/Routing",
  1028. "reference": "eecf36850760b137fcd4f5025c64014de722874c"
  1029. },
  1030. "dist": {
  1031. "type": "zip",
  1032. "url": "https://github.com/symfony/Routing/archive/eecf36850760b137fcd4f5025c64014de722874c.zip",
  1033. "reference": "eecf36850760b137fcd4f5025c64014de722874c",
  1034. "shasum": ""
  1035. },
  1036. "require": {
  1037. "php": ">=5.3.3"
  1038. },
  1039. "require-dev": {
  1040. "doctrine/common": ">=2.2,<2.4-dev",
  1041. "symfony/config": "2.2.*",
  1042. "symfony/yaml": "2.2.*",
  1043. "symfony/http-kernel": "2.2.*"
  1044. },
  1045. "suggest": {
  1046. "doctrine/common": ">=2.2,<2.4-dev",
  1047. "symfony/config": "2.2.*",
  1048. "symfony/yaml": "2.2.*"
  1049. },
  1050. "time": "2012-12-20 07:41:17",
  1051. "type": "library",
  1052. "extra": {
  1053. "branch-alias": {
  1054. "dev-master": "2.2-dev"
  1055. }
  1056. },
  1057. "installation-source": "source",
  1058. "autoload": {
  1059. "psr-0": {
  1060. "Symfony\\Component\\Routing\\": ""
  1061. }
  1062. },
  1063. "notification-url": "https://packagist.org/downloads/",
  1064. "license": [
  1065. "MIT"
  1066. ],
  1067. "authors": [
  1068. {
  1069. "name": "Fabien Potencier",
  1070. "email": "fabien@symfony.com"
  1071. },
  1072. {
  1073. "name": "Symfony Community",
  1074. "homepage": "http://symfony.com/contributors"
  1075. }
  1076. ],
  1077. "description": "Symfony Routing Component",
  1078. "homepage": "http://symfony.com"
  1079. },
  1080. {
  1081. "name": "symfony/security",
  1082. "version": "2.1.x-dev",
  1083. "target-dir": "Symfony/Component/Security",
  1084. "source": {
  1085. "type": "git",
  1086. "url": "https://github.com/symfony/Security",
  1087. "reference": "v2.1.5"
  1088. },
  1089. "dist": {
  1090. "type": "zip",
  1091. "url": "https://github.com/symfony/Security/archive/v2.1.5.zip",
  1092. "reference": "v2.1.5",
  1093. "shasum": ""
  1094. },
  1095. "require": {
  1096. "php": ">=5.3.3",
  1097. "symfony/event-dispatcher": "2.1.*",
  1098. "symfony/http-foundation": "2.1.*",
  1099. "symfony/http-kernel": "2.1.*"
  1100. },
  1101. "require-dev": {
  1102. "symfony/form": "2.1.*",
  1103. "symfony/routing": "2.1.*",
  1104. "symfony/validator": "2.1.*",
  1105. "doctrine/common": ">=2.2,<2.4-dev",
  1106. "doctrine/dbal": ">=2.2,<2.4-dev"
  1107. },
  1108. "suggest": {
  1109. "doctrine/dbal": "to use the built-in ACL implementation",
  1110. "symfony/class-loader": "2.1.*",
  1111. "symfony/finder": "2.1.*",
  1112. "symfony/form": "2.1.*",
  1113. "symfony/validator": "2.1.*",
  1114. "symfony/routing": "2.1.*"
  1115. },
  1116. "time": "2012-12-11 10:40:22",
  1117. "type": "library",
  1118. "installation-source": "source",
  1119. "autoload": {
  1120. "psr-0": {
  1121. "Symfony\\Component\\Security": ""
  1122. }
  1123. },
  1124. "notification-url": "https://packagist.org/downloads/",
  1125. "license": [
  1126. "MIT"
  1127. ],
  1128. "authors": [
  1129. {
  1130. "name": "Fabien Potencier",
  1131. "email": "fabien@symfony.com"
  1132. },
  1133. {
  1134. "name": "Symfony Community",
  1135. "homepage": "http://symfony.com/contributors"
  1136. }
  1137. ],
  1138. "description": "Symfony Security Component",
  1139. "homepage": "http://symfony.com"
  1140. },
  1141. {
  1142. "name": "symfony/translation",
  1143. "version": "2.1.x-dev",
  1144. "target-dir": "Symfony/Component/Translation",
  1145. "source": {
  1146. "type": "git",
  1147. "url": "https://github.com/symfony/Translation",
  1148. "reference": "v2.1.5"
  1149. },
  1150. "dist": {
  1151. "type": "zip",
  1152. "url": "https://github.com/symfony/Translation/archive/v2.1.5.zip",
  1153. "reference": "v2.1.5",
  1154. "shasum": ""
  1155. },
  1156. "require": {
  1157. "php": ">=5.3.3"
  1158. },
  1159. "require-dev": {
  1160. "symfony/config": "2.1.*",
  1161. "symfony/yaml": "2.1.*"
  1162. },
  1163. "suggest": {
  1164. "symfony/config": "2.1.*",
  1165. "symfony/yaml": "2.1.*"
  1166. },
  1167. "time": "2012-12-06 10:00:55",
  1168. "type": "library",
  1169. "installation-source": "source",
  1170. "autoload": {
  1171. "psr-0": {
  1172. "Symfony\\Component\\Translation": ""
  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 Translation Component",
  1190. "homepage": "http://symfony.com"
  1191. },
  1192. {
  1193. "name": "symfony/twig-bridge",
  1194. "version": "dev-master",
  1195. "target-dir": "Symfony/Bridge/Twig",
  1196. "source": {
  1197. "type": "git",
  1198. "url": "https://github.com/symfony/TwigBridge",
  1199. "reference": "8e744c833f1fdee779a9e747a2feb795a655d869"
  1200. },
  1201. "dist": {
  1202. "type": "zip",
  1203. "url": "https://github.com/symfony/TwigBridge/archive/8e744c833f1fdee779a9e747a2feb795a655d869.zip",
  1204. "reference": "8e744c833f1fdee779a9e747a2feb795a655d869",
  1205. "shasum": ""
  1206. },
  1207. "require": {
  1208. "php": ">=5.3.3",
  1209. "twig/twig": ">=1.9.1,<2.0-dev"
  1210. },
  1211. "require-dev": {
  1212. "symfony/form": "2.2.*",
  1213. "symfony/routing": "2.2.*",
  1214. "symfony/templating": "2.2.*",
  1215. "symfony/translation": "2.2.*",
  1216. "symfony/yaml": "2.2.*",
  1217. "symfony/security": "2.2.*",
  1218. "symfony/http-kernel": "2.2.*"
  1219. },
  1220. "suggest": {
  1221. "symfony/form": "2.2.*",
  1222. "symfony/routing": "2.2.*",
  1223. "symfony/templating": "2.2.*",
  1224. "symfony/translation": "2.2.*",
  1225. "symfony/yaml": "2.2.*",
  1226. "symfony/security": "2.2.*",
  1227. "symfony/http-kernel": "2.2.*"
  1228. },
  1229. "time": "2012-12-20 07:31:14",
  1230. "type": "symfony-bridge",
  1231. "extra": {
  1232. "branch-alias": {
  1233. "dev-master": "2.2-dev"
  1234. }
  1235. },
  1236. "installation-source": "source",
  1237. "autoload": {
  1238. "psr-0": {
  1239. "Symfony\\Bridge\\Twig\\": ""
  1240. }
  1241. },
  1242. "notification-url": "https://packagist.org/downloads/",
  1243. "license": [
  1244. "MIT"
  1245. ],
  1246. "authors": [
  1247. {
  1248. "name": "Fabien Potencier",
  1249. "email": "fabien@symfony.com"
  1250. },
  1251. {
  1252. "name": "Symfony Community",
  1253. "homepage": "http://symfony.com/contributors"
  1254. }
  1255. ],
  1256. "description": "Symfony Twig Bridge",
  1257. "homepage": "http://symfony.com"
  1258. },
  1259. {
  1260. "name": "symfony/validator",
  1261. "version": "2.1.x-dev",
  1262. "target-dir": "Symfony/Component/Validator",
  1263. "source": {
  1264. "type": "git",
  1265. "url": "https://github.com/symfony/Validator",
  1266. "reference": "v2.1.5"
  1267. },
  1268. "dist": {
  1269. "type": "zip",
  1270. "url": "https://github.com/symfony/Validator/archive/v2.1.5.zip",
  1271. "reference": "v2.1.5",
  1272. "shasum": ""
  1273. },
  1274. "require": {
  1275. "php": ">=5.3.3"
  1276. },
  1277. "require-dev": {
  1278. "symfony/http-foundation": "2.1.*",
  1279. "symfony/locale": "2.1.*",
  1280. "symfony/yaml": "2.1.*"
  1281. },
  1282. "suggest": {
  1283. "doctrine/common": ">=2.1,<2.4-dev",
  1284. "symfony/http-foundation": "2.1.*",
  1285. "symfony/yaml": "2.1.*"
  1286. },
  1287. "time": "2012-12-12 13:03:58",
  1288. "type": "library",
  1289. "installation-source": "source",
  1290. "autoload": {
  1291. "psr-0": {
  1292. "Symfony\\Component\\Validator": ""
  1293. }
  1294. },
  1295. "notification-url": "https://packagist.org/downloads/",
  1296. "license": [
  1297. "MIT"
  1298. ],
  1299. "authors": [
  1300. {
  1301. "name": "Fabien Potencier",
  1302. "email": "fabien@symfony.com"
  1303. },
  1304. {
  1305. "name": "Symfony Community",
  1306. "homepage": "http://symfony.com/contributors"
  1307. }
  1308. ],
  1309. "description": "Symfony Validator Component",
  1310. "homepage": "http://symfony.com"
  1311. },
  1312. {
  1313. "name": "symfony/yaml",
  1314. "version": "2.1.x-dev",
  1315. "target-dir": "Symfony/Component/Yaml",
  1316. "source": {
  1317. "type": "git",
  1318. "url": "https://github.com/symfony/Yaml",
  1319. "reference": "v2.1.5"
  1320. },
  1321. "dist": {
  1322. "type": "zip",
  1323. "url": "https://github.com/symfony/Yaml/archive/v2.1.5.zip",
  1324. "reference": "v2.1.5",
  1325. "shasum": ""
  1326. },
  1327. "require": {
  1328. "php": ">=5.3.3"
  1329. },
  1330. "time": "2012-12-06 10:00:55",
  1331. "type": "library",
  1332. "installation-source": "source",
  1333. "autoload": {
  1334. "psr-0": {
  1335. "Symfony\\Component\\Yaml": ""
  1336. }
  1337. },
  1338. "notification-url": "https://packagist.org/downloads/",
  1339. "license": [
  1340. "MIT"
  1341. ],
  1342. "authors": [
  1343. {
  1344. "name": "Fabien Potencier",
  1345. "email": "fabien@symfony.com"
  1346. },
  1347. {
  1348. "name": "Symfony Community",
  1349. "homepage": "http://symfony.com/contributors"
  1350. }
  1351. ],
  1352. "description": "Symfony Yaml Component",
  1353. "homepage": "http://symfony.com"
  1354. },
  1355. {
  1356. "name": "twig/twig",
  1357. "version": "dev-master",
  1358. "source": {
  1359. "type": "git",
  1360. "url": "git://github.com/fabpot/Twig.git",
  1361. "reference": "f095f3a1777431412954e478f92e8a10cb7b6495"
  1362. },
  1363. "dist": {
  1364. "type": "zip",
  1365. "url": "https://github.com/fabpot/Twig/archive/f095f3a1777431412954e478f92e8a10cb7b6495.zip",
  1366. "reference": "f095f3a1777431412954e478f92e8a10cb7b6495",
  1367. "shasum": ""
  1368. },
  1369. "require": {
  1370. "php": ">=5.2.4"
  1371. },
  1372. "time": "2012-12-18 10:01:32",
  1373. "type": "library",
  1374. "extra": {
  1375. "branch-alias": {
  1376. "dev-master": "1.12-dev"
  1377. }
  1378. },
  1379. "installation-source": "source",
  1380. "autoload": {
  1381. "psr-0": {
  1382. "Twig_": "lib/"
  1383. }
  1384. },
  1385. "notification-url": "https://packagist.org/downloads/",
  1386. "license": [
  1387. "BSD-3"
  1388. ],
  1389. "authors": [
  1390. {
  1391. "name": "Fabien Potencier",
  1392. "email": "fabien@symfony.com"
  1393. },
  1394. {
  1395. "name": "Armin Ronacher",
  1396. "email": "armin.ronacher@active-4.com"
  1397. }
  1398. ],
  1399. "description": "Twig, the flexible, fast, and secure template language for PHP",
  1400. "homepage": "http://twig.sensiolabs.org",
  1401. "keywords": [
  1402. "templating"
  1403. ]
  1404. }
  1405. ],
  1406. "packages-dev": null,
  1407. "aliases": [
  1408. ],
  1409. "minimum-stability": "dev",
  1410. "stability-flags": {
  1411. "silex/silex": 20,
  1412. "symfony/config": 20,
  1413. "symfony/console": 20,
  1414. "symfony/twig-bridge": 20,
  1415. "symfony/dependency-injection": 20,
  1416. "dflydev/doctrine-orm-service-provider": 20,
  1417. "doctrine/migrations": 20
  1418. }
  1419. }