diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-10-16 10:51:53 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-11-09 16:32:48 +0100 |
commit | add597bad95b30dbecab3aecc8362a1ccd427976 (patch) | |
tree | 1e4976f41fb043bea41c4db4544b42458eee3500 /composer.json | |
parent | 03690d138792dde6405e3d2eb3c53f6572eb3c43 (diff) | |
download | wallabag-add597bad95b30dbecab3aecc8362a1ccd427976.tar.gz wallabag-add597bad95b30dbecab3aecc8362a1ccd427976.tar.zst wallabag-add597bad95b30dbecab3aecc8362a1ccd427976.zip |
Rework on export
- all export now return a `HttpFoundation\Response`
- return a 404 on unsupported format
- add tests
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index a25e143a..b6a9c854 100644 --- a/composer.json +++ b/composer.json | |||
@@ -57,7 +57,7 @@ | |||
57 | "friendsofsymfony/oauth-server-bundle": "^1.4@dev", | 57 | "friendsofsymfony/oauth-server-bundle": "^1.4@dev", |
58 | "scheb/two-factor-bundle": "~1.4", | 58 | "scheb/two-factor-bundle": "~1.4", |
59 | "grandt/phpepub": "~4.0", | 59 | "grandt/phpepub": "~4.0", |
60 | "wallabag/phpMobi": "~1.0.0" | 60 | "wallabag/php-mobi": "~1.0.0" |
61 | }, | 61 | }, |
62 | "require-dev": { | 62 | "require-dev": { |
63 | "doctrine/doctrine-fixtures-bundle": "~2.2.0", | 63 | "doctrine/doctrine-fixtures-bundle": "~2.2.0", |