1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00
wallabag/composer.json

13 lines
293 B
JSON
Raw Normal View History

2013-11-21 03:47:01 -05:00
{
"require": {
"silex/silex": "~1.1",
2013-11-21 06:05:18 -05:00
"atoum/atoum" : "dev-master",
"twig/twig": ">=1.8,<2.0-dev",
2013-11-21 08:26:17 -05:00
"symfony/twig-bridge": "~2.3",
"knplabs/console-service-provider": "dev-master"
},
"autoload": {
"psr-0": { "Poche": "src/" }
2013-11-21 03:47:01 -05:00
}
}