Skip to content

Commit

Permalink
Security: Update minimum Laravel version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcreichel committed Feb 3, 2021
1 parent 0242bf3 commit ff1f4b5
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": "^6.0|^7.0|^8.0",
"laravel/framework": "^7.30.4|^8.0",
"guzzlehttp/guzzle": "~6.0|~7.0",
"ext-json": "*"
},
Expand Down

0 comments on commit ff1f4b5

Please sign in to comment.