Skip to content

Commit 7066326

Browse files
authored
remove hyperf/utils compoent (#7411)
1 parent 1a171f0 commit 7066326

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"require": {
1919
"php": ">=8.1",
2020
"google/common-protos": "^3.2 || ^4.4",
21-
"google/protobuf": "^3.6.1"
21+
"google/protobuf": "^3.6.1",
22+
"hyperf/stringable": "~3.1.0"
2223
},
2324
"suggest": {
2425
"ext-protobuf": "For better performance, install the protobuf C extension."

0 commit comments

Comments
 (0)