Skip to content

Commit e01dc1a

Browse files
committed
bug symfony#3325 Fix minimum requested 6.x version of FrameworkBundle for LiveComponent (Kocal)
This PR was merged into the 2.x branch. Discussion ---------- Fix minimum requested 6.x version of FrameworkBundle for LiveComponent | Q | A | -------------- | --- | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Documentation? | no <!-- required for new features, or documentation updates --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT Related to https://github.com/symfony/ux/actions/runs/21540501201/job/62074166912?pr=3318#step:9:1262 AbstractBundle has been introduced in 6.1: symfony/symfony@7e8cf5d Commits ------- 0c6a22c Fix minimum requested 6.x version of FrameworkBundle for LiveComponent
2 parents dbbce92 + 0c6a22c commit e01dc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"symfony/dependency-injection": "^5.4|^6.0|^7.0|^8.0",
4545
"symfony/expression-language": "^5.4|^6.0|^7.0|^8.0",
4646
"symfony/form": "^5.4|^6.0|^7.0|^8.0",
47-
"symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0",
47+
"symfony/framework-bundle": "^5.4|^6.1|^7.0|^8.0",
4848
"symfony/options-resolver": "^5.4|^6.0|^7.0|^8.0",
4949
"symfony/phpunit-bridge": "^6.1|^7.0|^8.0",
5050
"symfony/security-bundle": "^5.4|^6.0|^7.0|^8.0",

0 commit comments

Comments
 (0)