From 1583ea82f0d355d18b5b67cf27bdc565a40ba8b8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 3 May 2020 17:45:34 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan from 0.12.19 to 0.12.20 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.19 to 0.12.20. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.19...0.12.20) 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 85c84e5..5a36316 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "infection/infection": "~0.15.3", "jangregor/phpstan-prophecy": "~0.6.2", "phpstan/extension-installer": "^1.0.4", - "phpstan/phpstan": "~0.12.19", + "phpstan/phpstan": "~0.12.20", "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 3062f68..1a67673 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": "926afa8e2192110ebf2eba6fa6a8b13e", + "content-hash": "ab9407e9d2789bb93b24b77d975cac42", "packages": [], "packages-dev": [ { @@ -2125,16 +2125,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.19", + "version": "0.12.20", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d" + "reference": "3d79c7109223aeb2d1157870c5d8875545403917" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d", - "reference": "054f6d76b12ba9a6c13a5a8d5fcdf51219615f4d", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3d79c7109223aeb2d1157870c5d8875545403917", + "reference": "3d79c7109223aeb2d1157870c5d8875545403917", "shasum": "" }, "require": { @@ -2163,7 +2163,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-04-19T20:35:10+00:00" + "time": "2020-05-03T17:12:46+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",