diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-19 13:00:33 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-19 13:00:33 +0100 |
commit | 99410a21eb261f50234cc4148323a52b345e15e1 (patch) | |
tree | 8915c23843778472ec91a1c8b8dacc0aed39e915 /composer.json | |
parent | 1345a107882a071f17faf1b4077a7c1bf2399734 (diff) | |
download | wallabag-99410a21eb261f50234cc4148323a52b345e15e1.tar.gz wallabag-99410a21eb261f50234cc4148323a52b345e15e1.tar.zst wallabag-99410a21eb261f50234cc4148323a52b345e15e1.zip |
phpepub via composer
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
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" |