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

fix: Doctrine ORM 3 support #1450

Merged
merged 3 commits into from
Dec 25, 2021
Merged

Conversation

dunglas
Copy link
Contributor

@dunglas dunglas commented Dec 24, 2021

doctrine:mapping:convert, doctrine:ensure-production-settings and doctrine:mapping:import have been removed from Doctrine 3. Registering the proxy classes prevent the container to build properly.

@dunglas dunglas force-pushed the fix/orm-3-support branch 2 times, most recently from 94429c0 to 4879efa Compare December 24, 2021 13:34
@@ -59,7 +59,11 @@
"vimeo/psalm": "^4.7"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
Copy link
Member

Choose a reason for hiding this comment

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

this is unrelated change, it needs comment from you

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's a new behavior of Composer. This is added when running composer update.

@ostrolucky ostrolucky merged commit e651ab6 into doctrine:2.5.x Dec 25, 2021
@ostrolucky ostrolucky added this to the 2.5.3 milestone Dec 26, 2021
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