fix:修复BUG/升级1.1.6版本
This commit is contained in:
8
vendor/topthink/think-orm/composer.json
vendored
8
vendor/topthink/think-orm/composer.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "topthink/think-orm",
|
||||
"description": "think orm",
|
||||
"description": "the PHP Database&ORM Framework",
|
||||
"keywords": [
|
||||
"orm",
|
||||
"database"
|
||||
@@ -13,11 +13,11 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.1.0",
|
||||
"php": ">=8.0.0",
|
||||
"ext-json": "*",
|
||||
"ext-pdo": "*",
|
||||
"psr/simple-cache": "^1.0|^2.0",
|
||||
"psr/log": "^1.0|^2.0",
|
||||
"psr/simple-cache": ">=1.0",
|
||||
"psr/log": ">=1.0",
|
||||
"topthink/think-helper":"^3.1"
|
||||
},
|
||||
"require-dev": {
|
||||
|
||||
Reference in New Issue
Block a user