Move doctrine/orm to require-dev#4
Conversation
|
Hi @janedbal! This is a tough one. On one hand, your tool is right: we only implement stuff from DBAL. On the other hand, I remember having to raise the minimum Doctrine ORM version in 24adc1f. Reason:
I guess this is because of conflicting versions between:
This may be an issue with Doctrine itself, that doesn't specify the maximum PHP version allowed (I'm guilty of that with Brick, too). We do want to continue testing with lowest deps, so for now I guess it makes sense to require doctrine/orm just to specify the minimum compatible version. Also, this package probably makes little sense without the ORM anyway, so it probably doesn't hurt? |
|
This is totally up to you and understandable for such purpose. I just checked your repo and it felt valid, but I do not have the context you have. Feel free to close this. |
|
So, close this or ignore doctrine/orm and keep the tool? |
Hi, I used your repository to test our composer-dependency-analyser and I believe it found one issue:
doctrine/orminsrcso I believe it should not be listed inrequire.require-dev