From 5b6d3068a3c36188e20b6fec69d7f46a995d8955 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 15:08:25 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan from 0.12.15 to 0.12.16 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.15 to 0.12.16. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.15...0.12.16) 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 be14def6..b1eb3d78 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "ergebnis/phpstan-rules": "~0.14.4", "infection/infection": "~0.13.6", "phpstan/extension-installer": "^1.0.3", - "phpstan/phpstan": "~0.12.15", + "phpstan/phpstan": "~0.12.16", "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 51e4029e..783892c9 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": "14dcfb0808122cad59424c96eed6420e", + "content-hash": "e62aa2301abf495e4c4f199cce13a46e", "packages": [ { "name": "ergebnis/classy", @@ -2166,16 +2166,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.15", + "version": "0.12.16", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "3928a303954338eb8ed201cfe69134950318b470" + "reference": "766dd42f741faa174391e8888babeb5150fcde8d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3928a303954338eb8ed201cfe69134950318b470", - "reference": "3928a303954338eb8ed201cfe69134950318b470", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/766dd42f741faa174391e8888babeb5150fcde8d", + "reference": "766dd42f741faa174391e8888babeb5150fcde8d", "shasum": "" }, "require": { @@ -2201,7 +2201,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-03-16T15:27:38+00:00" + "time": "2020-03-17T14:31:10+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",