From 297766d2a5fa3d01c8839edd573fe72257a229d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 23:24:41 +0000 Subject: [PATCH] Update phpspec/prophecy-phpunit requirement from ^2.0 to ^2.1 Updates the requirements on [phpspec/prophecy-phpunit](https://github.com/phpspec/prophecy-phpunit) to permit the latest version. - [Release notes](https://github.com/phpspec/prophecy-phpunit/releases) - [Changelog](https://github.com/phpspec/prophecy-phpunit/blob/master/CHANGES.md) - [Commits](https://github.com/phpspec/prophecy-phpunit/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: phpspec/prophecy-phpunit 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 bc43800..448f803 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "http-interop/http-factory-tests": "^0.9.0", "php-http/psr7-integration-tests": "1.3.0", "phpspec/prophecy": "^1.17", - "phpspec/prophecy-phpunit": "^2.0", + "phpspec/prophecy-phpunit": "^2.1", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.6", "squizlabs/php_codesniffer": "^3.7"