From 865df0651d712dc69643e7ccdb609418a444e7b2 Mon Sep 17 00:00:00 2001 From: Violinist bot Date: Sun, 19 Apr 2020 23:58:37 +0000 Subject: [PATCH] Update phpstan/phpstan --- composer.lock | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 2c0807f..0ea1c87 100644 --- a/composer.lock +++ b/composer.lock @@ -8,21 +8,24 @@ "packages": [ { "name": "phpstan/phpstan", - "version": "0.12.18", + "version": "0.12.19", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "1ce27fe29c8660a27926127d350d53d80c4d4286" + "reference": "054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1ce27fe29c8660a27926127d350d53d80c4d4286", - "reference": "1ce27fe29c8660a27926127d350d53d80c4d4286", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d", + "reference": "054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d", "shasum": "" }, "require": { "php": "^7.1" }, + "conflict": { + "phpstan/phpstan-shim": "*" + }, "bin": [ "phpstan", "phpstan.phar" @@ -43,7 +46,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-03-22T16:51:47+00:00" + "time": "2020-04-19T20:35:10+00:00" } ], "packages-dev": [ @@ -3197,5 +3200,6 @@ "platform": { "php": "^7.1" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }