From bfbf1a6e831be5782982c2b1f75629f80e6841cb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 17 May 2021 13:18:06 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to v0.12.88 --- apps/composer.json | 2 +- apps/composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/composer.json b/apps/composer.json index 38a287c7..c4b0b999 100644 --- a/apps/composer.json +++ b/apps/composer.json @@ -69,7 +69,7 @@ "behat/behat": "3.7.0", "dama/doctrine-test-bundle": "6.4.0", "doctrine/doctrine-fixtures-bundle": "3.3.2", - "phpstan/phpstan": "0.12.50", + "phpstan/phpstan": "0.12.88", "povils/phpmnd": "2.3.0", "squizlabs/php_codesniffer": "3.5.6", "symfony/browser-kit": "5.1.7", diff --git a/apps/composer.lock b/apps/composer.lock index 0904f389..22deec43 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": "9089c5bc645eb1e8921bec63c679b72f", + "content-hash": "840dbef3a1dce91948f32121ad88403a", "packages": [ { "name": "api-platform/core", @@ -10193,16 +10193,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.50", + "version": "0.12.88", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "b8248f9c81265af75d6d969ca3252aaf3e998f3a" + "reference": "464d1a81af49409c41074aa6640ed0c4cbd9bb68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b8248f9c81265af75d6d969ca3252aaf3e998f3a", - "reference": "b8248f9c81265af75d6d969ca3252aaf3e998f3a", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/464d1a81af49409c41074aa6640ed0c4cbd9bb68", + "reference": "464d1a81af49409c41074aa6640ed0c4cbd9bb68", "shasum": "" }, "require": { @@ -10233,7 +10233,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.50" + "source": "https://github.com/phpstan/phpstan/tree/0.12.88" }, "funding": [ { @@ -10249,7 +10249,7 @@ "type": "tidelift" } ], - "time": "2020-10-16T12:22:23+00:00" + "time": "2021-05-17T12:24:49+00:00" }, { "name": "phpunit/php-timer",