From 92054cb511b33641534dd7d46e26412cf5c7c89b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 31 May 2020 07:18:51 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan-phpunit from 0.12.9 to 0.12.10 Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 0.12.9 to 0.12.10. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/0.12.9...0.12.10) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 472141d8..6c7bd91e 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpstan/extension-installer": "^1.0.4", "phpstan/phpstan": "~0.12.25", "phpstan/phpstan-deprecation-rules": "~0.12.4", - "phpstan/phpstan-phpunit": "~0.12.9", + "phpstan/phpstan-phpunit": "~0.12.10", "phpstan/phpstan-strict-rules": "~0.12.2", "phpunit/phpunit": "^7.5.20", "psalm/plugin-phpunit": "~0.10.1", diff --git a/composer.lock b/composer.lock index b2145dc9..b4bb216f 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": "a716cbaaf2136cdffaefb5c290498ffc", + "content-hash": "2e94aa40cdcbc25cdc40d2086f539919", "packages": [], "packages-dev": [ { @@ -2325,16 +2325,16 @@ }, { "name": "phpstan/phpstan-phpunit", - "version": "0.12.9", + "version": "0.12.10", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "1d3cfe367482f247ab4ddd3e99cefa91efcbaf91" + "reference": "74c1c5f00312e23533fdf579aea71a8343dd3e78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/1d3cfe367482f247ab4ddd3e99cefa91efcbaf91", - "reference": "1d3cfe367482f247ab4ddd3e99cefa91efcbaf91", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/74c1c5f00312e23533fdf579aea71a8343dd3e78", + "reference": "74c1c5f00312e23533fdf579aea71a8343dd3e78", "shasum": "" }, "require": { @@ -2351,7 +2351,7 @@ "jakub-onderka/php-parallel-lint": "^1.0", "phing/phing": "^2.16.0", "phpstan/phpstan-strict-rules": "^0.12", - "phpunit/phpunit": "^7.0", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", "satooshi/php-coveralls": "^1.0", "slevomat/coding-standard": "^4.7.2" }, @@ -2377,7 +2377,7 @@ "MIT" ], "description": "PHPUnit extensions and rules for PHPStan", - "time": "2020-05-30T18:08:10+00:00" + "time": "2020-05-31T06:33:59+00:00" }, { "name": "phpstan/phpstan-strict-rules",