From db3fe1cc8217b31395f96c2e5fae64f230f51b5d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Jun 2021 21:48:12 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to v0.12.89 --- apps/composer.json | 2 +- apps/composer.lock | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/apps/composer.json b/apps/composer.json index f4f5ee4..5881282 100644 --- a/apps/composer.json +++ b/apps/composer.json @@ -52,7 +52,7 @@ "squizlabs/php_codesniffer": "3.6.0", "roave/security-advisories": "dev-master", "behat/behat": "3.8.1", - "phpstan/phpstan": "0.12.88", + "phpstan/phpstan": "0.12.89", "povils/phpmnd": "2.4.0" }, "config": { diff --git a/apps/composer.lock b/apps/composer.lock index 1693832..94e331d 100644 --- a/apps/composer.lock +++ b/apps/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": "350111f82137f90bff2624484581ed39", + "content-hash": "585b42d60b0616fcaa1a61c6b1b04fe8", "packages": [ { "name": "composer/installers", @@ -1320,16 +1320,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.88", + "version": "0.12.89", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "464d1a81af49409c41074aa6640ed0c4cbd9bb68" + "reference": "54c0f5a6c30511b77128d58b6369f718df250542" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/464d1a81af49409c41074aa6640ed0c4cbd9bb68", - "reference": "464d1a81af49409c41074aa6640ed0c4cbd9bb68", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/54c0f5a6c30511b77128d58b6369f718df250542", + "reference": "54c0f5a6c30511b77128d58b6369f718df250542", "shasum": "" }, "require": { @@ -1360,13 +1360,17 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.88" + "source": "https://github.com/phpstan/phpstan/tree/0.12.89" }, "funding": [ { "url": "https://github.com/ondrejmirtes", "type": "github" }, + { + "url": "https://github.com/phpstan", + "type": "github" + }, { "url": "https://www.patreon.com/phpstan", "type": "patreon" @@ -1376,7 +1380,7 @@ "type": "tidelift" } ], - "time": "2021-05-17T12:24:49+00:00" + "time": "2021-06-09T20:23:49+00:00" }, { "name": "phpunit/php-timer", @@ -3250,5 +3254,5 @@ "php": ">=7.1" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" }