Skip to content

Commit

Permalink
Add support for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbilling committed Dec 10, 2023
1 parent b7380ee commit dd471a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}
],
"require": {
"php": "^7.1|^8.0",
"illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*",
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*",
"php": "^7.1|^8.0|^8.1|^8.2",
"illuminate/http": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0",
"illuminate/support": "5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|^10.0",
"intervention/image": "^2.4"
},
"require-dev": {
Expand Down

0 comments on commit dd471a7

Please sign in to comment.