Skip to content

Commit 8071c7f

Browse files
authored
Update symfony/framework-bundle version constraint (#27)
Allow Symfony 8 by @tacman
1 parent 11c07bf commit 8071c7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"require": {
2424
"php": "^8.1",
25-
"symfony/framework-bundle": "^6.1|^7.0"
25+
"symfony/framework-bundle": "^6.1|^7.0|^8.0"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^9.6|^10.0|^11|^12",

0 commit comments

Comments
 (0)