Skip to content

Commit

Permalink
Merge pull request #28 from marcreichel/dependabot-fix
Browse files Browse the repository at this point in the history
Remove Laravel ^5.8 Support for security reasons
  • Loading branch information
marcreichel committed Jan 23, 2021
2 parents 1d0ac78 + 21fc98b commit 728e573
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.2 | ^7.3 | ^7.4 | ^8.0",
"laravel/framework": "5.8.*|^6.0|^7.0|^8.0",
"laravel/framework": "^6.0|^7.0|^8.0",
"guzzlehttp/guzzle": "~6.0|~7.0",
"ext-json": "*"
},
Expand Down

0 comments on commit 728e573

Please sign in to comment.