Make doctrine/inflector constraint less strict.
nicksantamaria opened this issue · 2 comments
nicksantamaria commented
I'm unable to install this library in a Drupal 8.5.x application as there is a conflict on the dependency doctrine/inflector
.
Changing the version constraint from ~1.1.0
to ~1.1
resolves this issue for me.
I can see this was intentionally set in this commit - b7fc83d
Is there a specific issue which necessitated this? If so, is it a bug that can be resolved in this library?
Line 21 in 04be977
CSharpRU commented
Hi!
Yep, there was a bug related with doctrine/inflector, but I don't remember what it was about. Let me check it again and I'll change constraint.
CSharpRU commented
Constraint has been changed.