diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2020-03-30 10:14:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-30 10:14:19 +0200 |
commit | d31f70bfac9cfcf232b72b8efb3ac63d31f073dc (patch) | |
tree | 45407a471095b3bc731115039dd6bdfbc1af81c0 /composer.json | |
parent | bbf909ae6e63e7d19617d7e481dafbb9efd8bf45 (diff) | |
parent | 9d196fcc157d2c9e852396dbc8fcd7e0407358ab (diff) | |
download | wallabag-d31f70bfac9cfcf232b72b8efb3ac63d31f073dc.tar.gz wallabag-d31f70bfac9cfcf232b72b8efb3ac63d31f073dc.tar.zst wallabag-d31f70bfac9cfcf232b72b8efb3ac63d31f073dc.zip |
Merge pull request #4302 from wallabag/9f88d2f8
Replace grandt/phpepub with wallabag version
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/composer.json b/composer.json index bfe287c4..0b228222 100644 --- a/composer.json +++ b/composer.json | |||
@@ -73,7 +73,7 @@ | |||
73 | "friendsofsymfony/oauth-server-bundle": "^1.5", | 73 | "friendsofsymfony/oauth-server-bundle": "^1.5", |
74 | "stof/doctrine-extensions-bundle": "^1.2", | 74 | "stof/doctrine-extensions-bundle": "^1.2", |
75 | "scheb/two-factor-bundle": "^4.4", | 75 | "scheb/two-factor-bundle": "^4.4", |
76 | "grandt/phpepub": "dev-master", | 76 | "wallabag/phpepub": "^4.0.7.2", |
77 | "wallabag/php-mobi": "~1.0", | 77 | "wallabag/php-mobi": "~1.0", |
78 | "kphoen/rulerz-bundle": "~0.13", | 78 | "kphoen/rulerz-bundle": "~0.13", |
79 | "guzzlehttp/guzzle": "^5.3.1", | 79 | "guzzlehttp/guzzle": "^5.3.1", |
@@ -161,12 +161,5 @@ | |||
161 | } | 161 | } |
162 | }, | 162 | }, |
163 | "minimum-stability": "dev", | 163 | "minimum-stability": "dev", |
164 | "prefer-stable": true, | 164 | "prefer-stable": true |
165 | "repositories": [ | ||
166 | { | ||
167 | "type": "vcs", | ||
168 | "url": "https://github.com/Daniel-KM/PHPePub", | ||
169 | "comment": "The most up-to-date PHPePub as of now" | ||
170 | } | ||
171 | ] | ||
172 | } | 165 | } |