Skip to content

Commit 4e0f52c

Browse files
committed
execute tests with the full range of supported Mailer component releases
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.
1 parent acb7549 commit 4e0f52c

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
@@ -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)