Skip to content

Commit 13f83f1

Browse files
committed
fix: update hyperf/event version constraint in composer.json
1 parent b9296f6 commit 13f83f1

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
"php": ">=8.1",
2424
"hyperf/collection": "~3.1.0",
2525
"hyperf/command": "~3.1.0",
26-
"hyperf/event": "^3.1.0"
26+
"hyperf/event": "~3.1.0"
2727
},
2828
"minimum-stability": "dev",
2929
"autoload": {

0 commit comments

Comments
 (0)