From 90921e6313fa5333e3867ade14c0348276b816c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 13:09:55 +0000 Subject: [PATCH] Update dependency phpstan/phpstan-strict-rules to v2.0.9 | datasource | package | from | to | | ---------- | ---------------------------- | ----- | ----- | | packagist | phpstan/phpstan-strict-rules | 2.0.8 | 2.0.9 | --- composer.json | 2 +- composer.lock | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index d0faffda..14ced6f6 100644 --- a/composer.json +++ b/composer.json @@ -37,6 +37,6 @@ }, "require-dev": { "phpstan/phpstan": "2.1.38", - "phpstan/phpstan-strict-rules": "2.0.8" + "phpstan/phpstan-strict-rules": "2.0.9" } } diff --git a/composer.lock b/composer.lock index a8a25cb7..ee39902d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "96dbadda9b63e23854327337ddc89d7e", + "content-hash": "238e5003f9c9f0aca0de418cfaf260af", "packages": [ { "name": "cuyz/valinor", @@ -2420,16 +2420,16 @@ }, { "name": "phpstan/phpstan-strict-rules", - "version": "2.0.8", + "version": "2.0.9", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-strict-rules.git", - "reference": "1ed9e626a37f7067b594422411539aa807190573" + "reference": "b94a0b13fb87d8d034c103852656118b32df9155" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/1ed9e626a37f7067b594422411539aa807190573", - "reference": "1ed9e626a37f7067b594422411539aa807190573", + "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/b94a0b13fb87d8d034c103852656118b32df9155", + "reference": "b94a0b13fb87d8d034c103852656118b32df9155", "shasum": "" }, "require": { @@ -2460,11 +2460,14 @@ "MIT" ], "description": "Extra strict and opinionated rules for PHPStan", + "keywords": [ + "static analysis" + ], "support": { "issues": "https://github.com/phpstan/phpstan-strict-rules/issues", - "source": "https://github.com/phpstan/phpstan-strict-rules/tree/2.0.8" + "source": "https://github.com/phpstan/phpstan-strict-rules/tree/2.0.9" }, - "time": "2026-01-27T08:10:25+00:00" + "time": "2026-02-11T09:03:17+00:00" } ], "aliases": [],