From d6381743399dfcb106230b9304b9ae67cc9b2d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 01:59:49 +0000 Subject: [PATCH] Update php-mock/php-mock-phpunit requirement from ^2.13 to ^2.14 Updates the requirements on [php-mock/php-mock-phpunit](https://github.com/php-mock/php-mock-phpunit) to permit the latest version. - [Release notes](https://github.com/php-mock/php-mock-phpunit/releases) - [Commits](https://github.com/php-mock/php-mock-phpunit/compare/2.13.0...2.14.0) --- updated-dependencies: - dependency-name: php-mock/php-mock-phpunit dependency-version: 2.14.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 7986ec2..34a7ea0 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ }, "require-dev": { "phpunit/phpunit": "^9.6.19", - "php-mock/php-mock-phpunit": "^2.13", + "php-mock/php-mock-phpunit": "^2.14", "guzzlehttp/psr7": "^2.4", "corpus/coding-standard": "^0.6.0", "squizlabs/php_codesniffer": "^3.13",