From 05caae29eef5c0a3dde666168ee75ec249ea01f9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 08:11:35 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan from 0.12.6 to 0.12.7 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.6 to 0.12.7. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.6...0.12.7) 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 b610a7cb..577e96a3 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "infection/infection": "~0.13.6", "phpbench/phpbench": "~0.16.10", "phpstan/extension-installer": "^1.0.3", - "phpstan/phpstan": "~0.12.6", + "phpstan/phpstan": "~0.12.7", "phpstan/phpstan-deprecation-rules": "~0.12.2", "phpstan/phpstan-strict-rules": "~0.12.2", "phpunit/phpunit": "^7.5.20", diff --git a/composer.lock b/composer.lock index a442f4fd..e566eb2f 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": "4078de20973d4eea587fa0c668fa9de5", + "content-hash": "abb2c729af15b1e12c8c02ad21c35f4f", "packages": [], "packages-dev": [ { @@ -2726,16 +2726,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.6", + "version": "0.12.7", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "884659352d9ae2446f5ec5c6109b1e893c2387b1" + "reference": "07fa7958027fd98c567099bbcda5d6a0f2ec5197" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/884659352d9ae2446f5ec5c6109b1e893c2387b1", - "reference": "884659352d9ae2446f5ec5c6109b1e893c2387b1", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/07fa7958027fd98c567099bbcda5d6a0f2ec5197", + "reference": "07fa7958027fd98c567099bbcda5d6a0f2ec5197", "shasum": "" }, "require": { @@ -2761,7 +2761,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-01-20T14:12:32+00:00" + "time": "2020-01-20T21:59:06+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",