- Add argument
$requesttoRequestParserInterface::createSuccessfulResponse()andRequestParserInterface::createRejectedResponse()
- Make
AbstractRequestParserTestCasecompatible with PHPUnit 10+ - Add
PayloadSerializerInterfacewith implementations to decouple the remote event handling from the Serializer component - Add optional
$requestargument toRequestParserInterface::createSuccessfulResponse()andRequestParserInterface::createRejectedResponse() - [BC BREAK] Change return type of
RequestParserInterface::parse()fromRemoteEvent|nulltoRemoteEvent|array<RemoteEvent>|null
- Mark the component as non experimental
- Add the component (experimental)