From b25a5f0fa9b960293d9d22b9764d12ec51948f54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 19:29:19 +0000 Subject: [PATCH] deps(deps-dev): 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.3.0...v2.4.0) --- updated-dependencies: - dependency-name: phpspec/prophecy-phpunit dependency-version: 2.4.0 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 46ef4116..6c375e7a 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "friendsofphp/php-cs-fixer": "^3.75", "mikey179/vfsstream": "^1.6", "phpspec/prophecy": "^1.10", - "phpspec/prophecy-phpunit": "^2.3", + "phpspec/prophecy-phpunit": "^2.4", "phpunit/phpunit": "^7.5|^9.0|^10.0", "roave/security-advisories": "dev-master", "symfony/var-dumper": "^3.0|^4.0|^5.0|^6.0|^7.0"