From f2e2b5744a5c71275b4fd02fd7d80b25b07dac9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 22:34:30 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to v2 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 8542077..6dde277 100644 --- a/composer.json +++ b/composer.json @@ -64,6 +64,6 @@ "phpunit/phpunit": "~9|~10", "squizlabs/php_codesniffer": "3.10.3", "overtrue/phplint": "9.5.3", - "phpstan/phpstan": "1.12.7" + "phpstan/phpstan": "2.0.3" } } diff --git a/composer.lock b/composer.lock index 2e9d6ce..2499a0b 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": "bd45e38bad04f70acf3b57fd9595c8aa", + "content-hash": "2f79c5a7ecd2a701151324193d5716e5", "packages": [ { "name": "psr/log", @@ -389,20 +389,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.7", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0" + "reference": "46b4d3529b12178112d9008337beda0cc2a1a6b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", - "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/46b4d3529b12178112d9008337beda0cc2a1a6b4", + "reference": "46b4d3529b12178112d9008337beda0cc2a1a6b4", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -443,7 +443,7 @@ "type": "github" } ], - "time": "2024-10-18T11:12:07+00:00" + "time": "2024-11-28T22:19:37+00:00" }, { "name": "phpunit/php-code-coverage",