From 1b3bc79d39da8e97470c013bac72c04146a33b9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 15:05:12 +0000 Subject: [PATCH] Update dependency phpstan/phpstan-strict-rules to v1.5.4 | datasource | package | from | to | | ---------- | ---------------------------- | ----- | ----- | | packagist | phpstan/phpstan-strict-rules | 1.5.3 | 1.5.4 | --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 6c2f111b..6315be23 100644 --- a/composer.lock +++ b/composer.lock @@ -1886,16 +1886,16 @@ }, { "name": "phpstan/phpstan-strict-rules", - "version": "1.5.3", + "version": "1.5.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-strict-rules.git", - "reference": "568210bd301f94a0d4b1e5a0808c374c1b9cf11b" + "reference": "8afd4af32bbff7b1f6df3d42bda45b2e661ba297" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/568210bd301f94a0d4b1e5a0808c374c1b9cf11b", - "reference": "568210bd301f94a0d4b1e5a0808c374c1b9cf11b", + "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/8afd4af32bbff7b1f6df3d42bda45b2e661ba297", + "reference": "8afd4af32bbff7b1f6df3d42bda45b2e661ba297", "shasum": "" }, "require": { @@ -1929,9 +1929,9 @@ "description": "Extra strict and opinionated rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-strict-rules/issues", - "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.5.3" + "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.5.4" }, - "time": "2024-04-06T07:43:25+00:00" + "time": "2024-04-19T14:48:30+00:00" }, { "name": "phpunit/php-code-coverage",