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:
parent
9e6c26a203
commit
3851249096
@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"require": {
|
"require": {
|
||||||
"silex/silex": "~1.1"
|
"silex/silex": "~1.1",
|
||||||
|
"atoum/atoum" : "dev-master"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-0": { "Poche": "src/" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user