1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00
wallabag/composer.json
Vincent Jousse b8f7398632 Add Twig
2013-11-21 12:05:18 +01:00

12 lines
235 B
JSON

{
"require": {
"silex/silex": "~1.1",
"atoum/atoum" : "dev-master",
"twig/twig": ">=1.8,<2.0-dev",
"symfony/twig-bridge": "~2.3"
},
"autoload": {
"psr-0": { "Poche": "src/" }
}
}