Skip to content

Commit bf6b411

Browse files
Merge branch '6.3' into 6.4
* 6.3: Fix RequestPayloadValueResolver handling error with no ExpectedTypes [Mime] Fix serializing uninitialized RawMessage::$message to null [Notifer][Smsapi] Set messageId of SentMessage [DX] Use Symfony "dark-mode"-responsive logo in README support lazy evaluated exception messages with Xdebug 3 [DependencyInjection] #[Autowire] attribute should have precedence over bindings
2 parents c50354e + dd34e34 commit bf6b411

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Tests/Mime/TemplatedEmailTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ public function testSymfonySerialize()
9999
}
100100
]
101101
},
102-
"body": null,
103-
"message": null
102+
"body": null
104103
}
105104
EOF;
106105

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"symfony/security-core": "^5.4|^6.0|^7.0",
4545
"symfony/security-csrf": "^5.4|^6.0|^7.0",
4646
"symfony/security-http": "^5.4|^6.0|^7.0",
47-
"symfony/serializer": "^6.4|^7.0",
47+
"symfony/serializer": "^6.4.3|^7.0.3",
4848
"symfony/stopwatch": "^5.4|^6.0|^7.0",
4949
"symfony/console": "^5.4|^6.0|^7.0",
5050
"symfony/expression-language": "^5.4|^6.0|^7.0",

0 commit comments

Comments
 (0)