From eac2f91ae22f64acd42d8c2189042ce8104d6e0c Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Tue, 27 Mar 2018 16:19:20 +0000 Subject: [PATCH 1/2] Update guzzlehttp/guzzle from 6.3.1 to 6.3.2 --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 288758b..eb4d4ed 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "require": { "php": ">= 7.1", "psr/log": "~1.0", - "guzzlehttp/guzzle": "6.3.1" + "guzzlehttp/guzzle": "6.3.2" }, "require-dev": { "phpunit/phpunit": "~6.4", diff --git a/composer.lock b/composer.lock index 10f7926..5bef386 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "4a3dc0c2c4316af01a7733331ba28ea8", + "content-hash": "8d150ab26842053f184a72c6d0413144", "packages": [ { "name": "guzzlehttp/guzzle", - "version": "6.3.1", + "version": "6.3.2", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "49e42e6539f775e80c74086a710a882e1d5a8111" + "reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/49e42e6539f775e80c74086a710a882e1d5a8111", - "reference": "49e42e6539f775e80c74086a710a882e1d5a8111", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/68d0ea14d5a3f42a20e87632a5f84931e2709c90", + "reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90", "shasum": "" }, "require": { @@ -69,7 +69,7 @@ "rest", "web service" ], - "time": "2018-03-26T12:06:26+00:00" + "time": "2018-03-26T16:33:04+00:00" }, { "name": "guzzlehttp/promises", From 5020cda07a466e82a5c0fcffc0f3d095643672f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Fali=C3=A8s?= Date: Thu, 29 Mar 2018 08:43:41 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a664941..70a3f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## Unreleased +### Changed +- Update guzzlehttp/guzzle from 6.3.1 to 6.3.2 + ## [1.6.4] - 2018-03-27 ### Changed - Update guzzlehttp/guzzle from 6.3.0 to 6.3.1