From 251bb7bd698aca8a29e25b0fd5881100eda92f9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 15:35:43 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to ^2.0.2 | datasource | package | from | to | | ---------- | --------------- | ----- | ----- | | packagist | phpstan/phpstan | 2.0.1 | 2.0.2 | --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index c64f45c2..32b7afdc 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "infection/infection": "^0.29.8", "laminas/laminas-diactoros": "^3.5.0", "laminas/laminas-httphandlerrunner": "^2.11.0", - "phpstan/phpstan": "^2.0.1", + "phpstan/phpstan": "^2.0.2", "phpstan/phpstan-phpunit": "^2", "phpunit/phpunit": "^11.4.3", "squizlabs/php_codesniffer": "^3.11.1" diff --git a/composer.lock b/composer.lock index d92bd108..f8ecb1b8 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": "71a5a7e78905f1a302bfc13e15bafb40", + "content-hash": "fb0bb774ce6203bf3a52116692dbf688", "packages": [ { "name": "dflydev/fig-cookies", @@ -1791,16 +1791,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.0.1", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d" + "reference": "6c98c7600fc717b2c78c11ef60040d5b1e359c82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d", - "reference": "ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/6c98c7600fc717b2c78c11ef60040d5b1e359c82", + "reference": "6c98c7600fc717b2c78c11ef60040d5b1e359c82", "shasum": "" }, "require": { @@ -1845,7 +1845,7 @@ "type": "github" } ], - "time": "2024-11-11T15:43:04+00:00" + "time": "2024-11-17T14:17:00+00:00" }, { "name": "phpstan/phpstan-phpunit",