diff options
-rw-r--r-- | composer.json | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/composer.json b/composer.json index 1abf6f20..4c3fbdaf 100644 --- a/composer.json +++ b/composer.json | |||
@@ -90,11 +90,8 @@ | |||
90 | "fabpot/php-cs-fixer": "~1.9" | 90 | "fabpot/php-cs-fixer": "~1.9" |
91 | }, | 91 | }, |
92 | "scripts": { | 92 | "scripts": { |
93 | "build-parameters": [ | ||
94 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters" | ||
95 | ], | ||
96 | "post-cmd": [ | 93 | "post-cmd": [ |
97 | "@build-parameters", | 94 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", |
98 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | 95 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", |
99 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | 96 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", |
100 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", | 97 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", |
@@ -116,13 +113,7 @@ | |||
116 | "symfony-tests-dir": "tests", | 113 | "symfony-tests-dir": "tests", |
117 | "symfony-assets-install": "relative", | 114 | "symfony-assets-install": "relative", |
118 | "incenteev-parameters": { | 115 | "incenteev-parameters": { |
119 | "file": "app/config/parameters.yml", | 116 | "file": "app/config/parameters.yml" |
120 | "env-map": { | ||
121 | "mailer_host": "WALLABAG_MAILER_HOST", | ||
122 | "mailer_user": "WALLABAG_MAILER_USER", | ||
123 | "mailer_password": "WALLABAG_MAILER_PASSWORD", | ||
124 | "secret": "WALLABAG_SECRET" | ||
125 | } | ||
126 | } | 117 | } |
127 | }, | 118 | }, |
128 | "autoload": { | 119 | "autoload": { |