Skip to content

Commit 4167c20

Browse files
Merge branch '5.4' into 6.3
* 5.4: do not install FrameworkBundle 6.4 [Tests] Add `array` return type for provider methods
2 parents 428f20b + c3e04e0 commit 4167c20

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
"require": {
1919
"php": ">=8.1",
2020
"symfony/config": "^5.4|^6.0",
21-
"symfony/framework-bundle": "^5.4|^6.0",
21+
"symfony/framework-bundle": "^5.4|^6.0,<6.4",
2222
"symfony/http-kernel": "^6.3",
2323
"symfony/routing": "^5.4|^6.0",
2424
"symfony/twig-bundle": "^5.4|^6.0",

0 commit comments

Comments
 (0)