From 53f4578327c55b8f3ee0fb5816a6e5ac02bf4290 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:00:28 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to v1.10.25 --- composer.json | 2 +- composer.lock | 25 ++++++++++++++----------- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 0329109..a05d2b4 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "squizlabs/php_codesniffer": "3.6.2", "loophp/phpunit-iterable-assertions": "1.0.3", "doctrine/collections": "2.1.2", - "phpstan/phpstan": "1.7.3", + "phpstan/phpstan": "1.10.25", "phpmd/phpmd": "2.12.0", "pestphp/pest": "^2.4", "pestphp/pest-plugin-faker": "^2.0" diff --git a/composer.lock b/composer.lock index a593af2..8817968 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": "e9291b21082ff3ddf47b8d6ba422bd29", + "content-hash": "41b8f7ffda92a4179f818863cafd4076", "packages": [ { "name": "brick/math", @@ -2579,16 +2579,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.7.3", + "version": "1.10.25", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "48c4621b1a6dde32aab2e9a79658b843ffb614f7" + "reference": "578f4e70d117f9a90699324c555922800ac38d8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/48c4621b1a6dde32aab2e9a79658b843ffb614f7", - "reference": "48c4621b1a6dde32aab2e9a79658b843ffb614f7", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/578f4e70d117f9a90699324c555922800ac38d8c", + "reference": "578f4e70d117f9a90699324c555922800ac38d8c", "shasum": "" }, "require": { @@ -2612,9 +2612,16 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", + "keywords": [ + "dev", + "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.7.3" + "security": "https://github.com/phpstan/phpstan/security/policy", + "source": "https://github.com/phpstan/phpstan-src" }, "funding": [ { @@ -2625,16 +2632,12 @@ "url": "https://github.com/phpstan", "type": "github" }, - { - "url": "https://www.patreon.com/phpstan", - "type": "patreon" - }, { "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", "type": "tidelift" } ], - "time": "2022-05-29T11:36:09+00:00" + "time": "2023-07-06T12:11:37+00:00" }, { "name": "phpunit/php-code-coverage",