Skip to content

Commit

Permalink
Support laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
calc2te committed Nov 28, 2023
1 parent e90df5d commit febfd1d
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 @@ -19,11 +19,11 @@
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^6.0|^7.0",
"illuminate/notifications": "~6.0 || ~7.0 || ~8.0 || ~9.0",
"illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0"
"illuminate/notifications": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0",
"illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
"phpunit/phpunit": "^9.0 || ^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit febfd1d

Please sign in to comment.