Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c93674f

Browse files
Merge branch '6.2' into 6.3
* 6.2: [Mime] Fix lowest versions of deps
2 parents 8613ff6 + bade2ab commit c93674f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Mime/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"symfony/dependency-injection": "^5.4|^6.0",
2828
"symfony/property-access": "^5.4|^6.0",
2929
"symfony/property-info": "^5.4|^6.0",
30-
"symfony/serializer": "^6.2.13"
30+
"symfony/serializer": "~6.2.13|^6.3.2"
3131
},
3232
"conflict": {
3333
"egulias/email-validator": "~3.0.0",
3434
"phpdocumentor/reflection-docblock": "<3.2.2",
3535
"phpdocumentor/type-resolver": "<1.4.0",
3636
"symfony/mailer": "<5.4",
37-
"symfony/serializer": "<6.2.13"
37+
"symfony/serializer": "<6.2.13|>=6.3,<6.3.2"
3838
},
3939
"autoload": {
4040
"psr-4": { "Symfony\\Component\\Mime\\": "" },

0 commit comments

Comments
 (0)