From 77de174951da446bd7b13b640d310a2b57118cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 07:27:06 +0000 Subject: [PATCH] fix(deps-dev): Update ergebnis/phpstan-rules requirement Updates the requirements on [ergebnis/phpstan-rules](https://github.com/ergebnis/phpstan-rules) to permit the latest version. - [Release notes](https://github.com/ergebnis/phpstan-rules/releases) - [Changelog](https://github.com/ergebnis/phpstan-rules/blob/main/CHANGELOG.md) - [Commits](https://github.com/ergebnis/phpstan-rules/compare/2.13.0...2.13.1) --- updated-dependencies: - dependency-name: ergebnis/phpstan-rules dependency-version: 2.13.1 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 f41bd3d..6fd3a60 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require-dev": { "brainbits/phpcs-standard": "^8.0", - "ergebnis/phpstan-rules": "^2.13.0", + "ergebnis/phpstan-rules": "^2.13.1", "lcobucci/clock": "^3.0", "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^13.0",