File tree Expand file tree Collapse file tree 1 file changed +4
-18
lines changed
Expand file tree Collapse file tree 1 file changed +4
-18
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/exception-handler" : " ~2.1 .0" ,
22- "hyperf/http-server" : " ~2.1 .0" ,
23- "hyperf/utils" : " ~2.1 .0" ,
20+ "hyperf/contract" : " ~2.2 .0" ,
21+ "hyperf/exception-handler" : " ~2.2 .0" ,
22+ "hyperf/http-server" : " ~2.2 .0" ,
23+ "hyperf/utils" : " ~2.2 .0" ,
2424 "psr/container" : " ^1.0|^2.0" ,
2525 "psr/event-dispatcher" : " ^1.0" ,
2626 "psr/log" : " ^1.0"
2727 },
28- "require-dev" : {
29- "friendsofphp/php-cs-fixer" : " ^2.9" ,
30- "malukenho/docheader" : " ^0.1.6" ,
31- "mockery/mockery" : " ^1.0" ,
32- "phpunit/phpunit" : " ^9.4"
33- },
34- "suggest" : {
35- },
3628 "autoload" : {
3729 "psr-4" : {
3830 "Hyperf\\ WebSocketServer\\ " : " src/"
5345 "hyperf" : {
5446 "config" : " Hyperf\\ WebSocketServer\\ ConfigProvider"
5547 }
56- },
57- "bin" : [
58- ],
59- "scripts" : {
60- "cs-fix" : " php-cs-fixer fix $1" ,
61- "test" : " phpunit --colors=always"
6248 }
6349}
You can’t perform that action at this time.
0 commit comments