Support google protobuf v4 (#1421)
This commit is contained in:
parent
1aae9dd619
commit
39cc549f04
|
@ -18,7 +18,7 @@
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.0",
|
"php": "^8.0",
|
||||||
"google/protobuf": "^3.3.0"
|
"google/protobuf": "^3.22 || ^4.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
Loading…
Reference in New Issue