From 3aada9364469054505bc0a66847d715e9c3016d4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 22:53:09 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan from 0.12.8 to 0.12.9 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.8 to 0.12.9. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.8...0.12.9) 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 204cebb..658c97d 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "infection/infection": "~0.13.6", "phpbench/phpbench": "~0.16.10", "phpstan/extension-installer": "^1.0.3", - "phpstan/phpstan": "~0.12.8", + "phpstan/phpstan": "~0.12.9", "phpstan/phpstan-deprecation-rules": "~0.12.2", "phpstan/phpstan-phpunit": "~0.12.6", "phpstan/phpstan-strict-rules": "~0.12.2", diff --git a/composer.lock b/composer.lock index 0340b2e..8297a92 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": "a68c8745ced7f44e92f802c3598414ca", + "content-hash": "adcd6279c125306367eb83e82162b470", "packages": [], "packages-dev": [ { @@ -2976,16 +2976,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.8", + "version": "0.12.9", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "62a552602b7586d82826231f2fd4cbfe39fe0b1d" + "reference": "297cb2458a96ea96d5e9d6ef38f1b7305c071f32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/62a552602b7586d82826231f2fd4cbfe39fe0b1d", - "reference": "62a552602b7586d82826231f2fd4cbfe39fe0b1d", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/297cb2458a96ea96d5e9d6ef38f1b7305c071f32", + "reference": "297cb2458a96ea96d5e9d6ef38f1b7305c071f32", "shasum": "" }, "require": { @@ -3011,7 +3011,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-01-26T23:36:48+00:00" + "time": "2020-02-04T22:30:27+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",