From f282084a5654029bc967621346533b6a96192d79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:31:37 +0000 Subject: [PATCH] Lock file maintenance Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.lock | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index a83db70c..9bb91c1d 100644 --- a/composer.lock +++ b/composer.lock @@ -1311,25 +1311,26 @@ }, { "name": "php-http/psr7-integration-tests", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/php-http/psr7-integration-tests.git", - "reference": "c333566ed5b1620fc769eba1bb24a13b7d16e812" + "reference": "7e7bc95a414ce1c23d62fc50b444ca849a75101e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/psr7-integration-tests/zipball/c333566ed5b1620fc769eba1bb24a13b7d16e812", - "reference": "c333566ed5b1620fc769eba1bb24a13b7d16e812", + "url": "https://api.github.com/repos/php-http/psr7-integration-tests/zipball/7e7bc95a414ce1c23d62fc50b444ca849a75101e", + "reference": "7e7bc95a414ce1c23d62fc50b444ca849a75101e", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", - "phpunit/phpunit": "^8.0 || ^9.3", + "php": "^7.3 || ^8.0", + "phpunit/phpunit": "^9.3 || ^10.0", "psr/http-message": "^1.0 || ^2.0" }, "require-dev": { "guzzlehttp/psr7": "^1.7 || ^2.0", + "httpsoft/http-message": "^1.1", "laminas/laminas-diactoros": "^2.1", "nyholm/psr7": "^1.0", "ringcentral/psr7": "^1.2", @@ -1359,9 +1360,9 @@ ], "support": { "issues": "https://github.com/php-http/psr7-integration-tests/issues", - "source": "https://github.com/php-http/psr7-integration-tests/tree/1.3.0" + "source": "https://github.com/php-http/psr7-integration-tests/tree/1.4.0" }, - "time": "2023-04-28T14:30:11+00:00" + "time": "2024-08-02T11:48:41+00:00" }, { "name": "phpdocumentor/reflection-common",