From 2a5d21021dba6c1e9380645d2d73421a34cd039a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 16 Feb 2021 16:38:19 +0000 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan to v0.12.76 --- 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 5db87e74..2ca1c636 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.76", "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 419d6317..857bebbd 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": "5a0f3a8788cf02a2954194c47db5cbd1", + "content-hash": "4031d1bd50be18eb4af7e8d67df7e6bd", "packages": [ { "name": "api-platform/core", @@ -10204,16 +10204,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.50", + "version": "0.12.76", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "b8248f9c81265af75d6d969ca3252aaf3e998f3a" + "reference": "7aaaf9a759a29795e8f46d48041af1c1f1b23d38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b8248f9c81265af75d6d969ca3252aaf3e998f3a", - "reference": "b8248f9c81265af75d6d969ca3252aaf3e998f3a", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7aaaf9a759a29795e8f46d48041af1c1f1b23d38", + "reference": "7aaaf9a759a29795e8f46d48041af1c1f1b23d38", "shasum": "" }, "require": { @@ -10244,7 +10244,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.76" }, "funding": [ { @@ -10260,7 +10260,7 @@ "type": "tidelift" } ], - "time": "2020-10-16T12:22:23+00:00" + "time": "2021-02-13T11:47:44+00:00" }, { "name": "phpunit/php-timer",