Skip to content
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

Allow doctrine/instantiator 2 #10351

Merged
merged 1 commit into from
Dec 30, 2022
Merged

Conversation

derrabus
Copy link
Member

@derrabus derrabus commented Dec 30, 2022

doctrine/instantiator 2 adds some type declarations that should not affect us.

@derrabus derrabus added this to the 2.15.0 milestone Dec 30, 2022
@derrabus derrabus force-pushed the allow/instantiator-2 branch from 4485c5f to 4d3d151 Compare December 30, 2022 17:02
@@ -43,7 +43,7 @@
"doctrine/coding-standard": "^9.0.2 || ^11.0",
"phpbench/phpbench": "^0.16.10 || ^1.0 || dev-master",
"phpstan/phpstan": "~1.4.10 || 1.9.4",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5.28@dev",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PHPUnit uses doctrine/instantiator as well and would prevent this installation of v2. We can revert back to stable as soon as sebastianbergmann/phpunit#5126 has been released.

@derrabus derrabus merged commit 10d27c1 into doctrine:2.15.x Dec 30, 2022
@derrabus derrabus deleted the allow/instantiator-2 branch December 30, 2022 18:52
derrabus added a commit to derrabus/orm that referenced this pull request Dec 30, 2022
* 2.15.x:
  Allow doctrine/instantiator 2 (doctrine#10351)
derrabus added a commit to derrabus/orm that referenced this pull request Dec 31, 2022
* 2.15.x:
  Shorter deprecation message (doctrine#10357)
  Add Fully-Qualified class name in UnrecognizedField exception to ease debugging (doctrine#10342)
  Include parameter types in hydration cache key generation (doctrine#10355)
  Allow doctrine/instantiator 2 (doctrine#10351)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants