Skip to content

Conversation

@michaelKaefer
Copy link
Contributor

…used ExceptionListenerTest which would not work anymore & add a conflict to composer.json to fix method signature missmatch

Note on the conflict in composer.json: the following method signature is not compatible with symfony/error-handler lower than 5.4.35 and throws a fatal error if a lower version is used:

final class FlattenException extends BaseFlattenException
{
    public static function create(\Exception $exception, ?int $statusCode = null, array $headers = []): static

…used ExceptionListenerTest which would not work anymore & add a conflict to composer.json to fix method signature missmatch
@javiereguiluz javiereguiluz added this to the 4.x milestone Jan 4, 2026
@javiereguiluz
Copy link
Collaborator

Michael, thanks so much for this one 🙇 I remember trying to fix this and I couldn't and it frustrated me so much 😢

@javiereguiluz javiereguiluz merged commit 0da2d18 into EasyCorp:4.x Jan 4, 2026
18 checks passed
@michaelKaefer michaelKaefer deleted the fix/-event-listener-tests branch January 4, 2026 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants