From 0e9d5dba3c2e19f2432162f58cd946798a6b7b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 23:10:20 +0000 Subject: [PATCH] Update phpspec/prophecy requirement from ^1.19 to ^1.20 Updates the requirements on [phpspec/prophecy](https://github.com/phpspec/prophecy) to permit the latest version. - [Release notes](https://github.com/phpspec/prophecy/releases) - [Changelog](https://github.com/phpspec/prophecy/blob/master/CHANGES.md) - [Commits](https://github.com/phpspec/prophecy/compare/v1.19.0...v1.20.0) --- updated-dependencies: - dependency-name: phpspec/prophecy 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 9e1890a..9284228 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "adriansuter/php-autoload-override": "^1.4", "http-interop/http-factory-tests": "^1.1.0", "php-http/psr7-integration-tests": "1.3.0", - "phpspec/prophecy": "^1.19", + "phpspec/prophecy": "^1.20", "phpspec/prophecy-phpunit": "^2.2", "phpstan/phpstan": "^1.11", "phpunit/phpunit": "^9.6",