From 2f53d863a49dbecd4c61a847cbf55548779b0538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 04:18:49 +0000 Subject: [PATCH] Update php-http/psr7-integration-tests requirement from 1.x-dev to 1.3.0 Updates the requirements on [php-http/psr7-integration-tests](https://github.com/php-http/psr7-integration-tests) to permit the latest version. - [Release notes](https://github.com/php-http/psr7-integration-tests/releases) - [Changelog](https://github.com/php-http/psr7-integration-tests/blob/1.x/CHANGELOG.md) - [Commits](https://github.com/php-http/psr7-integration-tests/compare/1.0.0...1.3.0) --- updated-dependencies: - dependency-name: php-http/psr7-integration-tests dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a6773e2..dcfcca2 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "ext-json": "*", "adriansuter/php-autoload-override": "^1.4", "http-interop/http-factory-tests": "^0.9.0", - "php-http/psr7-integration-tests": "1.x-dev", + "php-http/psr7-integration-tests": "1.3.0", "phpspec/prophecy": "^1.17", "phpspec/prophecy-phpunit": "^2.0", "phpstan/phpstan": "^1.10",