From 05305e7f98fe98d086b8dbf89240d2ff60d6ca69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 18:56:01 +0000 Subject: [PATCH] Bump nyholm/psr7 from 1.8.0 to 1.8.1 Bumps [nyholm/psr7](https://github.com/Nyholm/psr7) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/Nyholm/psr7/releases) - [Changelog](https://github.com/Nyholm/psr7/blob/master/CHANGELOG.md) - [Commits](https://github.com/Nyholm/psr7/compare/1.8.0...1.8.1) --- updated-dependencies: - dependency-name: nyholm/psr7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index b804920..c2d0a96 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "require-dev": { "adriansuter/php-autoload-override": "^1.4", "laminas/laminas-diactoros": "^3.1.0", - "nyholm/psr7": "^1.8.0", + "nyholm/psr7": "^1.8.1", "php-http/psr7-integration-tests": "^1.3.0", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.6", diff --git a/composer.lock b/composer.lock index 31848b2..c96a2c4 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": "e08d2c2dfd51d9066cce7c5b968649f0", + "content-hash": "a1f8d8c1d9ff30d131acf54723c3839a", "packages": [ { "name": "psr/http-factory", @@ -441,16 +441,16 @@ }, { "name": "nyholm/psr7", - "version": "1.8.0", + "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/Nyholm/psr7.git", - "reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be" + "reference": "aa5fc277a4f5508013d571341ade0c3886d4d00e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Nyholm/psr7/zipball/3cb4d163b58589e47b35103e8e5e6a6a475b47be", - "reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be", + "url": "https://api.github.com/repos/Nyholm/psr7/zipball/aa5fc277a4f5508013d571341ade0c3886d4d00e", + "reference": "aa5fc277a4f5508013d571341ade0c3886d4d00e", "shasum": "" }, "require": { @@ -503,7 +503,7 @@ ], "support": { "issues": "https://github.com/Nyholm/psr7/issues", - "source": "https://github.com/Nyholm/psr7/tree/1.8.0" + "source": "https://github.com/Nyholm/psr7/tree/1.8.1" }, "funding": [ { @@ -515,7 +515,7 @@ "type": "github" } ], - "time": "2023-05-02T11:26:24+00:00" + "time": "2023-11-13T09:31:12+00:00" }, { "name": "phar-io/manifest", @@ -2251,5 +2251,5 @@ "ext-libxml": "*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }