From d6f5db0d5768fa8a70766dd661177e1fa49ef5d0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 15:40:01 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan from 0.12.14 to 0.12.15 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.14 to 0.12.15. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.14...0.12.15) 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 364cb6af..a76e2851 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.14", + "phpstan/phpstan": "~0.12.15", "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 3a00f515..ee01098e 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": "03315f849de998a1a5d11a2f88648bd1", + "content-hash": "682f378919666e04342a02913c077d5e", "packages": [ { "name": "ergebnis/classy", @@ -2166,16 +2166,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.14", + "version": "0.12.15", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "37bdd26a80235d0f9045b49f4151102b7831cbe2" + "reference": "3928a303954338eb8ed201cfe69134950318b470" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/37bdd26a80235d0f9045b49f4151102b7831cbe2", - "reference": "37bdd26a80235d0f9045b49f4151102b7831cbe2", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3928a303954338eb8ed201cfe69134950318b470", + "reference": "3928a303954338eb8ed201cfe69134950318b470", "shasum": "" }, "require": { @@ -2201,7 +2201,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-03-02T22:29:43+00:00" + "time": "2020-03-16T15:27:38+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",