Remove this line twice from your composer.json
:
"Incenteev\ParameterHandler\ScriptHandler::buildParameters",
This is done by the IncenteevParameterHandler library, which contains a script that does this. By removing the script from the config, it will never be called.
If you remove that line for ever, you can also remove these lines (as the library isn't really needed anymore):
"incenteev/composer-parameter-handler": "~2.0",
...
"incenteev-parameters": {
"file": "app/config/parameters.yml"
},
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…