Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f834fb5

Browse files
minor #52381 [WebProfilerBundle] do not install FrameworkBundle 6.4.0-BETA1 (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- [WebProfilerBundle] do not install FrameworkBundle `6.4.0-BETA1` | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- d86ec21 do not install FrameworkBundle 6.4
2 parents 3955c40 + d86ec21 commit f834fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=7.2.5",
2020
"symfony/config": "^4.4|^5.0|^6.0",
21-
"symfony/framework-bundle": "^5.3|^6.0",
21+
"symfony/framework-bundle": "^5.3|^6.0,<6.4",
2222
"symfony/http-kernel": "^5.3|^6.0",
2323
"symfony/polyfill-php80": "^1.16",
2424
"symfony/routing": "^4.4|^5.0|^6.0",

0 commit comments

Comments
 (0)