Skip to content

Commit

Permalink
upgrade to support Laravel 9 and 10
Browse files Browse the repository at this point in the history
  • Loading branch information
shiroamada committed Feb 13, 2023
1 parent c72dd55 commit 3d5502e
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 @@ -13,13 +13,13 @@
}
],
"require": {
"php": ">=7.2",
"php": "^7.3|^8.0",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^7.3",
"illuminate/queue": "5.1 - 5.8|^6.0|^7.0|^8.0",
"illuminate/notifications": "5.1 - 5.8|^6.0|^7.0|^8.0",
"illuminate/support": "5.1 - 5.8|^6.0|^7.0|^8.0"
"illuminate/queue": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/notifications": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "5.1 - 5.8|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
Expand Down

0 comments on commit 3d5502e

Please sign in to comment.