1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00
wallabag/composer.json
Vincent Jousse f502810f43 Trying to test a dummy Entry class
It seems that Atoum doesn't find the class to be tested
when running `./console tests:unit`
==> Error E_USER_ERROR in /home/vjousse/usr/src/php/poche/tests/unit/Entry.php on unknown line, generated by unknown file:
Tested class 'Entry' does not exist for test class 'tests\unit\Entry'
2013-11-21 20:15:42 +01:00

13 lines
295 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"
},
"autoload": {
"psr-0": { "Poche\\": "src/" }
}
}