forked from letwang/HookPHP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 998 Bytes
/
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
{
"require": {
"mongodb/mongodb": ">=1.4",
"symfony/process": ">=4.1",
"phpmailer/phpmailer": ">=6.0",
"php": ">=7.2",
"ext-gd": ">=2.2",
"ext-spl": "*",
"ext-xml": "*",
"ext-dom": "*",
"ext-json": "*",
"ext-date": "*",
"ext-ctype": "*",
"ext-bcmath": "*",
"ext-filter": "*",
"ext-curl": "*",
"ext-iconv": ">=2.27",
"ext-intl": ">=1.1",
"ext-mbstring": ">=1.3",
"ext-openssl": ">=1.1",
"ext-rar": ">=4.0.0",
"ext-zip": ">=1.15",
"ext-yaf": ">=3.0",
"ext-yac": ">=2.0.2",
"ext-yaconf": ">=1.0",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"ext-redis": ">=4.1",
"ext-mongodb": ">=1.5",
"ext-session": "*",
"ext-msgpack": ">=2.0.3",
"ext-igbinary": ">=3.0.1",
"ext-simplexml": "*",
"ext-swoole": ">=4.3.1",
"ext-zend-opcache": "*"
}
}