Skip to content

Commit

Permalink
feat: support thinkphp 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leeqvip committed Sep 9, 2023
1 parent 4856b10 commit 72bb379
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
}
],
"require": {
"php": ">=7.1.0",
"topthink/think-migration": "^3.0",
"php": ">=8.0.0",
"topthink/think-migration": "^3.1",
"topthink/think-captcha": "^3.0",
"league/flysystem": "^1.0",
"casbin/think-authz": "^1.0",
"topthink/think-view": "^1.0"
"league/flysystem": "^2.0|^3.0",
"casbin/think-authz": "^1.6",
"topthink/think-view": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 72bb379

Please sign in to comment.