Skip to content
/ app-api Public template
generated from yiisoft/package-template
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- New #263: Improve `prod-deploy` error handling so exact error is printed in case of rollback (@samdark)
- Chg #263: Remove mutation testing (@samdark)
- Chg #263: Allow symfony/console 8 (@samdark)
- Chg #263, #268: Allow symfony/console 8 (@samdark)
- Chg #255: Refactor `Makefile` default command help logic (@samdark)
- Bug #256: Fix incorrect .env files used in Docker Compose for production (@aa-chernyh)
- Enh #258: Set locale `C.UTF-8` in `Dockerfile` (@vjik)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"psr/http-server-handler": "^1.0.2",
"psr/http-server-middleware": "^1.0.2",
"psr/log": "^3.0.2",
"symfony/console": "7 - 8",
"symfony/console": "^7.4.6 || ^8.0.6",
"yiisoft/aliases": "^3.1.1",
"yiisoft/config": "^1.6.2",
"yiisoft/data": "^1.0.1",
Expand Down