From b78de21c83cbc9466c0fc131266dbc32959027b9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 28 Feb 2021 21:05:04 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to v0.12.80 --- 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 3e512283..636cbf83 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.80", "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 efb89e18..be96a279 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": "77bce971de099b21db56238644b972a8", + "content-hash": "5ea12e1fe68de562fe71dc9043cb4f2b", "packages": [ { "name": "api-platform/core", @@ -10200,16 +10200,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.50", + "version": "0.12.80", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "b8248f9c81265af75d6d969ca3252aaf3e998f3a" + "reference": "c6a1b17f22ecf708d434d6bee05092647ec7e686" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b8248f9c81265af75d6d969ca3252aaf3e998f3a", - "reference": "b8248f9c81265af75d6d969ca3252aaf3e998f3a", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c6a1b17f22ecf708d434d6bee05092647ec7e686", + "reference": "c6a1b17f22ecf708d434d6bee05092647ec7e686", "shasum": "" }, "require": { @@ -10240,7 +10240,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.80" }, "funding": [ { @@ -10256,7 +10256,7 @@ "type": "tidelift" } ], - "time": "2020-10-16T12:22:23+00:00" + "time": "2021-02-28T20:22:43+00:00" }, { "name": "phpunit/php-timer",