Skip to content

Commit

Permalink
laravel v10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit committed Feb 14, 2023
1 parent 7314950 commit 0292b4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
}
},
"require": {
"php": "^8.0",
"php": "^8.1",
"aws/aws-php-sns-message-validator": "^1.6",
"illuminate/http": "^9.0",
"illuminate/queue": "^9.0",
"illuminate/support": "^9.0"
"illuminate/http": "^10.0",
"illuminate/queue": "^10.0",
"illuminate/support": "^10.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 0292b4d

Please sign in to comment.