From 7949ef22dd5999e0f9f189597e7459d168bd3f95 Mon Sep 17 00:00:00 2001 From: Violinist bot Date: Sat, 10 Jul 2021 15:43:54 +0000 Subject: [PATCH] Update phpstan/phpstan --- composer.lock | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index ccf7ef1..70cd56d 100644 --- a/composer.lock +++ b/composer.lock @@ -650,6 +650,7 @@ "self-update", "update" ], + "abandoned": true, "time": "2018-03-30T12:52:15+00:00" }, { @@ -1367,20 +1368,20 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.28", + "version": "0.12.92", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "76c0c4ec90b1eed66fa4855b8b4b53fa9054353f" + "reference": "64d4c5dc8ea96972bc18432d137a330239a5d2b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/76c0c4ec90b1eed66fa4855b8b4b53fa9054353f", - "reference": "76c0c4ec90b1eed66fa4855b8b4b53fa9054353f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/64d4c5dc8ea96972bc18432d137a330239a5d2b2", + "reference": "64d4c5dc8ea96972bc18432d137a330239a5d2b2", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.1|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -1405,7 +1406,25 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-06-10T06:20:14+00:00" + "funding": [ + { + "url": "https://github.com/ondrejmirtes", + "type": "github" + }, + { + "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": "2021-07-10T13:53:49+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -1642,5 +1661,6 @@ "platform-dev": [], "platform-overrides": { "php": "7.2" - } + }, + "plugin-api-version": "1.1.0" }