From 84c45549ca7058bb46e095f177685b7c489a8178 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 18 Jan 2022 17:27:19 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to v1.4.2 --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 18b0c35..77a7d12 100644 --- a/composer.lock +++ b/composer.lock @@ -1213,16 +1213,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.3.3", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "151a51f6149855785fbd883e79768c0abc96b75f" + "reference": "1dd8f3e40bf7aa30031a75c65cece99220a161b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/151a51f6149855785fbd883e79768c0abc96b75f", - "reference": "151a51f6149855785fbd883e79768c0abc96b75f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1dd8f3e40bf7aa30031a75c65cece99220a161b8", + "reference": "1dd8f3e40bf7aa30031a75c65cece99220a161b8", "shasum": "" }, "require": { @@ -1238,7 +1238,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -1253,7 +1253,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.3.3" + "source": "https://github.com/phpstan/phpstan/tree/1.4.2" }, "funding": [ { @@ -1273,7 +1273,7 @@ "type": "tidelift" } ], - "time": "2022-01-07T09:49:03+00:00" + "time": "2022-01-18T16:09:11+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",