Skip to content

Commit baafb50

Browse files
authored
Fix #447: Allow symfony/console 8
1 parent 1822fc3 commit baafb50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1.2.1 under development
44

5-
- no changes in this release.
5+
- Chg #447: Allow symfony/console 8 (@samdark)
66

77
## 1.2.0 February 20, 2026
88

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"psr/http-message": "^2.0",
4242
"psr/http-server-handler": "^1.0.2",
4343
"psr/log": "^3.0.2",
44-
"symfony/console": "^7.4.1",
44+
"symfony/console": "7 - 8",
4545
"yiisoft/aliases": "^3.1.1",
4646
"yiisoft/assets": "^5.1.2",
4747
"yiisoft/config": "^1.6.2",

0 commit comments

Comments
 (0)