From a76958b4988c3dd455e62c7627a2a22039d4ef14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2020 05:44:05 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan-phpunit from 0.12.15 to 0.12.16 Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 0.12.15 to 0.12.16. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/0.12.15...0.12.16) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 517e9d79..72149b19 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpstan/extension-installer": "^1.0.4", "phpstan/phpstan": "~0.12.35", "phpstan/phpstan-deprecation-rules": "~0.12.5", - "phpstan/phpstan-phpunit": "~0.12.15", + "phpstan/phpstan-phpunit": "~0.12.16", "phpstan/phpstan-strict-rules": "~0.12.4", "phpunit/phpunit": "^7.5.20", "psalm/plugin-phpunit": "~0.10.1", diff --git a/composer.lock b/composer.lock index 093bb3af..cd4e4f59 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": "d9b5ce077bd9314aa41f7bc87f6e553c", + "content-hash": "dbd065025edd66314b514d82ed531873", "packages": [], "packages-dev": [ { @@ -2513,16 +2513,16 @@ }, { "name": "phpstan/phpstan-phpunit", - "version": "0.12.15", + "version": "0.12.16", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "264abf4c789118c63389bb8009e3418f7cd5fbbd" + "reference": "1dd916d181b0539dea5cd37e91546afb8b107e17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/264abf4c789118c63389bb8009e3418f7cd5fbbd", - "reference": "264abf4c789118c63389bb8009e3418f7cd5fbbd", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/1dd916d181b0539dea5cd37e91546afb8b107e17", + "reference": "1dd916d181b0539dea5cd37e91546afb8b107e17", "shasum": "" }, "require": { @@ -2565,7 +2565,7 @@ "MIT" ], "description": "PHPUnit extensions and rules for PHPStan", - "time": "2020-07-29T20:54:30+00:00" + "time": "2020-08-05T13:28:50+00:00" }, { "name": "phpstan/phpstan-strict-rules",