Skip to content

Commit bde6c09

Browse files
committed
bug #44139 [WebProfilerBundle] Prevent installation of incompatible mailer component versions (Anne-Julia Seitz)
This PR was merged into the 5.4 branch. Discussion ---------- [WebProfilerBundle] Prevent installation of incompatible mailer component versions | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #44127 | License | MIT | Doc PR | <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too.) - Features and deprecations must be submitted against branch 5.x. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry --> Commits ------- b1e4bef Prevent installation of incompatible mailer component versions
2 parents 5ae859d + b1e4bef commit bde6c09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/WebProfilerBundle/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
},
3434
"conflict": {
3535
"symfony/form": "<4.4",
36+
"symfony/mailer": "<5.4",
3637
"symfony/messenger": "<4.4",
3738
"symfony/dependency-injection": "<5.2"
3839
},

0 commit comments

Comments
 (0)