From 4a51428b91f88ea7dc7b33c34659e6bf3de4956f Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" Date: Mon, 26 Mar 2018 16:15:47 +0000 Subject: [PATCH 1/2] Update guzzlehttp/guzzle from 6.3.0 to 6.3.1 --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 70f242a..288758b 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "require": { "php": ">= 7.1", "psr/log": "~1.0", - "guzzlehttp/guzzle": "~6.0" + "guzzlehttp/guzzle": "6.3.1" }, "require-dev": { "phpunit/phpunit": "~6.4", diff --git a/composer.lock b/composer.lock index f9a14a4..10f7926 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": "477060d0b2da5994d26a1e0c337d935a", + "content-hash": "4a3dc0c2c4316af01a7733331ba28ea8", "packages": [ { "name": "guzzlehttp/guzzle", - "version": "6.3.0", + "version": "6.3.1", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" + "reference": "49e42e6539f775e80c74086a710a882e1d5a8111" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", - "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/49e42e6539f775e80c74086a710a882e1d5a8111", + "reference": "49e42e6539f775e80c74086a710a882e1d5a8111", "shasum": "" }, "require": { @@ -27,7 +27,7 @@ }, "require-dev": { "ext-curl": "*", - "phpunit/phpunit": "^4.0 || ^5.0", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4", "psr/log": "^1.0" }, "suggest": { @@ -36,7 +36,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "6.2-dev" + "dev-master": "6.3-dev" } }, "autoload": { @@ -69,7 +69,7 @@ "rest", "web service" ], - "time": "2017-06-22T18:50:49+00:00" + "time": "2018-03-26T12:06:26+00:00" }, { "name": "guzzlehttp/promises", From dd35bb23f4c4355cb2f006b618796a4394f8d865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Fali=C3=A8s?= Date: Tue, 27 Mar 2018 14:35:24 +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 d39cd92..a664941 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). +## [1.6.4] - 2018-03-27 +### Changed +- Update guzzlehttp/guzzle from 6.3.0 to 6.3.1 + ## [1.6.3] - 2017-12-11 ### Changed - Fix return type if null in result company