Skip to content

Commit 6c3d377

Browse files
minor symfony#52404 [Mailer] relax constraints to also run tests with symfony/webhook 6.3 (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [Mailer] relax constraints to also run tests with symfony/webhook 6.3 | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- c5a2342 relax constraints to also run tests with symfony/webhook 6.3
2 parents d7c5c47 + c5a2342 commit 6c3d377

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Mailer/Bridge/Brevo/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"require-dev": {
2323
"symfony/http-client": "^6.3|^7.0",
24-
"symfony/webhook": "^6.4|^7.0"
24+
"symfony/webhook": "^6.3|^7.0"
2525
},
2626
"conflict": {
2727
"symfony/mime": "<6.2"

src/Symfony/Component/Mailer/Bridge/Mailjet/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"require-dev": {
2323
"symfony/http-client": "^5.4|^6.0|^7.0",
24-
"symfony/webhook": "^6.4|^7.0"
24+
"symfony/webhook": "^6.3|^7.0"
2525
},
2626
"autoload": {
2727
"psr-4": { "Symfony\\Component\\Mailer\\Bridge\\Mailjet\\": "" },

0 commit comments

Comments
 (0)