Files
kulakpos_web/vendor/google/protobuf/composer.json

25 lines
567 B
JSON
Raw Normal View History

2026-03-30 14:54:57 +07:00
{
"name": "google/protobuf",
"type": "library",
"description": "proto library for PHP",
"keywords": ["proto"],
"homepage": "https://developers.google.com/protocol-buffers/",
"license": "BSD-3-Clause",
"require": {
2026-04-18 20:32:18 +07:00
"php": ">=8.2.0"
2026-03-30 14:54:57 +07:00
},
"require-dev": {
2026-04-18 20:32:18 +07:00
"phpunit/phpunit": ">=11.5.0 <12.0.0"
2026-03-30 14:54:57 +07:00
},
"suggest": {
"ext-bcmath": "Need to support JSON deserialization"
},
"autoload": {
"psr-4": {
"Google\\Protobuf\\": "src/Google/Protobuf",
"GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf"
}
}
}