Closed klodoma closed 4 years ago
It has to do something with doctrine/doctrine-bundle > 2.0
If I enforce this in composer.json, then it works
"doctrine/doctrine-bundle": "^1.12",
@klodoma looks like I'll need to update the libraries on this bundle for 4.4 compatibility. Thanks for the heads up.
@klodoma - Should be fixed as of version 6.0.3
I just upgraded to Symfony 4.4 and I am getting this error:
If I remove the RegistryInterface typeconstraint, seems to work.
Any ideas?