提交的内容

This commit is contained in:
2025-05-12 15:45:02 +08:00
parent 629c4750da
commit b48c692775
3043 changed files with 34732 additions and 60810 deletions

11
vendor/topthink/framework/composer.json vendored Executable file → Normal file
View File

@ -22,12 +22,14 @@
"php": ">=8.0.0",
"ext-json": "*",
"ext-mbstring": "*",
"ext-ctype": "*",
"psr/log": "^1.0|^2.0|^3.0",
"psr/container": "^2.0",
"psr/simple-cache": "^1.0|^2.0|^3.0",
"psr/http-message": "^1.0",
"topthink/think-orm": "^3.0",
"topthink/think-helper": "^3.1"
"topthink/think-orm": "^3.0|^4.0",
"topthink/think-helper": "^3.1",
"topthink/think-container": "^3.0",
"topthink/think-validate": "^3.0"
},
"require-dev": {
"mikey179/vfsstream": "^1.6",
@ -50,5 +52,8 @@
"prefer-stable": true,
"config": {
"sort-packages": true
},
"scripts": {
"php-cs-fixer": "php-cs-fixer fix src/ --rules=@PER-CS2.0 --dry-run --diff"
}
}