From 7248139467121901f93854002161a1416884088b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 22:52:11 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan from 0.12.13 to 0.12.14 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.13 to 0.12.14. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.13...0.12.14) 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 f6b1cc77..fce5cbe2 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "ergebnis/test-util": "~0.9.1", "jangregor/phpstan-prophecy": "~0.6.2", "phpstan/extension-installer": "^1.0.3", - "phpstan/phpstan": "~0.12.13", + "phpstan/phpstan": "~0.12.14", "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 372a5943..3bd9797f 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": "0c6ddff25e4743691cfb0cc8a7877528", + "content-hash": "1fc9abaf0f7e95854cd2124e5a604799", "packages": [ { "name": "ergebnis/json-normalizer", @@ -2141,16 +2141,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.13", + "version": "0.12.14", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "d74fb5ce1ab9f24a7128db90e99dec82440975c3" + "reference": "37bdd26a80235d0f9045b49f4151102b7831cbe2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d74fb5ce1ab9f24a7128db90e99dec82440975c3", - "reference": "d74fb5ce1ab9f24a7128db90e99dec82440975c3", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/37bdd26a80235d0f9045b49f4151102b7831cbe2", + "reference": "37bdd26a80235d0f9045b49f4151102b7831cbe2", "shasum": "" }, "require": { @@ -2176,7 +2176,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2020-03-02T13:08:55+00:00" + "time": "2020-03-02T22:29:43+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",