Skip to content

Commit

Permalink
Merge pull request #6 from lofonic/master
Browse files Browse the repository at this point in the history
Using an OR statement to specify 5.7.* and 5.8.* support
  • Loading branch information
marcreichel committed Mar 26, 2019
2 parents bbbeae7 + 39db680 commit 288872e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["laravel", "api-wrapper", "igdb", "igdb-api", "apicalypse", "wrapper"],
"require": {
"php": "^7.1.3",
"laravel/framework": ">=5.7 <=5.8",
"laravel/framework": "5.7.*|5.8.*",
"guzzlehttp/guzzle": "~6.0",
"ext-json": "*"
},
Expand Down

0 comments on commit 288872e

Please sign in to comment.