X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=0ba42a3e29bef3a19bb00217472e401506848f56;hb=1f4408de9ed08f3b0fda45a93f1585c80feeb21d;hp=a46e990ade11d595cd990b08b2fa7de50c96377a;hpb=f1eccfd63f214dcc730ab0d18a694a5465f425db;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index a46e990a..0ba42a3e 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "issues": "https://github.com/wallabag/wallabag/issues" }, "require": { - "php": ">=5.3.3", + "php": ">=5.5.0", "symfony/symfony": "~2.7.0", "doctrine/orm": "~2.3", "doctrine/doctrine-bundle": "1.5.2", @@ -55,7 +55,12 @@ "j0k3r/graby": "~1.0", "friendsofsymfony/user-bundle": "dev-master", "friendsofsymfony/oauth-server-bundle": "^1.4@dev", - "scheb/two-factor-bundle": "~1.4" + "stof/doctrine-extensions-bundle": "^1.2@dev", + "scheb/two-factor-bundle": "~1.4.0", + "grandt/phpepub": "~4.0", + "wallabag/php-mobi": "~1.0.0", + "kphoen/rulerz-bundle": "~0.10", + "guzzlehttp/guzzle": "^5.2.0" }, "require-dev": { "doctrine/doctrine-fixtures-bundle": "~2.2.0", @@ -63,6 +68,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", @@ -77,6 +88,9 @@ "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" + ], + "build-parameters": [ + "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters" ] }, "extra": { @@ -84,7 +98,13 @@ "symfony-web-dir": "web", "symfony-assets-install": "relative", "incenteev-parameters": { - "file": "app/config/parameters.yml" + "file": "app/config/parameters.yml", + "env-map": { + "mailer_host": "WALLABAG_MAILER_HOST", + "mailer_user": "WALLABAG_MAILER_USER", + "mailer_password": "WALLABAG_MAILER_PASSWORD", + "secret": "WALLABAG_SECRET" + } } }, "autoload": {