From 18ed8264428cfe4651f1c810558132c182b6add7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 11:00:48 +0000 Subject: [PATCH] build(deps): bump php-http/httplug from 2.2.0 to 2.3.0 Bumps [php-http/httplug](https://github.com/php-http/httplug) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/php-http/httplug/releases) - [Changelog](https://github.com/php-http/httplug/blob/master/CHANGELOG.md) - [Commits](https://github.com/php-http/httplug/compare/2.2.0...2.3.0) --- updated-dependencies: - dependency-name: php-http/httplug dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index e1596f1..cab242f 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "php": "^7.3 || ^8.0", "ext-json": "*", "php-http/client-implementation": "^1.0", - "php-http/httplug": "^2.2", + "php-http/httplug": "^2.3", "psr/http-factory": "^1.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 88e5fbc..f963c03 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3c21a5130d3013f9fd0a5b8d68c0d9c7", + "content-hash": "e6f52937199fd65ce728c16dacc7e23e", "packages": [ { "name": "clue/stream-filter", @@ -218,16 +218,16 @@ }, { "name": "php-http/httplug", - "version": "2.2.0", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/php-http/httplug.git", - "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9" + "reference": "f640739f80dfa1152533976e3c112477f69274eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/httplug/zipball/191a0a1b41ed026b717421931f8d3bd2514ffbf9", - "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9", + "url": "https://api.github.com/repos/php-http/httplug/zipball/f640739f80dfa1152533976e3c112477f69274eb", + "reference": "f640739f80dfa1152533976e3c112477f69274eb", "shasum": "" }, "require": { @@ -274,9 +274,9 @@ ], "support": { "issues": "https://github.com/php-http/httplug/issues", - "source": "https://github.com/php-http/httplug/tree/master" + "source": "https://github.com/php-http/httplug/tree/2.3.0" }, - "time": "2020-07-13T15:43:23+00:00" + "time": "2022-02-21T09:52:22+00:00" }, { "name": "php-http/message",