Skip to content

Commit 8ff0c30

Browse files
committed
Remove Symfony 7.0 support (update composer.json)
1 parent 7266667 commit 8ff0c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require": {
2020
"php": "^8.1",
21-
"symfony/options-resolver": "^6.4|^7.0"
21+
"symfony/options-resolver": "^6.4|^7.1"
2222
},
2323
"require-dev": {
2424
"friendsofphp/php-cs-fixer": "^3.0",

0 commit comments

Comments
 (0)