mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-15 21:55:09 -05:00
12 lines
235 B
JSON
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/" }
|
|
}
|
|
}
|