forked from googleapis/google-cloud-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 747 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 747 Bytes
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
{
"name": "google/cloud-container",
"description": "Google Cloud Container Client for PHP",
"license": "Apache-2.0",
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Google\\Cloud\\Container\\": "src",
"GPBMetadata\\Google\\Container\\": "metadata"
}
},
"extra": {
"component": {
"id": "cloud-container",
"path": "Container",
"entry": null,
"target": "googleapis/google-cloud-php-container.git"
}
},
"require": {
"google/gax": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0",
"google/cloud-core": "^1.39",
"phpdocumentor/reflection": "^3.0"
}
}