8000 fix some version constraints · symfony/symfony@731d99c · GitHub
[go: up one dir, main page]

Skip to content

Commit 731d99c

Browse files
committed
fix some version constraints
1 parent 71efc4e commit 731d99c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": ">=8.1",
24-
"symfony/mailer": "^6.1",
24+
"symfony/mailer": "^6.2.7",
2525
"symfony/mime": "^5.4.13|~6.0.13|^6.1.5"
2626
},
2727
"require-dev": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php": ">=8.1",
2424
"psr/event-dispatcher": "^1",
25-
"symfony/mailer": "^5.4|^6.0"
25+
"symfony/mailer": "^5.4.21|^6.2.7"
2626
},
2727
"require-dev": {
2828
"symfony/http-client": "^5.4|^6.0"

src/Symfony/Component/Translation/Bridge/Loco/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=8.1",
2020
"symfony/http-client": "^5.4.21|^6.2.7",
2121
"symfony/config": "^5.4|^6.0",
22-
"symfony/translation": "^5.4.21|^6.2.7"
22+
"symfony/translation": "^6.2.7"
2323
},
2424
"autoload": {
2525
"psr-4": { "Symfony\\Component\\Translation\\Bridge\\Loco\\": "" },

0 commit comments

Comments
 (0)
0