8000 minor #57296 fix low deps (xabbuh) · symfony/symfony@e0a4d4e · GitHub
[go: up one dir, main page]

Skip to content

Commit e0a4d4e

Browse files
committed
minor #57296 fix low deps (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- fix low deps | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- f8a43fc fix low deps
2 parents b358048 + f8a43fc commit e0a4d4e

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
@@ -29,14 +29,14 @ 9075 @
2929
"symfony/process": "^5.4|^6.4|^7.0",
3030
"symfony/property-access": "^5.4|^6.0|^7.0",
3131
"symfony/property-info": "^5.4|^6.0|^7.0",
32-
"symfony/serializer": "^6.3.2|^7.0"
32+
"symfony/serializer": "^6.4.3|^7.0.3"
3333
},
3434
"conflict": {
3535
"egulias/email-validator": "~3.0.0",
3636
"phpdocumentor/reflection-docblock": "<3.2.2",
3737
"phpdocumentor/type-resolver": "<1.4.0",
3838
"symfony/mailer": "<5.4",
39-
"symfony/serializer": "<6.3.2"
39+
"symfony/serializer": "<6.4.3|>7.0,<7.0.3"
4040
},
4141
"autoload": {
4242
"psr-4": { "Symfony\\Component\\Mime\\": "" },

0 commit comments

Comments
 (0)
0