diff options
-rw-r--r-- | composer.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/composer.json b/composer.json index b6a9c854..5892dc1a 100644 --- a/composer.json +++ b/composer.json | |||
@@ -85,6 +85,9 @@ | |||
85 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | 85 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", |
86 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", | 86 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", |
87 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" | 87 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" |
88 | ], | ||
89 | "build-parameters": [ | ||
90 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters" | ||
88 | ] | 91 | ] |
89 | }, | 92 | }, |
90 | "extra": { | 93 | "extra": { |
@@ -92,7 +95,13 @@ | |||
92 | "symfony-web-dir": "web", | 95 | "symfony-web-dir": "web", |
93 | "symfony-assets-install": "relative", | 96 | "symfony-assets-install": "relative", |
94 | "incenteev-parameters": { | 97 | "incenteev-parameters": { |
95 | "file": "app/config/parameters.yml" | 98 | "file": "app/config/parameters.yml", |
99 | "env-map": { | ||
100 | "mailer_host": "WALLABAG_MAILER_HOST", | ||
101 | "mailer_user": "WALLABAG_MAILER_USER", | ||
102 | "mailer_password": "WALLABAG_MAILER_PASSWORD", | ||
103 | "secret": "WALLABAG_SECRET" | ||
104 | } | ||
96 | } | 105 | } |
97 | }, | 106 | }, |
98 | "autoload": { | 107 | "autoload": { |