Skip to content

Commit

Permalink
support Laravel 10.0 (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
hihuangwei committed Jan 17, 2023
1 parent c36e664 commit bde145c
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 @@ -10,11 +10,11 @@
}
],
"require": {
"illuminate/container": "^8.0 || ^9.0",
"illuminate/container": "^8.0|^9.0|^10.0",
"w7corp/easywechat": "^6.0.0"
},
"require-dev": {
"laravel/framework": "^9.0",
"laravel/framework": "^9.0|^10.0",
"friendsofphp/php-cs-fixer": "^3.1",
"jetbrains/phpstorm-attributes": "^1.0"
},
Expand Down

0 comments on commit bde145c

Please sign in to comment.