From 445cde175cc6b6085c02bf6c5a05465cf724c1d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:46:46 +0000 Subject: [PATCH] Update phpstan/phpstan-strict-rules requirement in the phpstan group Updates the requirements on [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) to permit the latest version. Updates `phpstan/phpstan-strict-rules` to 2.0.11 - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/2.0.10...2.0.11) --- updated-dependencies: - dependency-name: phpstan/phpstan-strict-rules dependency-version: 2.0.11 dependency-type: direct:development dependency-group: phpstan ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ef1c388..19bbe64 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require-dev": { "phpunit/phpunit": "^8.5.21 || ^9.5.10", - "phpstan/phpstan-strict-rules": "2.0.10", + "phpstan/phpstan-strict-rules": "2.0.11", "spaze/phpstan-disallowed-calls": "4.12.0", "shipmonk/phpstan-rules": "4.3.7", "phpstan/phpstan-phpunit": "2.0.16",