forked from googleapis/google-cloud-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 880 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "google/cloud-redis",
"description": "Google Cloud Redis Client for PHP",
"license": "Apache-2.0",
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Google\\Cloud\\Redis\\": "src",
"GPBMetadata\\Google\\Cloud\\Redis\\": "metadata"
}
},
"extra": {
"component": {
"id": "cloud-redis",
"path": "Redis",
"entry": null,
"target": "googleapis/google-cloud-php-redis.git"
}
},
"require": {
"ext-grpc": "*",
"google/gax": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0",
"google/cloud-core": "^1.39",
"phpdocumentor/reflection": "^3.0"
},
"suggest": {
"ext-grpc": "Enables use of gRPC, a universal high-performance RPC framework created by Google."
}
}