aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-19 21:27:22 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-19 21:27:22 +0100
commitc78c1a3f08815aab99752026ccdf1dcf63cf43c1 (patch)
tree99fb545cda7c0850e047aaf6d0060330236fb6e7 /composer.json
parent9e7f6caf03b90076ba7b448aa7f11d40f584045f (diff)
downloadwallabag-c78c1a3f08815aab99752026ccdf1dcf63cf43c1.tar.gz
wallabag-c78c1a3f08815aab99752026ccdf1dcf63cf43c1.tar.zst
wallabag-c78c1a3f08815aab99752026ccdf1dcf63cf43c1.zip
@fivefilters via composer
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"