From 442701a2b06d888793f2788bd5dad00aa3624e62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 14:50:05 +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..b259477 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.1.8" } } diff --git a/composer.lock b/composer.lock index 2e9d6ce..880a473 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": "3bc8ee16dabcb66942744d7eb2d59aa5", "packages": [ { "name": "psr/log", @@ -389,20 +389,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.7", + "version": "2.1.8", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0" + "reference": "f9adff3b87c03b12cc7e46a30a524648e497758f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", - "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f9adff3b87c03b12cc7e46a30a524648e497758f", + "reference": "f9adff3b87c03b12cc7e46a30a524648e497758f", "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": "2025-03-09T09:30:48+00:00" }, { "name": "phpunit/php-code-coverage",