Skip to content

Commit 93b8858

Browse files
fix: Require supported Symfony versions and adjust PHP requirement as a follow up (#104)
Signed-off-by: Joas Schilling <[email protected]>
1 parent c8da0bc commit 93b8858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=8.0.2",
13-
"symfony/console": "~6.3 || ^7.0"
12+
"php": ">=8.1",
13+
"symfony/console": "~6.4 || ^7.1"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)