diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/composer.json b/composer.json index a46e990a..a25e143a 100644 --- a/composer.json +++ b/composer.json | |||
@@ -55,7 +55,9 @@ | |||
55 | "j0k3r/graby": "~1.0", | 55 | "j0k3r/graby": "~1.0", |
56 | "friendsofsymfony/user-bundle": "dev-master", | 56 | "friendsofsymfony/user-bundle": "dev-master", |
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", | ||
60 | "wallabag/phpMobi": "~1.0.0" | ||
59 | }, | 61 | }, |
60 | "require-dev": { | 62 | "require-dev": { |
61 | "doctrine/doctrine-fixtures-bundle": "~2.2.0", | 63 | "doctrine/doctrine-fixtures-bundle": "~2.2.0", |
@@ -63,6 +65,12 @@ | |||
63 | "phpunit/phpunit": "~4.4", | 65 | "phpunit/phpunit": "~4.4", |
64 | "symfony/phpunit-bridge": "~2.7.0" | 66 | "symfony/phpunit-bridge": "~2.7.0" |
65 | }, | 67 | }, |
68 | "repositories": [ | ||
69 | { | ||
70 | "type": "vcs", | ||
71 | "url": "https://github.com/wallabag/phpMobi" | ||
72 | } | ||
73 | ], | ||
66 | "scripts": { | 74 | "scripts": { |
67 | "post-install-cmd": [ | 75 | "post-install-cmd": [ |
68 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", | 76 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", |