Skip to content

Commit

Permalink
Merge branch '5.4' into 6.3
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nicolas-grekas committed Jan 30, 2024
2 parents 98e88cd + e6ae362 commit dd34e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Tests/Mime/TemplatedEmailTest.php
Expand Up @@ -95,8 +95,7 @@ public function testSymfonySerialize()
}
]
},
"body": null,
"message": null
"body": null
}
EOF;

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -44,7 +44,7 @@
"symfony/security-core": "^5.4|^6.0",
"symfony/security-csrf": "^5.4|^6.0",
"symfony/security-http": "^5.4|^6.0",
"symfony/serializer": "^6.2",
"symfony/serializer": "~6.3.12|^6.4.3",
"symfony/stopwatch": "^5.4|^6.0",
"symfony/console": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
Expand Down

0 comments on commit dd34e34

Please sign in to comment.