From a7dee25d8c9d0e4f9db2c98a9e90f19f69fef68e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:12:32 +0000 Subject: [PATCH] Update phpspec/prophecy-phpunit requirement from ^2.1 to ^2.2 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.1.0...v2.2.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 6e37691..08e0a02 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ }, "require-dev": { "jangregor/phpstan-prophecy": "^1.0.0", - "phpspec/prophecy-phpunit": "^2.1", + "phpspec/prophecy-phpunit": "^2.2", "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "1.10.62", "phpunit/phpunit": "^9.6.17",