You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nicolas-grekas The issue is unresolved from #40 . It still shows the error "The service "doctrine.orm.default_annotation_metadata_driver" has a dependency on a non-existent service "doctrine.orm.metadata.annotation_reader".
It still requires using composer require doctrine/annotations
Can you add require doctrine/annotations to the composer.json file or is this a doctrine issue?
Thank you for your help and all of your support to the Symfony community!
The text was updated successfully, but these errors were encountered:
@nicolas-grekas I have the latest version of composer 2.5.8 and I also ran composer update prior to submitting the issue. As a double check I ran composer self-update and then confirmed I was using version 2.4.0 of the orm-pack and then manually deleted my cache and vendor folders and the re-ran composer update and it is still giving me that error.
@nicolas-grekas The issue is unresolved from #40 . It still shows the error "The service "doctrine.orm.default_annotation_metadata_driver" has a dependency on a non-existent service "doctrine.orm.metadata.annotation_reader".
It still requires using
composer require doctrine/annotations
Can you add require
doctrine/annotations
to the composer.json file or is this a doctrine issue?Thank you for your help and all of your support to the Symfony community!
The text was updated successfully, but these errors were encountered: