X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=7dbc6772d41f9839faf46153cc4ef24a4b33a5c2;hb=015e4284f0628750e5d2ce1de27fafe964286562;hp=aa120970fe074154a249abe1e8f011f5956f1adc;hpb=e969c2a7efe1dd6c1dd13bd8726591f7163397d5;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index aa120970..7dbc6772 100644 --- a/composer.json +++ b/composer.json @@ -91,11 +91,8 @@ "fabpot/php-cs-fixer": "~1.9" }, "scripts": { - "build-parameters": [ - "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters" - ], "post-cmd": [ - "@build-parameters", + "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", @@ -117,13 +114,7 @@ "symfony-tests-dir": "tests", "symfony-assets-install": "relative", "incenteev-parameters": { - "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" - } + "file": "app/config/parameters.yml" } }, "autoload": {