From 3f22de5e704ce981b69d8d3e2fa3da753e2fbb50 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 09:23:35 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan from 0.12.20 to 0.12.21 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.20 to 0.12.21. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.20...0.12.21) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index eee670d5..a9c8a696 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "ergebnis/phpstan-rules": "~0.14.4", "infection/infection": "~0.13.6", "phpstan/extension-installer": "^1.0.4", - "phpstan/phpstan": "~0.12.20", + "phpstan/phpstan": "~0.12.21", "phpstan/phpstan-deprecation-rules": "~0.12.2", "phpstan/phpstan-phpunit": "~0.12.8", "phpstan/phpstan-strict-rules": "~0.12.2", diff --git a/composer.lock b/composer.lock index 1cdac0cc..442f6dba 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": "ee66c4a9be71e56847bcd489c59b0f6b", + "content-hash": "ddace967baa7f9ff377d5e67e5057215", "packages": [ { "name": "ergebnis/classy", @@ -2174,16 +2174,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.20", + "version": "0.12.21", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "3d79c7109223aeb2d1157870c5d8875545403917" + "reference": "2838a7a1786b8c69540d8ab988e964c51b62a05e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3d79c7109223aeb2d1157870c5d8875545403917", - "reference": "3d79c7109223aeb2d1157870c5d8875545403917", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2838a7a1786b8c69540d8ab988e964c51b62a05e", + "reference": "2838a7a1786b8c69540d8ab988e964c51b62a05e", "shasum": "" }, "require": { @@ -2212,7 +2212,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-05-03T17:12:46+00:00" + "time": "2020-05-04T07:41:29+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",