From f9a32d6c8198e2c1a1d125581cd97aa7f9e1ed4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 00:20:48 +0000 Subject: [PATCH] Updates: (deps): Update phpspec/prophecy-phpunit requirement 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.2...v2.1.0) --- updated-dependencies: - dependency-name: phpspec/prophecy-phpunit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 208d8a7..391a8da 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "phpstan/phpstan": "~1.10.35", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "1.3.15", - "phpspec/prophecy-phpunit": "v2.0.2", + "phpspec/prophecy-phpunit": "v2.1.0", "goalgorilla/open_social_scripts": "~4.0.0", "symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.2" },