Skip to content

Commit

Permalink
Support Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic authored Feb 26, 2024
1 parent 49ffcc0 commit 6a6bbdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
}
],
"require": {
"php": "^8.0",
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
"php": "^8.1",
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0",
"aws/aws-sdk-php": "^3"
},
"require-dev": {
Expand Down

0 comments on commit 6a6bbdd

Please sign in to comment.