From cc53cf9ee62dd067a7a92896dc4350fa83347116 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2020 15:42:16 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan from 0.12.4 to 0.12.5 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.4 to 0.12.5. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.4...0.12.5) 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 def7055f..4caf0a8e 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "ergebnis/phpstan-rules": "~0.14.2", "infection/infection": "~0.13.6", "phpstan/extension-installer": "^1.0.3", - "phpstan/phpstan": "~0.12.4", + "phpstan/phpstan": "~0.12.5", "phpstan/phpstan-deprecation-rules": "~0.12.1", "phpstan/phpstan-phpunit": "~0.12.6", "phpstan/phpstan-strict-rules": "~0.12.1", diff --git a/composer.lock b/composer.lock index b492de4f..d493be83 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": "964cd9ec85b8cf3fcb1b65b6091bea81", + "content-hash": "315dab3734d6d01e934d2cd187bfd1dd", "packages": [ { "name": "ergebnis/classy", @@ -2101,16 +2101,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.4", + "version": "0.12.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "100a25ba8561223f6bf5a5ff4204f951c0ec007c" + "reference": "71a20c18f06c53605251a00a8efe443fa85225d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/100a25ba8561223f6bf5a5ff4204f951c0ec007c", - "reference": "100a25ba8561223f6bf5a5ff4204f951c0ec007c", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/71a20c18f06c53605251a00a8efe443fa85225d1", + "reference": "71a20c18f06c53605251a00a8efe443fa85225d1", "shasum": "" }, "require": { @@ -2136,7 +2136,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-01-06T06:38:17+00:00" + "time": "2020-01-12T14:31:21+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",