Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 570776e

Browse filesBrowse files
committed
minor #49425 fix some version constraints (xabbuh)
This PR was merged into the 6.2 branch. Discussion ---------- fix some version constraints | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- 731d99c fix some version constraints
2 parents 71efc4e + 731d99c commit 570776e
Copy full SHA for 570776e

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Bridge/Infobip/composer.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Bridge/MailPace/composer.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Bridge/Loco/composer.json
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.