From 5cd66914cfaa3b89442d4c8005ceb229d60193d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 22:47:30 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to v1.9.7 --- composer.json | 2 +- composer.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 4cf371a..e5b48e8 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "pestphp/pest-plugin-faker": "1.0.0", "loophp/phpunit-iterable-assertions": "1.0.3", "doctrine/collections": "2.0.1", - "phpstan/phpstan": "1.7.3", + "phpstan/phpstan": "1.9.7", "phpmd/phpmd": "2.12.0" }, "config": { diff --git a/composer.lock b/composer.lock index 97c4e0f..e177f84 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": "2992d2c4a0cb26eb25e654b5843ef4ed", + "content-hash": "0cb82edfe300172bd7ef63e0264b7445", "packages": [ { "name": "brick/math", @@ -2096,16 +2096,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.7.3", + "version": "1.9.7", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "48c4621b1a6dde32aab2e9a79658b843ffb614f7" + "reference": "0501435cd342eac7664bd62155b1ef907fc60b6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/48c4621b1a6dde32aab2e9a79658b843ffb614f7", - "reference": "48c4621b1a6dde32aab2e9a79658b843ffb614f7", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0501435cd342eac7664bd62155b1ef907fc60b6f", + "reference": "0501435cd342eac7664bd62155b1ef907fc60b6f", "shasum": "" }, "require": { @@ -2129,9 +2129,13 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", + "keywords": [ + "dev", + "static analysis" + ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.7.3" + "source": "https://github.com/phpstan/phpstan/tree/1.9.7" }, "funding": [ { @@ -2142,16 +2146,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-01-04T21:59:57+00:00" }, { "name": "phpunit/php-code-coverage",