From fb5f5a3e2af3007d9b3e99f76a218c357840f3cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:00:11 +0000 Subject: [PATCH] Update phpspec/prophecy-phpunit requirement from ^2.2 to ^2.3 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.2.0...v2.3.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 b57258c..2674749 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ }, "require-dev": { "jangregor/phpstan-prophecy": "^1.0.2", - "phpspec/prophecy-phpunit": "^2.2", + "phpspec/prophecy-phpunit": "^2.3", "phpstan/extension-installer": "^1.4.2", "phpunit/phpunit": "^9.6.17", "squizlabs/php_codesniffer": "^3.10"