File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 20
20
"require" : {
21
21
"php" : " >=7.2" ,
22
22
"ext-swoole" : " >=4.4" ,
23
- "hyperf/pool" : " ~ 2.0.0" ,
24
- "hyperf/process" : " ~ 2.0.0" ,
23
+ "hyperf/pool" : " ^ 2.0.0" ,
24
+ "hyperf/process" : " ^ 2.0.0" ,
25
25
"spiral/goridge" : " ^2.4.1" ,
26
26
"symfony/event-dispatcher" : " ^5.1"
27
27
},
28
28
"require-dev" : {
29
29
"ext-mongodb" : " *" ,
30
30
"friendsofphp/php-cs-fixer" : " ^2.14" ,
31
- "hyperf/command" : " ~ 2.0.0" ,
32
- "hyperf/config" : " ~ 2.0.0" ,
33
- "hyperf/di" : " ~ 2.0.0" ,
34
- "hyperf/framework" : " ~ 2.0.0" ,
35
- "hyperf/testing" : " ~ 2.0.0" ,
31
+ "hyperf/command" : " ^ 2.0.0" ,
32
+ "hyperf/config" : " ^ 2.0.0" ,
33
+ "hyperf/di" : " ^ 2.0.0" ,
34
+ "hyperf/framework" : " ^ 2.0.0" ,
35
+ "hyperf/testing" : " ^ 2.0.0" ,
36
36
"mockery/mockery" : " ^1.3" ,
37
37
"phpstan/phpstan" : " ^0.12" ,
38
38
"swoole/ide-helper" : " ^4.5"
You can’t perform that action at this time.
0 commit comments