From c66df5b38328d6f5c9db9582484dec4d77efa930 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 11:29:41 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to v2 --- apps/composer.json | 2 +- apps/composer.lock | 31 +++++++++++++++---------------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/apps/composer.json b/apps/composer.json index 70ab35f..77db50e 100644 --- a/apps/composer.json +++ b/apps/composer.json @@ -20,7 +20,7 @@ }, "require-dev": { "behat/behat": "3.12.0", - "phpstan/phpstan": "1.9.14", + "phpstan/phpstan": "2.1.0", "squizlabs/php_codesniffer": "3.7.1", "povils/phpmnd": "3.0.1", "phpunit/phpunit": "9.5.28" diff --git a/apps/composer.lock b/apps/composer.lock index af7839c..fe02a95 100644 --- a/apps/composer.lock +++ b/apps/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": "850b6c18b9a845a2fbc075c0ceee559e", + "content-hash": "d1c5725f0adc43af19c77ad88a71ab0c", "packages": [], "packages-dev": [ { @@ -605,20 +605,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.9.14", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "e5fcc96289cf737304286a9b505fbed091f02e58" + "reference": "2392d360fdf54ea253aa6c68cad1d4ba2e54e927" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e5fcc96289cf737304286a9b505fbed091f02e58", - "reference": "e5fcc96289cf737304286a9b505fbed091f02e58", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2392d360fdf54ea253aa6c68cad1d4ba2e54e927", + "reference": "2392d360fdf54ea253aa6c68cad1d4ba2e54e927", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -643,8 +643,11 @@ "static analysis" ], "support": { + "docs": "https://phpstan.org/user-guide/getting-started", + "forum": "https://github.com/phpstan/phpstan/discussions", "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.14" + "security": "https://github.com/phpstan/phpstan/security/policy", + "source": "https://github.com/phpstan/phpstan-src" }, "funding": [ { @@ -654,13 +657,9 @@ { "url": "https://github.com/phpstan", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", - "type": "tidelift" } ], - "time": "2023-01-19T10:47:09+00:00" + "time": "2024-12-31T07:30:03+00:00" }, { "name": "phpunit/php-code-coverage", @@ -3838,10 +3837,10 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [], - "plugin-api-version": "2.3.0" + "platform": {}, + "platform-dev": {}, + "plugin-api-version": "2.6.0" }