1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-03-11 07:49:39 -04:00
wallabag/composer.json

13 lines
295 B
JSON
Raw Normal View History

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