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 1717 },
1818 "require" : {
1919 "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" ,
2323 "psr/container" : " ^1.0|^2.0" ,
2424 "psr/log" : " ^1.0"
2525 },
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- },
3426 "autoload" : {
3527 "psr-4" : {
3628 "Hyperf\\ WebSocketClient\\ " : " src/"
5143 "hyperf" : {
5244 "config" : " Hyperf\\ WebSocketClient\\ ConfigProvider"
5345 }
54- },
55- "bin" : [
56- ],
57- "scripts" : {
58- "cs-fix" : " php-cs-fixer fix $1" ,
59- "test" : " phpunit --colors=always"
6046 }
6147}
You can’t perform that action at this time.
0 commit comments