Skip to content

Commit 4e0ba25

Browse files
AuroraYololimingxinleo
authored andcommitted
Fix the problem of websocket-server psr/log adapting to php8 version
1 parent ba070a8 commit 4e0ba25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"hyperf/utils": "~2.2.0",
2424
"psr/container": "^1.0|^2.0",
2525
"psr/event-dispatcher": "^1.0",
26-
"psr/log": "^1.0"
26+
"psr/log": "^1.0|^2.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)