Skip to content

Commit f4111c2

Browse files
authored
chore(deps): update dependency guzzlehttp/guzzle to v7 (GoogleCloudPlatform#1126)
1 parent bca01e3 commit f4111c2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

datastore/api/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"google/cloud-datastore": "^1.2"
44
},
55
"require-dev": {
6-
"guzzlehttp/guzzle": "^6.3"
6+
"guzzlehttp/guzzle": "^7.0"
77
},
88
"autoload": {
99
"psr-4": { "Google\\Cloud\\Samples\\Datastore\\": "src" },

datastore/quickstart/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"google/cloud-datastore": "^1.2"
55
},
66
"require-dev": {
7-
"guzzlehttp/guzzle": "^6.3"
7+
"guzzlehttp/guzzle": "^7.0"
88
}
99
}

datastore/tutorial/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"symfony/console": "^3.0"
55
},
66
"require-dev": {
7-
"guzzlehttp/guzzle": "^6.3"
7+
"guzzlehttp/guzzle": "^7.0"
88
},
99
"autoload": {
1010
"psr-4": { "Google\\Cloud\\Samples\\Datastore\\Tasks\\": "src" },

iap/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"require": {
33
"symfony/console": "^2.8",
44
"google/auth":"^1.8.0",
5-
"guzzlehttp/guzzle": "~6.5.0",
5+
"guzzlehttp/guzzle": "~7.0.0",
66
"kelvinmo/simplejwt": "^0.4.0"
77
},
88
"autoload": {

storage/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@
7878
]
7979
},
8080
"require-dev": {
81-
"guzzlehttp/guzzle": "^6.3"
81+
"guzzlehttp/guzzle": "^7.0"
8282
}
8383
}

testing/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"google/cloud-tools": "dev-master",
44
"phpunit/phpunit": "^7",
55
"bshaffer/phpunit-retry-annotations": "^0.1.0",
6-
"guzzlehttp/guzzle": "^6.3"
6+
"guzzlehttp/guzzle": "^7.0"
77
},
88
"require": {
99
"symfony/browser-kit": "^4.0"

0 commit comments

Comments
 (0)