Skip to content

Commit 028ff27

Browse files
committed
fix framework bundle version constraint to allow 4.4
1 parent 8917b0a commit 028ff27

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
@@ -13,7 +13,7 @@
1313
"require-dev": {
1414
"doctrine/orm": "^2.7",
1515
"friendsofphp/php-cs-fixer": "^2.16",
16-
"symfony/framework-bundle": "^5.0",
16+
"symfony/framework-bundle": "^4.4 | ^5.0",
1717
"symfony/phpunit-bridge": "^5.0",
1818
"vimeo/psalm": "^3.8",
1919
"doctrine/doctrine-bundle": "^2.0"

0 commit comments

Comments
 (0)