X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=8fc5ce5bfb1a688986703cddb91ed27f4429cdd6;hb=c13eda461f88ba16c88d7c398322a59b294e6c97;hp=a46e990ade11d595cd990b08b2fa7de50c96377a;hpb=f1eccfd63f214dcc730ab0d18a694a5465f425db;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index a46e990a..8fc5ce5b 100644 --- a/composer.json +++ b/composer.json @@ -55,7 +55,10 @@ "j0k3r/graby": "~1.0", "friendsofsymfony/user-bundle": "dev-master", "friendsofsymfony/oauth-server-bundle": "^1.4@dev", - "scheb/two-factor-bundle": "~1.4" + "scheb/two-factor-bundle": "~1.4", + "grandt/phpepub": "~4.0", + "wallabag/php-mobi": "~1.0.0", + "kphoen/rulerz-bundle": "~0.10" }, "require-dev": { "doctrine/doctrine-fixtures-bundle": "~2.2.0", @@ -63,6 +66,12 @@ "phpunit/phpunit": "~4.4", "symfony/phpunit-bridge": "~2.7.0" }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/wallabag/phpMobi" + } + ], "scripts": { "post-install-cmd": [ "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",