Skip to content

Commit

Permalink
Merge pull request #13 from mydnic/patch-1
Browse files Browse the repository at this point in the history
Support Laravel 6
  • Loading branch information
marcreichel authored Sep 6, 2019
2 parents 8b69c54 + 8900e9a commit e37d12c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "A Laravel Wrapper for the IGDB API v3",
"keywords": ["laravel", "api-wrapper", "igdb", "igdb-api", "apicalypse", "wrapper"],
"require": {
"php": "^7.1.3",
"laravel/framework": "5.8.*",
"php": "^7.2",
"laravel/framework": "5.8.*|^6.0",
"guzzlehttp/guzzle": "~6.0",
"ext-json": "*"
},
Expand Down

0 comments on commit e37d12c

Please sign in to comment.