marcreichel / igdb-laravel

Simplify the integration of the IGDB API into your Laravel app. Including IGDB webhook support.
https://marcreichel.dev/docs/igdb-laravel
MIT License
104 stars 22 forks source link

Using an OR statement to specify 5.7.* and 5.8.* support #6

Closed lofonic closed 5 years ago

lofonic commented 5 years ago

This should clear up install issues for 5.8 folks (hopefully) The ranged values I used before were exclusionary from the version number which made the 5.8 install impossible.