Skip to content

Commit 017cfdb

Browse files
committed
Merge branch 'master' of github.com:hyperf-cloud/hyperf-skeleton
2 parents 8a3cf46 + 50f585e commit 017cfdb

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
"require": {
1515
"php": ">=7.2",
1616
"ext-swoole": ">=4.2",
17-
"ext-openssl": "*",
18-
"ext-json": "*",
19-
"ext-pdo": "*",
20-
"ext-pdo_mysql": "*",
21-
"ext-redis": "*",
2217
"hyperf/cache": "~1.0.0",
2318
"hyperf/command": "~1.0.0",
2419
"hyperf/config": "~1.0.0",
@@ -39,7 +34,6 @@
3934
"hyperf/pool": "~1.0.0",
4035
"hyperf/process": "~1.0.0",
4136
"hyperf/redis": "~1.0.0",
42-
"hyperf/testing": "~1.0.0",
4337
"hyperf/utils": "~1.0.0"
4438
},
4539
"require-dev": {
@@ -51,6 +45,13 @@
5145
"phpstan/phpstan": "^0.11.2",
5246
"hyperf/testing": "~1.0.0"
5347
},
48+
"suggest": {
49+
"ext-openssl": "Required to use HTTPS.",
50+
"ext-json": "Required to use JSON.",
51+
"ext-pdo": "Required to use MySQL Client.",
52+
"ext-pdo_mysql": "Required to use MySQL Client.",
53+
"ext-redis": "Required to use Redis Client."
54+
},
5455
"autoload": {
5556
"psr-4": {
5657
"App\\": "app/",

0 commit comments

Comments
 (0)