Yii3 web application template version 1.2.0 was released. In this version:
- Improved
prod-deployerror handling so exact error is printed in case of rollback. - Removed mutation testing since that's likely not to be used in applications. Usually tests aren't covering 100% of the code.
- Removed
roave/security-advisoriessince Composer 2.9 handles security advisories natively. - Refactored
Makefiledefault command help logic. - Set locale
C.UTF-8inDockerfile.