From 1f3b6edced685e264f5431af2fd8963b615560a2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 6 May 2020 09:35:38 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan from 0.12.22 to 0.12.23 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.22 to 0.12.23. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.22...0.12.23) 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 cc136e3c..6e683805 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "infection/infection": "~0.13.6", "jangregor/phpstan-prophecy": "~0.6.2", "phpstan/extension-installer": "^1.0.4", - "phpstan/phpstan": "~0.12.22", + "phpstan/phpstan": "~0.12.23", "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 5c9c4e3e..5c106728 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": "38cc974585fd39af550b976fa41dde3c", + "content-hash": "d2e7c8519454259d8f9b7020abda4792", "packages": [], "packages-dev": [ { @@ -2235,16 +2235,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.22", + "version": "0.12.23", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "59090e1b84efca9310e58586aeb787521aa00b10" + "reference": "71e529efced79e055fa8318b692e7f7d03ea4e75" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/59090e1b84efca9310e58586aeb787521aa00b10", - "reference": "59090e1b84efca9310e58586aeb787521aa00b10", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/71e529efced79e055fa8318b692e7f7d03ea4e75", + "reference": "71e529efced79e055fa8318b692e7f7d03ea4e75", "shasum": "" }, "require": { @@ -2273,7 +2273,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-05-04T09:21:25+00:00" + "time": "2020-05-05T12:55:44+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",