File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change 17
17
},
18
18
"require" : {
19
19
"php" : " >=7.2" ,
20
- "hyperf/contract" : " ~2.1 .0" ,
21
- "hyperf/http-message" : " ~2.1 .0" ,
22
- "hyperf/utils" : " ~2.1 .0" ,
20
+ "hyperf/contract" : " ~2.2 .0" ,
21
+ "hyperf/http-message" : " ~2.2 .0" ,
22
+ "hyperf/utils" : " ~2.2 .0" ,
23
23
"psr/container" : " ^1.0|^2.0" ,
24
24
"psr/log" : " ^1.0"
25
25
},
26
- "require-dev" : {
27
- "friendsofphp/php-cs-fixer" : " ^2.9" ,
28
- "malukenho/docheader" : " ^0.1.6" ,
29
- "mockery/mockery" : " ^1.0" ,
30
- "phpunit/phpunit" : " ^9.4"
31
- },
32
- "suggest" : {
33
- },
34
26
"autoload" : {
35
27
"psr-4" : {
36
28
"Hyperf\\ WebSocketClient\\ " : " src/"
51
43
"hyperf" : {
52
44
"config" : " Hyperf\\ WebSocketClient\\ ConfigProvider"
53
45
}
54
- },
55
- "bin" : [
56
- ],
57
- "scripts" : {
58
- "cs-fix" : " php-cs-fixer fix $1" ,
59
- "test" : " phpunit --colors=always"
60
46
}
61
47
}
You can’t perform that action at this time.
0 commit comments