From d20937174f63109f2ce6949a85be2f76c168b9e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:44:09 +0000 Subject: [PATCH] Update all composer non-major dependencies | datasource | package | from | to | | ---------- | ---------------------------- | ------ | ------ | | packagist | phpstan/phpstan | 2.1.38 | 2.1.39 | | packagist | phpstan/phpstan-strict-rules | 2.0.9 | 2.0.10 | --- composer.json | 4 ++-- composer.lock | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 14ced6f6..7cce2907 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "sort-packages": true }, "require-dev": { - "phpstan/phpstan": "2.1.38", - "phpstan/phpstan-strict-rules": "2.0.9" + "phpstan/phpstan": "2.1.39", + "phpstan/phpstan-strict-rules": "2.0.10" } } diff --git a/composer.lock b/composer.lock index ee39902d..54a5eea9 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": "238e5003f9c9f0aca0de418cfaf260af", + "content-hash": "0ee121880fc34119c009c2abe01f0087", "packages": [ { "name": "cuyz/valinor", @@ -2367,11 +2367,11 @@ "packages-dev": [ { "name": "phpstan/phpstan", - "version": "2.1.38", + "version": "2.1.39", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dfaf1f530e1663aa167bc3e52197adb221582629", - "reference": "dfaf1f530e1663aa167bc3e52197adb221582629", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c6f73a2af4cbcd99c931d0fb8f08548cc0fa8224", + "reference": "c6f73a2af4cbcd99c931d0fb8f08548cc0fa8224", "shasum": "" }, "require": { @@ -2416,25 +2416,25 @@ "type": "github" } ], - "time": "2026-01-30T17:12:46+00:00" + "time": "2026-02-11T14:48:56+00:00" }, { "name": "phpstan/phpstan-strict-rules", - "version": "2.0.9", + "version": "2.0.10", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-strict-rules.git", - "reference": "b94a0b13fb87d8d034c103852656118b32df9155" + "reference": "1aba28b697c1e3b6bbec8a1725f8b11b6d3e5a5f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/b94a0b13fb87d8d034c103852656118b32df9155", - "reference": "b94a0b13fb87d8d034c103852656118b32df9155", + "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/1aba28b697c1e3b6bbec8a1725f8b11b6d3e5a5f", + "reference": "1aba28b697c1e3b6bbec8a1725f8b11b6d3e5a5f", "shasum": "" }, "require": { "php": "^7.4 || ^8.0", - "phpstan/phpstan": "^2.1.29" + "phpstan/phpstan": "^2.1.39" }, "require-dev": { "php-parallel-lint/php-parallel-lint": "^1.2", @@ -2465,9 +2465,9 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan-strict-rules/issues", - "source": "https://github.com/phpstan/phpstan-strict-rules/tree/2.0.9" + "source": "https://github.com/phpstan/phpstan-strict-rules/tree/2.0.10" }, - "time": "2026-02-11T09:03:17+00:00" + "time": "2026-02-11T14:17:32+00:00" } ], "aliases": [],