Skip to content

Commit

Permalink
Merge pull request #4 from lofonic/master
Browse files Browse the repository at this point in the history
Updating Laravel requirements to include 5.7-5.8 and no higher
  • Loading branch information
marcreichel committed Mar 14, 2019
2 parents 3738e8f + 41ed08c commit 16014ca
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.*",
"laravel/framework": ">=5.7 <=5.8",
"guzzlehttp/guzzle": "~6.0",
"ext-json": "*"
},
Expand Down

0 comments on commit 16014ca

Please sign in to comment.