aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json11
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}