-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symfony Serializer Incompatability #55
Labels
bug
Something isn't working
Comments
@damiantw what version of PHP are you using? |
@remarkablemark 8.3 |
@damiantw I was able to reproduce the error, I will work on a fix |
3 tasks
remarkablemark
added a commit
that referenced
this issue
Mar 12, 2024
Fixes #55 BREAKING CHANGE: drop support for PHP version 7
remarkablemark
added a commit
that referenced
this issue
Mar 12, 2024
Fixes #55 BREAKING CHANGE: drop support for PHP version 7
remarkablemark
added a commit
that referenced
this issue
Mar 12, 2024
Fixes #55 BREAKING CHANGE: drop support for PHP version 7
remarkablemark
added a commit
that referenced
this issue
Mar 12, 2024
Fixes #55 BREAKING CHANGE: drop support for PHP version 7
remarkablemark
added a commit
that referenced
this issue
Mar 12, 2024
Fixes #55 BREAKING CHANGE: require PHP >=8.2
remarkablemark
added a commit
that referenced
this issue
Mar 12, 2024
Fixes #55 BREAKING CHANGE: require PHP >=8.2
This seems to be related to janephp/janephp#785 |
remarkablemark
added a commit
that referenced
this issue
Mar 12, 2024
Fixes #55 BREAKING CHANGE: require PHP >=8.2
remarkablemark
added a commit
that referenced
this issue
Mar 12, 2024
remarkablemark
added a commit
that referenced
this issue
Mar 12, 2024
remarkablemark
added a commit
that referenced
this issue
Mar 12, 2024
Fixes #55 BREAKING CHANGE: drop PHP version 7 and require PHP >=8.0
remarkablemark
added a commit
that referenced
this issue
Mar 12, 2024
Fixes #55 BREAKING CHANGE: drop PHP version 7 and require PHP >=8.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Normalizers are incompatible with the contracts from the latest version of Symfony serializer.
To reproduce, clone this repository, then run:
composer install && ./vendor/bin/pest
The text was updated successfully, but these errors were encountered: