diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-19 13:38:57 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-19 13:38:57 +0100 |
commit | 96b2c59c04bd7aa55526f8a1a95da4f85aca291e (patch) | |
tree | 29468c39380f03492b378b4b18907f71a606cbd5 /composer.json | |
parent | 3d99ce9dadca82765832ab669dabc22c554fd78e (diff) | |
download | wallabag-96b2c59c04bd7aa55526f8a1a95da4f85aca291e.tar.gz wallabag-96b2c59c04bd7aa55526f8a1a95da4f85aca291e.tar.zst wallabag-96b2c59c04bd7aa55526f8a1a95da4f85aca291e.zip |
update composer
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 7f0a75ea..8ceff37e 100644 --- a/composer.json +++ b/composer.json | |||
@@ -38,6 +38,14 @@ | |||
38 | { | 38 | { |
39 | "type": "vcs", | 39 | "type": "vcs", |
40 | "url": "https://github.com/wallabag/PHPePub" | 40 | "url": "https://github.com/wallabag/PHPePub" |
41 | }, | ||
42 | { | ||
43 | "type": "vcs", | ||
44 | "url": "https://github.com/wallabag/php-readability" | ||
45 | }, | ||
46 | { | ||
47 | "type": "vcs", | ||
48 | "url": "https://github.com/wallabag/phpMobi" | ||
41 | } | 49 | } |
42 | ], | 50 | ], |
43 | "require": { | 51 | "require": { |
@@ -51,7 +59,9 @@ | |||
51 | "wallabag/PHP-Flash-Messages": "dev-master", | 59 | "wallabag/PHP-Flash-Messages": "dev-master", |
52 | "wallabag/kriss_php5": "dev-master", | 60 | "wallabag/kriss_php5": "dev-master", |
53 | "wallabag/pagination": "dev-master", | 61 | "wallabag/pagination": "dev-master", |
54 | "wallabag/PHPePub": "dev-master" | 62 | "wallabag/PHPePub": "dev-master", |
63 | "wallabag/php-readability": "dev-master", | ||
64 | "wallabag/phpMobi": "dev-master" | ||
55 | }, | 65 | }, |
56 | "require-dev": { | 66 | "require-dev": { |
57 | "phpunit/phpunit": "~3.7" | 67 | "phpunit/phpunit": "~3.7" |