From 354e8d7595fb0627fc80a316f4699e592498f265 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2020 06:43:03 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan from 0.12.10 to 0.12.11 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.10 to 0.12.11. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.10...0.12.11) 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 c3363694..e84cd266 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "ergebnis/test-util": "~0.9.1", "jangregor/phpstan-prophecy": "~0.6.1", "phpstan/extension-installer": "^1.0.3", - "phpstan/phpstan": "~0.12.10", + "phpstan/phpstan": "~0.12.11", "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 ed1779f7..00bcb36f 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": "4603e81aa8933f5e1fc6e14cbea16826", + "content-hash": "c40d773072d9796d40e6504930ef715b", "packages": [ { "name": "ergebnis/json-normalizer", @@ -2141,16 +2141,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.10", + "version": "0.12.11", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "39004edc7fc308752f625b89b70ad1710708f45e" + "reference": "ca5f2b7cf81c6d8fba74f9576970399c5817e03b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/39004edc7fc308752f625b89b70ad1710708f45e", - "reference": "39004edc7fc308752f625b89b70ad1710708f45e", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ca5f2b7cf81c6d8fba74f9576970399c5817e03b", + "reference": "ca5f2b7cf81c6d8fba74f9576970399c5817e03b", "shasum": "" }, "require": { @@ -2176,7 +2176,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-02-12T22:03:42+00:00" + "time": "2020-02-16T14:00:29+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",