From 99ea5b68ebce2ea5cdd78c7826229c8b08fa6974 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 22:34:48 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan from 0.12.9 to 0.12.10 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.9 to 0.12.10. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.9...0.12.10) 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 52723b9a..c9b35737 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "ergebnis/phpstan-rules": "~0.14.3", "infection/infection": "~0.13.6", "phpstan/extension-installer": "^1.0.3", - "phpstan/phpstan": "~0.12.9", + "phpstan/phpstan": "~0.12.10", "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 b48789e0..56bc7c1a 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": "0c12218accc485dd6bf7ac2de370988a", + "content-hash": "92d2602311374ede1a8695902e6fa1cd", "packages": [ { "name": "ergebnis/classy", @@ -2165,16 +2165,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.9", + "version": "0.12.10", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "297cb2458a96ea96d5e9d6ef38f1b7305c071f32" + "reference": "39004edc7fc308752f625b89b70ad1710708f45e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/297cb2458a96ea96d5e9d6ef38f1b7305c071f32", - "reference": "297cb2458a96ea96d5e9d6ef38f1b7305c071f32", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/39004edc7fc308752f625b89b70ad1710708f45e", + "reference": "39004edc7fc308752f625b89b70ad1710708f45e", "shasum": "" }, "require": { @@ -2200,7 +2200,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-02-04T22:30:27+00:00" + "time": "2020-02-12T22:03:42+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",