Skip to content

Commit

Permalink
feat: support laravel 11 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
yansongda committed Mar 25, 2024
1 parent ea76e86 commit 0f681f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -13,13 +13,13 @@
}
],
"require": {
"illuminate/support": "^8.0 || ^9.0 || ^10.0",
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0",
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"yansongda/pay": "~3.6.0"
},
"require-dev": {
"laravel/framework": "^8.0 || ^9.0 || ^10.0",
"laravel/lumen-framework": "^8.0 || ^9.0 || ^10.0"
"laravel/framework": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"laravel/lumen-framework": "^8.0 || ^9.0 || ^10.0 || ^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0f681f0

Please sign in to comment.