-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 996 Bytes
/
Copy pathcomposer.json
File metadata and controls
33 lines (33 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "bingher/db",
"description": "ThinkPHP orm driver for DM(达梦),KingDatabase(金仓)",
"type": "library",
"require": {
"php": ">=7.1|>= 7.2.5|>=8.0.0",
"topthink/framework": "^5|^6|^8.0",
"topthink/think-orm": "^2.0|^3.0|^4.0"
},
"suggest": {
"meilisearch/meilisearch-php": "使用 Meilisearch 客户端(bingher\\db\\meilisearch)时需要安装的官方 SDK",
"guzzlehttp/guzzle": "Meilisearch 官方 SDK 所需的 PSR-18 HTTP 客户端实现(版本需 ^7.9)"
},
"license": "MIT",
"autoload": {
"psr-4": {
"bingher\\db\\": "src/",
"bingher\\tests\\": "tests/"
}
},
"authors": [
{
"name": "hbh112233abc",
"email": "hbh112233abc@163.com"
}
],
"minimum-stability": "stable",
"require-dev": {
"phpunit/phpunit": "^9.6",
"topthink/think-cache": "^2.0",
"bingher/think-test": "^1.0"
}
}