8000 minor #47233 [FrameworkBundle] execute tests with the full range of s… · symfony/symfony@1fa4543 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fa4543

Browse files
committed
minor #47233 [FrameworkBundle] execute tests with the full range of supported Mailer component releases (xabbuh)
This PR was merged into the 6.2 branch. Discussion ---------- [FrameworkBundle] execute tests with the full range of supported Mailer component releases | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | The conflict rule does not exclude the 5.4, 6.0 and 6.1 releases of the Mailer component. So we should make sure that we also run tests against these versions. Commits ------- 4e20de2 execute tests with the full range of supported Mailer component releases
2 parents 001cbe7 + 4e20de2 commit 1fa4543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"symfony/html-sanitizer": "^6.1",
4848
"symfony/http-client": "^5.4|^6.0",
4949
"symfony/lock": "^5.4|^6.0",
50-
"symfony/mailer": "^6.2",
50+
"symfony/mailer": "^5.4|^6.0",
5151
"symfony/messenger": "^6.1",
5252
"symfony/mime": "^5.4|^6.0",
5353
"symfony/notifier": "^5.4|^6.0",

0 commit comments

Comments
 (0)
0