Skip to content

Commit

Permalink
Adds Laravel 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
marcreichel authored Mar 4, 2020
1 parent 9076092 commit 0e3dd6a
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.2",
"laravel/framework": "5.8.*|^6.0",
"php": "^7.2.5",
"laravel/framework": "5.8.*|^6.0|^7.0",
"guzzlehttp/guzzle": "~6.0",
"ext-json": "*"
},
Expand Down

0 comments on commit 0e3dd6a

Please sign in to comment.