diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 2b22d6bd..8771ea90 100644 --- a/composer.json +++ b/composer.json | |||
@@ -92,8 +92,7 @@ | |||
92 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | 92 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", |
93 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | 93 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", |
94 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", | 94 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", |
95 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", | 95 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" |
96 | "app/console wallabag:install --no-interaction" | ||
97 | ], | 96 | ], |
98 | "post-update-cmd": [ | 97 | "post-update-cmd": [ |
99 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", | 98 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", |
@@ -112,7 +111,7 @@ | |||
112 | } | 111 | } |
113 | }, | 112 | }, |
114 | "autoload": { | 113 | "autoload": { |
115 | "psr-0": { "": "src/", "SymfonyStandard": "app/" } | 114 | "psr-0": { "": "src/" } |
116 | }, | 115 | }, |
117 | "config": { | 116 | "config": { |
118 | "bin-dir": "bin" | 117 | "bin-dir": "bin" |