Skip to content

Commit dd34e34

Browse files
Merge branch '5.4' into 6.3
* 5.4: [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
2 parents 98e88cd + e6ae362 commit dd34e34

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
@@ -95,8 +95,7 @@ public function testSymfonySerialize()
9595
}
9696
]
9797
},
98-
"body": null,
99-
"message": null
98+
"body": null
10099
}
101100
EOF;
102101

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",
4545
"symfony/security-csrf": "^5.4|^6.0",
4646
"symfony/security-http": "^5.4|^6.0",
47-
"symfony/serializer": "^6.2",
47+
"symfony/serializer": "~6.3.12|^6.4.3",
4848
"symfony/stopwatch": "^5.4|^6.0",
4949
"symfony/console": "^5.4|^6.0",
5050
"symfony/expression-language": "^5.4|^6.0",

0 commit comments

Comments
 (0)