vitess-gh/composer.json

26 строки
519 B
JSON

{
"name": "vitess/php-client",
"description": "PHP client for Vitess",
"minimum-stability": "dev",
"config": {
"vendor-dir": "php/vendor"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/pixelfederation/datto-Protobuf-PHP-fake"
}
],
"require": {
"php": ">=5.5.0",
"stanley-cheung/protobuf-php": "1.0.x-dev",
"google/auth": "v0.7",
"grpc/grpc": "dev-release-0_13"
},
"autoload": {
"psr-4": {
"Vitess\\": "php/src/Vitess/"
}
}
}