mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-15 13:45:04 -05:00
14 lines
329 B
JSON
14 lines
329 B
JSON
{
|
|
"require": {
|
|
"silex/silex": "~1.1",
|
|
"atoum/atoum" : "dev-master",
|
|
"twig/twig": ">=1.8,<2.0-dev",
|
|
"symfony/twig-bridge": "~2.3",
|
|
"knplabs/console-service-provider": "dev-master",
|
|
"doctrine/dbal": "2.2.*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Poche\\": "src/" }
|
|
}
|
|
}
|