Skip to content

Commit 56661a8

Browse files
authored
chore(deps): update dependency guzzlehttp/guzzle to ~6.5.0 (GoogleCloudPlatform#1060)
1 parent 5b54037 commit 56661a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appengine/flexible/mailjet/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"require": {
33
"silex/silex": "^2.3",
44
"mailjet/mailjet-apiv3-php": "^1.1",
5-
"guzzlehttp/guzzle": "~6.1.0"
5+
"guzzlehttp/guzzle": "~6.5.0"
66
},
77
"require-dev": {
88
"symfony/browser-kit": "^3.0",

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.3.3",
5+
"guzzlehttp/guzzle": "~6.5.0",
66
"kelvinmo/simplejwt": "^0.2.4"
77
},
88
"autoload": {

0 commit comments

Comments
 (0)