From 9367bf716ec25d408e1f2b88dd96a2fdaaba68f8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 11:12:04 +0000 Subject: [PATCH] Bump phpstan/phpstan from 0.12.19 to 0.12.93 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.19 to 0.12.93. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.19...0.12.93) Signed-off-by: dependabot-preview[bot] --- composer.lock | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index ee92abb..f663a75 100644 --- a/composer.lock +++ b/composer.lock @@ -1984,20 +1984,20 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.19", + "version": "0.12.93", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d" + "reference": "7b7602f05d340ffa418c59299f8c053ac6c3e7ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d", - "reference": "054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7b7602f05d340ffa418c59299f8c053ac6c3e7ea", + "reference": "7b7602f05d340ffa418c59299f8c053ac6c3e7ea", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.1|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -2022,7 +2022,29 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-04-19T20:35:10+00:00" + "support": { + "issues": "https://github.com/phpstan/phpstan/issues", + "source": "https://github.com/phpstan/phpstan/tree/0.12.93" + }, + "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-20T10:49:53+00:00" }, { "name": "phpunit/php-code-coverage", @@ -3185,5 +3207,6 @@ "ext-mbstring": "*", "lib-openssl": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.0.0" }