Skip to content

Commit

Permalink
Merge pull request #20 from jaesung2061/patch-2
Browse files Browse the repository at this point in the history
Laravel 8.0 and Guzzle 7.0 support
  • Loading branch information
marcreichel authored Sep 8, 2020
2 parents 0f8768d + f1dcbfb commit 63ff7a1
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 @@ -4,8 +4,8 @@
"keywords": ["laravel", "api-wrapper", "igdb", "igdb-api", "apicalypse", "wrapper"],
"require": {
"php": "^7.2.5",
"laravel/framework": "5.8.*|^6.0|^7.0",
"guzzlehttp/guzzle": "~6.0",
"laravel/framework": "5.8.*|^6.0|^7.0|^8.0",
"guzzlehttp/guzzle": "~6.0|~7.0",
"ext-json": "*"
},
"license": "MIT",
Expand Down

0 comments on commit 63ff7a1

Please sign in to comment.