Skip to content

Commit 32f2c5f

Browse files
Merge branch '5.4' into 6.2
* 5.4: [Mime] Fix lowest versions of deps
2 parents 44a1f62 + 2ea06df commit 32f2c5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
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)