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 d350f1d1..7f0a75ea 100644
--- a/composer.json
+++ b/composer.json
@@ -34,6 +34,10 @@
34 { 34 {
35 "type": "vcs", 35 "type": "vcs",
36 "url": "https://github.com/wallabag/pagination" 36 "url": "https://github.com/wallabag/pagination"
37 },
38 {
39 "type": "vcs",
40 "url": "https://github.com/wallabag/PHPePub"
37 } 41 }
38 ], 42 ],
39 "require": { 43 "require": {
@@ -43,10 +47,11 @@
43 "fabpot/goutte": "2.0.*@dev", 47 "fabpot/goutte": "2.0.*@dev",
44 "ezyang/htmlpurifier": "dev-master", 48 "ezyang/htmlpurifier": "dev-master",
45 "mgargano/simplehtmldom": "dev-master", 49 "mgargano/simplehtmldom": "dev-master",
50 "robmorgan/phinx": "*",
46 "wallabag/PHP-Flash-Messages": "dev-master", 51 "wallabag/PHP-Flash-Messages": "dev-master",
47 "wallabag/kriss_php5": "dev-master", 52 "wallabag/kriss_php5": "dev-master",
48 "wallabag/pagination": "dev-master", 53 "wallabag/pagination": "dev-master",
49 "robmorgan/phinx": "*" 54 "wallabag/PHPePub": "dev-master"
50 }, 55 },
51 "require-dev": { 56 "require-dev": {
52 "phpunit/phpunit": "~3.7" 57 "phpunit/phpunit": "~3.7"