From 81ea99fd7ac1c41f729146099e3489c78795f4bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 20:37:16 +0000 Subject: [PATCH] Update phpspec/prophecy-phpunit requirement from ^2.0 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.0.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 9eda381..abadbcc 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "require-dev": { "phpunit/phpunit": "^9.6", - "phpspec/prophecy-phpunit": "^2.0", + "phpspec/prophecy-phpunit": "^2.2", "phpstan/phpstan": "^1.10.59", "psr/http-factory": "^1.0", "squizlabs/php_codesniffer": "^3.9"