-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[DoctrineBridge] dependency on symfony/property-info missing? #30948
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
I am looking into it. |
@dmaicher Can you confirm that doctrine/DoctrineBundle#950 helps? |
@xabbuh should we close here as its only really related to DoctrineBundle? I can open a new issue there? |
Hi All, can i know how to solve it ? or any workaround, urgently need this. thanks a lot! |
@webgear88 you can downgrade your DoctrineBundle to 1.10 version for fix it quickly but i think the PR will be quickly merged and you will be able to upgrade the Bundle |
Symfony version(s) affected: master
Description
Since #27735 it seems there is a composer dependency from
symfony/doctrine-bridge
onsymfony/property-info
missing.How to reproduce
Take
symfony-demo
app.Change it to use
dev-master
symfony components:And run
composer up
:Possible solution
Add a hard dependency on
symfony/property-info
?The text was updated successfully, but these errors were encountered: