From deab626dbaf99eb2198139fad5d6a29aba56d5d3 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 12 Mar 2025 12:08:37 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to v0.12.100 --- composer.lock | 36 +++++++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/composer.lock b/composer.lock index c668c7c..cf0c18f 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": "9a53e4f77d715163307f6736896493b8", + "content-hash": "fc113f753d9b94aa584ca3a3e85bb57c", "packages": [ { "name": "guzzlehttp/guzzle", @@ -1136,20 +1136,20 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.29", + "version": "0.12.100", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "9771daaf6b95c6313b908d0bcdee0afcd51f838a" + "reference": "48236ddf823547081b2b153d1cd2994b784328c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9771daaf6b95c6313b908d0bcdee0afcd51f838a", - "reference": "9771daaf6b95c6313b908d0bcdee0afcd51f838a", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/48236ddf823547081b2b153d1cd2994b784328c3", + "reference": "48236ddf823547081b2b153d1cd2994b784328c3", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.1|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -1174,7 +1174,25 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-06-14T14:10:59+00:00" + "support": { + "issues": "https://github.com/phpstan/phpstan/issues", + "source": "https://github.com/phpstan/phpstan/tree/0.12.100" + }, + "funding": [ + { + "url": "https://github.com/ondrejmirtes", + "type": "github" + }, + { + "url": "https://github.com/phpstan", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", + "type": "tidelift" + } + ], + "time": "2022-11-01T09:52:08+00:00" }, { "name": "psr/container", @@ -2735,9 +2753,9 @@ "platform": { "ext-json": "*" }, - "platform-dev": [], + "platform-dev": {}, "platform-overrides": { "php": "7.3.11" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }