File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 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" ,
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" : {
4943 "mockery/mockery" : " ^1.0" ,
5044 "doctrine/common" : " ^2.9" ,
5145 "phpstan/phpstan" : " ^0.11.2" ,
52- "hyperf/testing" : " dev-master"
46+ "hyperf/testing" : " ~1.0.0"
47+ },
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."
5354 },
5455 "autoload" : {
5556 "psr-4" : {
You can’t perform that action at this time.
0 commit comments