From c545886b9c773d6b0207a17410d1bfb932217b88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 02:49:29 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to v1.12.12 --- composer.json | 2 +- composer.lock | 23 +++++++++++------------ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index ce62806..1f6a3ce 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "roave/security-advisories": "dev-latest", "phpunit/phpunit": "^9.4.3", "squizlabs/php_codesniffer": "^3.6", - "phpstan/phpstan": "1.9.14", + "phpstan/phpstan": "1.12.12", "infection/infection": "0.26.18", "nunomaduro/phpinsights": "2.7.0" }, diff --git a/composer.lock b/composer.lock index b5fa455..be1299e 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": "82d2f4040a55e45d91949abaab921375", + "content-hash": "697287eedee5448106dfd926b33394a9", "packages": [ { "name": "guzzlehttp/guzzle", @@ -2938,16 +2938,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.9.14", + "version": "1.12.12", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "e5fcc96289cf737304286a9b505fbed091f02e58" + "reference": "b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e5fcc96289cf737304286a9b505fbed091f02e58", - "reference": "e5fcc96289cf737304286a9b505fbed091f02e58", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0", + "reference": "b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0", "shasum": "" }, "require": { @@ -2976,8 +2976,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": [ { @@ -2987,13 +2990,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-11-28T22:13:23+00:00" }, { "name": "phpunit/php-code-coverage", @@ -6893,7 +6892,7 @@ }, "prefer-stable": true, "prefer-lowest": false, - "platform": [], + "platform": {}, "platform-dev": { "php": ">=8.2" },