From f9c85417f02e5bcb93e4e39b3fd3da8d07362c31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 04:37:07 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to v2 | datasource | package | from | to | | ---------- | --------------- | ------- | ----- | | packagist | phpstan/phpstan | 1.12.12 | 2.0.3 | --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index d475c9b0..196d5429 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "ext-zend-opcache": "*", "doctrine/coding-standard": "^12.0.0", "phing/phing": "^2.17.4", - "phpstan/phpstan": "^1.12.12", + "phpstan/phpstan": "^2.0.3", "phpunit/phpunit": "^10.5.38", "psalm/plugin-phpunit": "^0.19.0", "roave/infection-static-analysis-plugin": "^1.35.0", diff --git a/composer.lock b/composer.lock index c12cc6e5..dca9f168 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": "89e400121dfe36f45c31d7222e4b1fd2", + "content-hash": "05b707acbb43ca9a669b5e4db94a4b78", "packages": [ { "name": "nikic/php-parser", @@ -2819,20 +2819,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.12", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0" + "reference": "46b4d3529b12178112d9008337beda0cc2a1a6b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0", - "reference": "b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0", + "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": "*" @@ -2873,7 +2873,7 @@ "type": "github" } ], - "time": "2024-11-28T22:13:23+00:00" + "time": "2024-11-28T22:19:37+00:00" }, { "name": "phpunit/php-code-coverage",