From 8c7dac5318bb6f49137f4cb5886371ff594480d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 16:44:46 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan from 0.12.12 to 0.12.13 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.12 to 0.12.13. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.12...0.12.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 6c17c9a6..026867ee 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.12", + "phpstan/phpstan": "~0.12.13", "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 f4467a21..125accef 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": "d0ef0d70661ae4f768b0108d3e1d5cc2", + "content-hash": "06b2c9e9d95c265927a6fa28381e0aed", "packages": [ { "name": "ergebnis/classy", @@ -2166,16 +2166,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.12", + "version": "0.12.13", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "aa7877f4240a92bdd51524b4305c380df0e73a83" + "reference": "d74fb5ce1ab9f24a7128db90e99dec82440975c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/aa7877f4240a92bdd51524b4305c380df0e73a83", - "reference": "aa7877f4240a92bdd51524b4305c380df0e73a83", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d74fb5ce1ab9f24a7128db90e99dec82440975c3", + "reference": "d74fb5ce1ab9f24a7128db90e99dec82440975c3", "shasum": "" }, "require": { @@ -2201,7 +2201,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-03-01T22:09:42+00:00" + "time": "2020-03-02T13:08:55+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",