-
Notifications
You must be signed in to change notification settings - Fork 117
/
composer.json
66 lines (66 loc) · 1.91 KB
/
composer.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "letwang/hookphp",
"description": "HookPHP基于C扩展搭建内置AI编程的架构系统-支持微服务部署|热插拔业务组件-集成业务模型|权限模型|UI组件库|多模板|多平台|多域名|多终端|多语言-含常驻内存|前后分离|API平台|LUA",
"keywords": [
"HookPHP",
"C扩展",
"AI编程",
"微服务",
"热插拔",
"业务模型",
"常驻内存",
"前后分离",
"OpenResty",
"API网关"
],
"homepage": "https://github.com/letwang/HookPHP",
"license": "Apache-2.0",
"authors": [
{
"name": "letwang",
"email": "[email protected]"
}
],
"require": {
"php": ">=8.1",
"ext-amqp": ">=1.9.4",
"ext-apcu": ">=5.1.21",
"ext-bcmath": "*",
"ext-ctype": "*",
"ext-curl": "*",
"ext-date": "*",
"ext-dom": "*",
"ext-filter": "*",
"ext-gd": ">=2.2.5",
"ext-iconv": ">=2.27",
"ext-igbinary": ">=3.0.1",
"ext-intl": ">=1.1",
"ext-json": ">=1.7.0",
"ext-mbstring": ">=1.3",
"ext-mongodb": ">=1.5.3",
"ext-msgpack": ">=2.0.3",
"ext-openssl": ">=1.1",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-redis": ">=4.3",
"ext-seaslog": ">=2.0.2",
"ext-session": "*",
"ext-simplexml": "*",
"ext-spl": "*",
"ext-xhprof": ">=2.1.0",
"ext-xml": "*",
"ext-yaf": ">=3.0.8",
"ext-zend-opcache": "*",
"ext-zip": ">=1.15.4",
"guzzlehttp/guzzle": ">=7.4.3",
"mobiledetect/mobiledetectlib": ">=2.8",
"phpmailer/phpmailer": ">=6.6",
"phpoffice/phpword": ">=0.18",
"spatie/browsershot": ">=3.54"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
}
}