symfony / orm-pack

A Symfony Pack for Doctrine ORM
MIT License
1.82k stars 18 forks source link

Creating a Symfony 6.3.2 project with PHP 8.2.8 then installing a orm-pack results in errors #41

Open jonny827 opened 1 year ago

jonny827 commented 1 year ago

@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!

nicolas-grekas commented 1 year ago

Can you please try again after upgrading composer to the latest version?

jonny827 commented 1 year ago

@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 commented 1 year ago

Can you please give me the full list of reproducing steps?

zakaria0324 commented 4 months ago

did u fond a solution for the error plz ?