-
-
Notifications
You must be signed in to change notification settings - Fork 586
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
Update doctrine/instantiator to v2.x for PHP 8.1 #1483
Comments
The |
Thanks for the feedback. Would it still be possible to bring the jms serializer to the new version 2 of doctrine/instantiator? We currently have to resolve some dependencies, as e.g. the new TYPO3 CMS v12 uses the doctrine/instantiator:^2 package. The CMS and third-party providers will now increasingly update to the new versions. The |
Hi. Last time when I was checking it there were some troubles with its installation - conflicts with other library. However if you have some time feel free to take a look at it and submit MR. I will be glad to help you if you would need any help. I will add this to my personal todo list too, however it is hard to estimate when I will have some time to work on that. |
I just checked a Symfony app on what requires the Instantiator package: $ composer why doctrine/instantiator
doctrine/orm 2.14.2 requires doctrine/instantiator (^1.3)
jms/serializer 3.23.0 requires doctrine/instantiator (^1.0.3)
phpunit/phpunit 9.6.7 requires doctrine/instantiator (^1.3.1 || ^2) Because |
|
Steps required to reproduce the problem
composer req jms/serializer
doctrine/instantiator[1.1.0, ..., 1.3.0] require php ^7.1 -> your php version (8.1.16) does not satisfy that requirement.
Expected Result
Actual Result
doctrine/instantiator[1.1.0, ..., 1.3.0] require php ^7.1 -> your php version (8.1.16) does not satisfy that requirement.
The text was updated successfully, but these errors were encountered: