symfony / orm-pack

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

Wrong dependency #17

Closed wirwolf closed 4 years ago

wirwolf commented 4 years ago

In my microservice project, we have so many problems with this fix. This package update by minor version from 1.0.6 to 1.0.7 and doctrine upgrade to from 1 to 2 version, and we have an error exception.

Related PR

13

16

Please use semantic versioning(https://semver.org/)

nicolas-grekas commented 4 years ago

You should run composer unpack orm if you want to get precise control over your deps. There's nothing else we can do about it here.