Skip to content

Commit

Permalink
Merge pull request #27 from HDVinnie/patch-1
Browse files Browse the repository at this point in the history
(Update) PHP8 Support
  • Loading branch information
marcreichel authored Nov 29, 2020
2 parents a5bd212 + 0f29167 commit 1d0ac78
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 @@ -3,7 +3,7 @@
"description": "A Laravel Wrapper for the IGDB API v3",
"keywords": ["laravel", "api-wrapper", "igdb", "igdb-api", "apicalypse", "wrapper"],
"require": {
"php": "^7.2.5",
"php": "^7.2 | ^7.3 | ^7.4 | ^8.0",
"laravel/framework": "5.8.*|^6.0|^7.0|^8.0",
"guzzlehttp/guzzle": "~6.0|~7.0",
"ext-json": "*"
Expand Down

0 comments on commit 1d0ac78

Please sign in to comment.