From 9efad2deb1de65ad0929f02e4fdae94a77597ec5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 04:10:47 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to v2 | datasource | package | from | to | | ---------- | --------------- | ------- | ----- | | packagist | phpstan/phpstan | 1.12.10 | 2.0.1 | --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 1b55d674..601fde59 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.10", + "phpstan/phpstan": "^2.0.1", "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 5785fd39..fbcccddf 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": "13dde27fcb20a04b8a7a2c7bd914e80f", + "content-hash": "9916291159d5b45dfa1a09c9ab13fb06", "packages": [ { "name": "nikic/php-parser", @@ -2819,20 +2819,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.10", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "fc463b5d0fe906dcf19689be692c65c50406a071" + "reference": "ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/fc463b5d0fe906dcf19689be692c65c50406a071", - "reference": "fc463b5d0fe906dcf19689be692c65c50406a071", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d", + "reference": "ab4e9b4415a5fc9e4d27f7fe16c8bc9d067dcd6d", "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-11T15:37:09+00:00" + "time": "2024-11-11T15:43:04+00:00" }, { "name": "phpunit/php-code-coverage",