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