Skip to content

Commit 72bb379

Browse files
committed
feat: support thinkphp 8.0
1 parent 4856b10 commit 72bb379

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=7.1.0",
18-
"topthink/think-migration": "^3.0",
17+
"php": ">=8.0.0",
18+
"topthink/think-migration": "^3.1",
1919
"topthink/think-captcha": "^3.0",
20-
"league/flysystem": "^1.0",
21-
"casbin/think-authz": "^1.0",
22-
"topthink/think-view": "^1.0"
20+
"league/flysystem": "^2.0|^3.0",
21+
"casbin/think-authz": "^1.6",
22+
"topthink/think-view": "^2.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)