1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-12-18 13:42:17 -05:00

Add atoum and autoload to composer.json

This commit is contained in:
Vincent Jousse 2013-11-21 11:11:02 +01:00
parent 9e6c26a203
commit 3851249096

View File

@ -1,5 +1,9 @@
{ {
"require": { "require": {
"silex/silex": "~1.1" "silex/silex": "~1.1",
"atoum/atoum" : "dev-master"
},
"autoload": {
"psr-0": { "Poche": "src/" }
} }
} }