Skip to content

Commit

Permalink
Drop L8 support & force PHP >8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RenoSimonsTTL committed Oct 2, 2023
1 parent d1e5005 commit 1283aa8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
}
],
"require": {
"php": "^8.0|^8.1",
"php": "^8.1|^8.2",
"guzzlehttp/guzzle": "^7.0",
"illuminate/container": "^8.0|^9.0|^10.0",
"illuminate/http": "^8.0|^9.0|^10.0",
"illuminate/routing": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/container": "^9.0|^10.0",
"illuminate/http": "^9.0|^10.0",
"illuminate/routing": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"ext-fileinfo": "*"
},
"require-dev": {
Expand Down

0 comments on commit 1283aa8

Please sign in to comment.