提交的内容
This commit is contained in:
5
vendor/topthink/think-orm/composer.json
vendored
Executable file → Normal file
5
vendor/topthink/think-orm/composer.json
vendored
Executable file → Normal 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user