Support google protobuf v4 (#1421)

This commit is contained in:
Aleksei Gagarin 2024-10-30 15:49:49 +04:00 committed by GitHub
parent 1aae9dd619
commit 39cc549f04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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": {