From b96eb0d120ccbef72a9650c3f2311002bf5b0427 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:46:45 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to ^2.1.2 | datasource | package | from | to | | ---------- | --------------- | ----- | ----- | | packagist | phpstan/phpstan | 2.1.1 | 2.1.2 | --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 0e611a42..e22268b0 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "infection/infection": "^0.29.10", "laminas/laminas-diactoros": "^3.5.0", "laminas/laminas-httphandlerrunner": "^2.11.0", - "phpstan/phpstan": "^2.1.1", + "phpstan/phpstan": "^2.1.2", "phpstan/phpstan-phpunit": "^2", "phpunit/phpunit": "^11.5.3", "squizlabs/php_codesniffer": "^3.11.2" diff --git a/composer.lock b/composer.lock index 3dab72bf..04338fd0 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": "d85dea2a5aca46b972d2428c30285091", + "content-hash": "23b91b606ef2b6fb5851052264cd98d0", "packages": [ { "name": "dflydev/fig-cookies", @@ -1790,16 +1790,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.1", + "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7" + "reference": "7d08f569e582ade182a375c366cbd896eccadd3a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7", - "reference": "cd6e973e04b4c2b94c86e8612b5a65f0da0e08e7", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7d08f569e582ade182a375c366cbd896eccadd3a", + "reference": "7d08f569e582ade182a375c366cbd896eccadd3a", "shasum": "" }, "require": { @@ -1844,7 +1844,7 @@ "type": "github" } ], - "time": "2025-01-05T16:43:48+00:00" + "time": "2025-01-21T14:54:06+00:00" }, { "name": "phpstan/phpstan-phpunit",