From 5177174bc782f5ce9e9268c9cdc2abc24c088f8d Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Fri, 19 Dec 2025 15:54:45 +0100 Subject: [PATCH] Update phpstan/phpstan-phpunit to 2.0.11 --- composer.lock | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 2db4093fe0..a865b070a8 100644 --- a/composer.lock +++ b/composer.lock @@ -4936,16 +4936,16 @@ }, { "name": "phpstan/phpstan-phpunit", - "version": "2.0.x-dev", + "version": "2.0.11", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "033f6906f7abc5acbe3c81b642ad9e363e1bb4a0" + "reference": "5e30669bef866eff70db8b58d72a5c185aa82414" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/033f6906f7abc5acbe3c81b642ad9e363e1bb4a0", - "reference": "033f6906f7abc5acbe3c81b642ad9e363e1bb4a0", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/5e30669bef866eff70db8b58d72a5c185aa82414", + "reference": "5e30669bef866eff70db8b58d72a5c185aa82414", "shasum": "" }, "require": { @@ -4962,7 +4962,6 @@ "phpstan/phpstan-strict-rules": "^2.0", "phpunit/phpunit": "^9.6" }, - "default-branch": true, "type": "phpstan-extension", "extra": { "phpstan": { @@ -4984,9 +4983,9 @@ "description": "PHPUnit extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-phpunit/issues", - "source": "https://github.com/phpstan/phpstan-phpunit/tree/2.0.x" + "source": "https://github.com/phpstan/phpstan-phpunit/tree/2.0.11" }, - "time": "2025-10-29T08:37:09+00:00" + "time": "2025-12-19T09:05:35+00:00" }, { "name": "phpstan/phpstan-strict-rules",