-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[PropertyInfo] Version 7.1 conflicts with symfony/doctrine-bridge
7.0
#57360
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
Comments
This is a bug in the implementation of PropertyInfoExtractor. The |
Same issue for me, had to downgrade |
@hantsy also mentioned this recently on Slack. I have a WIP patch locally which I will hopefully be able to finish soon. |
see #57459 |
Hey, thanks for your report! |
Friendly reminder that this issue exists. If I don't hear anything I'll close this. |
Hey, I didn't hear anything so I'm going to close it. Feel free to comment if this is still relevant, I can always reopen! |
…etType() is not implemented (xabbuh) This PR was merged into the 7.1 branch. Discussion ---------- [PropertyInfo] convert legacy types to TypeInfo types if getType() is not implemented | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #57360 | License | MIT Commits ------- 98550a9 convert legacy types to TypeInfo types if getType() is not implemented
Symfony version(s) affected
7.1.1
Description
I had a generic PR from dependabot to update from
bump symfony/property-info from 7.0.8 to 7.1.1
and it immediately fails to dump the container because:getType
was added in 7.1 with this PR. Is a conflict PR enough or is there another way the team would like to handle this? (like checking for method exists).How to reproduce
If you pin
symfony/doctrine-bridge
at7.0.*
and then require forsymfony/property-info
at^7.1
packages will comply with each other, but then the container cannot be built.Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: