Skip to content

Commit 6e75966

Browse files
author
Takashi Matsuo
authored
Fixed broken tests for the language API (GoogleCloudPlatform#203)
1 parent f2c27f3 commit 6e75966

File tree

11 files changed

+1206
-65
lines changed

11 files changed

+1206
-65
lines changed

language/api/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"require": {
3-
"google/cloud": "0.9",
3+
"google/cloud": "~1.0|~0.11",
44
"symfony/console": "^3.0"
55
},
6+
"require-dev": {
7+
"phpunit/phpunit": "~4.0"
8+
},
69
"autoload": {
710
"psr-4": {
811
"Google\\Cloud\\Samples\\Language\\": "src/"

0 commit comments

Comments
 (0)