From 7a6eb9e790c690c3bd6967f58997a907b531ba33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 08:04:11 +0000 Subject: [PATCH] Bump phpgt/http from 1.1.6 to 1.1.7 Bumps [phpgt/http](https://github.com/PhpGt/Http) from 1.1.6 to 1.1.7. - [Release notes](https://github.com/PhpGt/Http/releases) - [Commits](https://github.com/PhpGt/Http/compare/v1.1.6...v1.1.7) --- updated-dependencies: - dependency-name: phpgt/http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index fb4bb30..88d6925 100644 --- a/composer.lock +++ b/composer.lock @@ -8,20 +8,20 @@ "packages": [ { "name": "phpgt/http", - "version": "v1.1.6", + "version": "v1.1.7", "source": { "type": "git", "url": "https://github.com/PhpGt/Http.git", - "reference": "ec7a74dd32bd2f105684937b7650097a8f2d843b" + "reference": "6d32a4cbf3efea655b3204591501fc84721b00ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PhpGt/Http/zipball/ec7a74dd32bd2f105684937b7650097a8f2d843b", - "reference": "ec7a74dd32bd2f105684937b7650097a8f2d843b", + "url": "https://api.github.com/repos/PhpGt/Http/zipball/6d32a4cbf3efea655b3204591501fc84721b00ca", + "reference": "6d32a4cbf3efea655b3204591501fc84721b00ca", "shasum": "" }, "require": { - "php": ">=8.0", + "php": ">=8.1", "phpgt/input": "^v1", "psr/http-message": "^v1.0.1", "willdurand/negotiation": "v3.1.0" @@ -43,7 +43,7 @@ "description": "PSR-7 HTTP message implementation.", "support": { "issues": "https://github.com/PhpGt/Http/issues", - "source": "https://github.com/PhpGt/Http/tree/v1.1.6" + "source": "https://github.com/PhpGt/Http/tree/v1.1.7" }, "funding": [ { @@ -51,7 +51,7 @@ "type": "github" } ], - "time": "2022-09-26T19:55:44+00:00" + "time": "2022-09-28T16:04:19+00:00" }, { "name": "psr/http-message",