Skip to content

Commit 0e4aec3

Browse files
committed
drop EOL php versions
1 parent 5f75c3a commit 0e4aec3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"license": "Apache-2.0",
88
"version": "1.57.0",
99
"require": {
10-
"php": ">=7.0.0"
10+
"php": "^8.1.0",
11+
"ext-grpc": "*"
1112
},
1213
"suggest": {
1314
"ext-protobuf": "For better performance, install the protobuf C extension.",

0 commit comments

Comments
 (0)