aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 47458df4..fd4231b9 100644
--- a/composer.json
+++ b/composer.json
@@ -46,6 +46,10 @@
46 { 46 {
47 "type": "vcs", 47 "type": "vcs",
48 "url": "https://github.com/wallabag/phpMobi" 48 "url": "https://github.com/wallabag/phpMobi"
49 },
50 {
51 "type": "vcs",
52 "url": "https://github.com/wallabag/Fivefilters_Libraries"
49 } 53 }
50 ], 54 ],
51 "require": { 55 "require": {
@@ -64,7 +68,8 @@
64 "wallabag/pagination": "dev-master", 68 "wallabag/pagination": "dev-master",
65 "wallabag/PHPePub": "dev-master", 69 "wallabag/PHPePub": "dev-master",
66 "wallabag/php-readability": "dev-master", 70 "wallabag/php-readability": "dev-master",
67 "wallabag/phpMobi": "dev-master" 71 "wallabag/phpMobi": "dev-master",
72 "wallabag/Fivefilters_Libraries": "dev-master"
68 }, 73 },
69 "require-dev": { 74 "require-dev": {
70 "phpunit/phpunit": "~3.7" 75 "phpunit/phpunit": "~3.7"