From bdcaa2026a17000cb6d905375d364b9284131a9c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2020 22:46:33 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan from 0.12.11 to 0.12.12 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.11 to 0.12.12. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.11...0.12.12) 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 7a06902e..afe3e659 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "jangregor/phpstan-prophecy": "~0.6.2", "phpbench/phpbench": "~0.16.10", "phpstan/extension-installer": "^1.0.3", - "phpstan/phpstan": "~0.12.11", + "phpstan/phpstan": "~0.12.12", "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 3e513565..81e655d7 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": "f2e532bdb27c2fef5d4ae0e76885a99d", + "content-hash": "7309f2ac9ecb51186fe6eccf460de59c", "packages": [ { "name": "ergebnis/json-printer", @@ -2470,16 +2470,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.11", + "version": "0.12.12", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "ca5f2b7cf81c6d8fba74f9576970399c5817e03b" + "reference": "aa7877f4240a92bdd51524b4305c380df0e73a83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/ca5f2b7cf81c6d8fba74f9576970399c5817e03b", - "reference": "ca5f2b7cf81c6d8fba74f9576970399c5817e03b", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/aa7877f4240a92bdd51524b4305c380df0e73a83", + "reference": "aa7877f4240a92bdd51524b4305c380df0e73a83", "shasum": "" }, "require": { @@ -2505,7 +2505,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-02-16T14:00:29+00:00" + "time": "2020-03-01T22:09:42+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",