Skip to content

Commit 7c7d7ef

Browse files
committed
build:限定 thinkphp 及其相关依赖的版本以避免最新版本带来的问题
1 parent 3e4de4c commit 7c7d7ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
],
1717
"require": {
1818
"php": ">=8.0.2",
19-
"topthink/framework": "^8.0.0",
19+
"topthink/framework": "8.0.4",
2020
"topthink/think-orm": "3.0.28",
21-
"topthink/think-multi-app": "^1.0",
22-
"topthink/think-throttle": "v2.0.0",
21+
"topthink/think-multi-app": "1.0.17",
22+
"topthink/think-throttle": "2.0.0",
2323
"topthink/think-migration": "3.1.1",
2424
"symfony/http-foundation": "^6.0|^7.0",
2525
"phpmailer/phpmailer": "^6.8",

0 commit comments

Comments
 (0)