Skip to content

Commit a98a469

Browse files
author
Takashi Matsuo
authored
Use EventuallyConsistentTestTrait for a test (GoogleCloudPlatform#186)
1 parent 2e8eb23 commit a98a469

File tree

3 files changed

+335
-44
lines changed

3 files changed

+335
-44
lines changed

logging/api/composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"require": {
3-
"google/cloud": "<2.0",
3+
"google/cloud": "~1.0|~0.10",
44
"symfony/console": "^3.0"
55
},
66
"require-dev": {
7-
"phpunit/phpunit": "~4.8"
7+
"phpunit/phpunit": "~4.8",
8+
"google/cloud-tools": "~1.0|~0.5"
89
},
910
"autoload": {
1011
"psr-4": { "Google\\Cloud\\Samples\\Logging\\": "src" },

0 commit comments

Comments
 (0)