orm-pack
orm-pack copied to clipboard
Creating a Symfony 6.3.2 project with PHP 8.2.8 then installing a orm-pack results in errors
@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!
Can you please try again after upgrading composer to the latest version?
@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.
Can you please give me the full list of reproducing steps?
did u fond a solution for the error plz ?