From 09359e076db129708b670c2953b6ed80f2fd231a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Nov 2020 05:29:21 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan from 0.12.53 to 0.12.54 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.53 to 0.12.54. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.53...0.12.54) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 5f049edc..945d3bf6 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "infection/infection": "~0.15.3", "jangregor/phpstan-prophecy": "~0.8.1", "phpstan/extension-installer": "^1.0.5", - "phpstan/phpstan": "~0.12.53", + "phpstan/phpstan": "~0.12.54", "phpstan/phpstan-deprecation-rules": "~0.12.5", "phpstan/phpstan-phpunit": "~0.12.16", "phpstan/phpstan-strict-rules": "~0.12.5", diff --git a/composer.lock b/composer.lock index 957f184a..4ddfddfd 100644 --- a/composer.lock +++ b/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": "f38654e0854ed094ef40706f297b8499", + "content-hash": "cc0018ebad667245193f51679423e644", "packages": [], "packages-dev": [ { @@ -2227,16 +2227,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.53", + "version": "0.12.54", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "dbbdb0d7c2434ecd5289f6114d16473e694caa67" + "reference": "45c7b999a4b7dd9ac5558bdaaf23dcebbef88223" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dbbdb0d7c2434ecd5289f6114d16473e694caa67", - "reference": "dbbdb0d7c2434ecd5289f6114d16473e694caa67", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/45c7b999a4b7dd9ac5558bdaaf23dcebbef88223", + "reference": "45c7b999a4b7dd9ac5558bdaaf23dcebbef88223", "shasum": "" }, "require": { @@ -2279,7 +2279,7 @@ "type": "tidelift" } ], - "time": "2020-11-01T14:51:50+00:00" + "time": "2020-11-05T13:36:26+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",