symfony / orm-pack

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

Remove conflict with symfony/dependency-injection < 6.2 #39

Closed nicolas-grekas closed 1 year ago

nicolas-grekas commented 1 year ago

This works around #37

Note that after https://github.com/composer/composer/pull/11160, Composer 2.5 would be able to take the conflict into account and thus not fall into #37, but we're not yet there.