Skip to content

Commit e6ae362

Browse files
[Mime] Fix serializing uninitialized RawMessage::$message to null
1 parent 1127292 commit e6ae362

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
@@ -94,8 +94,7 @@ public function testSymfonySerialize()
9494
}
9595
]
9696
},
97-
"body": null,
98-
"message": null
97+
"body": null
9998
}
10099
EOF;
101100

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"symfony/security-core": "^4.4|^5.0|^6.0",
4343
"symfony/security-csrf": "^4.4|^5.0|^6.0",
4444
"symfony/security-http": "^4.4|^5.0|^6.0",
45-
"symfony/serializer": "^5.2|^6.0",
45+
"symfony/serializer": "^5.4.35|~6.3.12|^6.4.3",
4646
"symfony/stopwatch": "^4.4|^5.0|^6.0",
4747
"symfony/console": "^5.3|^6.0",
4848
"symfony/expression-language": "^4.4|^5.0|^6.0",

0 commit comments

Comments
 (0)