imbo / behat-api-extension

API extension for Behat, used to ease testing of JSON-based APIs
MIT License
109 stars 42 forks source link

Allow jwt version 4 also since the differences are minor #60

Closed pwolanin closed 6 years ago

pwolanin commented 7 years ago

Other libraries may not have updated their requirements

Zwartpet commented 7 years ago

That would limit 5 to <=5.0 though

pwolanin commented 7 years ago

https://getcomposer.org/doc/articles/versions.md

says:

1.0 - 2.0 is equivalent to >=1.0.0 <2.1

christeredvartsen commented 7 years ago

One other option would be ^4.0 | ^5.0 for instance.

pwolanin commented 7 years ago

Sure, changed it to that syntax.