Closed pwolanin closed 6 years ago
Other libraries may not have updated their requirements
That would limit 5 to <=5.0 though
https://getcomposer.org/doc/articles/versions.md
says:
1.0 - 2.0 is equivalent to >=1.0.0 <2.1
1.0 - 2.0
>=1.0.0 <2.1
One other option would be ^4.0 | ^5.0 for instance.
^4.0 | ^5.0
Sure, changed it to that syntax.
Other libraries may not have updated their requirements