Skip to content

Commit ec45517

Browse files
Merge branch '7.0' into 7.1
* 7.0: 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 Provide more precise phpdoc for FileLocatorInterface::locate [DependencyInjection] #[Autowire] attribute should have precedence over bindings
2 parents 2bc3527 + 414ff69 commit ec45517

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
@@ -43,7 +43,7 @@
4343
"symfony/security-core": "^6.4|^7.0",
4444
"symfony/security-csrf": "^6.4|^7.0",
4545
"symfony/security-http": "^6.4|^7.0",
46-
"symfony/serializer": "^6.4|^7.0",
46+
"symfony/serializer": "^6.4.3|^7.0.3",
4747
"symfony/stopwatch": "^6.4|^7.0",
4848
"symfony/console": "^6.4|^7.0",
4949
"symfony/expression-language": "^6.4|^7.0",

0 commit comments

Comments
 (0)