diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-19 11:59:22 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-19 11:59:22 +0100 |
commit | f3052b454277b2d54669943f7c0ca5d4b4af50ab (patch) | |
tree | f20ced7dd07544a765de352b38e9b80def9eacaf /composer.json | |
parent | e342acf7baf72e3be0fdcd8aac04eebb5c0a16a8 (diff) | |
download | wallabag-f3052b454277b2d54669943f7c0ca5d4b4af50ab.tar.gz wallabag-f3052b454277b2d54669943f7c0ca5d4b4af50ab.tar.zst wallabag-f3052b454277b2d54669943f7c0ca5d4b4af50ab.zip |
foo test
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 12281557..4e845742 100644 --- a/composer.json +++ b/composer.json | |||
@@ -45,7 +45,12 @@ | |||
45 | "mgargano/simplehtmldom": "dev-master", | 45 | "mgargano/simplehtmldom": "dev-master", |
46 | "wallabag/PHP-Flash-Messages": "dev-master", | 46 | "wallabag/PHP-Flash-Messages": "dev-master", |
47 | "wallabag/kriss_php5": "dev-master", | 47 | "wallabag/kriss_php5": "dev-master", |
48 | "wallabag/pagination": "dev-master", | 48 | "wallabag/pagination": "dev-master" |
49 | "phpunit/phpunit": "4.4.*" | 49 | }, |
50 | "require-dev": { | ||
51 | "phpunit/phpunit": "~3.7" | ||
52 | }, | ||
53 | "config": { | ||
54 | "bin-dir": "bin" | ||
50 | } | 55 | } |
51 | } \ No newline at end of file | 56 | } \ No newline at end of file |