提交的内容

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

5
vendor/topthink/think-orm/composer.json vendored Executable file → Normal file
View File

@ -21,7 +21,7 @@
"topthink/think-helper":"^3.1"
},
"require-dev": {
"phpunit/phpunit": "^8|^9.5|^10"
"phpunit/phpunit": "^9.6|^10"
},
"autoload": {
"psr-4": {
@ -36,6 +36,9 @@
"tests\\": "tests"
}
},
"suggest": {
"ext-mongodb": "provide mongodb support"
},
"config": {
"sort-packages": true
}