From fa359373048e486e80c852a1bfbaa66b252e701c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 30 May 2020 18:49:15 +0000 Subject: [PATCH] Build(deps-dev): Bump phpstan/phpstan-phpunit from 0.12.8 to 0.12.9 Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 0.12.8 to 0.12.9. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/0.12.8...0.12.9) 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 e78f5eab..16c2faa1 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "phpstan/extension-installer": "^1.0.4", "phpstan/phpstan": "~0.12.25", "phpstan/phpstan-deprecation-rules": "~0.12.4", - "phpstan/phpstan-phpunit": "~0.12.8", + "phpstan/phpstan-phpunit": "~0.12.9", "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 ad0fff82..661e4944 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": "19c91d5e5d91a3b3e77f71b1d54596d2", + "content-hash": "4de24d6344465467338c1c215f45d880", "packages": [ { "name": "ergebnis/classy", @@ -2264,21 +2264,21 @@ }, { "name": "phpstan/phpstan-phpunit", - "version": "0.12.8", + "version": "0.12.9", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "7232c17e2493dc598173da784477ce0afb2c4e0e" + "reference": "1d3cfe367482f247ab4ddd3e99cefa91efcbaf91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/7232c17e2493dc598173da784477ce0afb2c4e0e", - "reference": "7232c17e2493dc598173da784477ce0afb2c4e0e", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/1d3cfe367482f247ab4ddd3e99cefa91efcbaf91", + "reference": "1d3cfe367482f247ab4ddd3e99cefa91efcbaf91", "shasum": "" }, "require": { "php": "~7.1", - "phpstan/phpstan": "^0.12.6" + "phpstan/phpstan": "^0.12.20" }, "conflict": { "phpunit/phpunit": "<7.0" @@ -2316,7 +2316,7 @@ "MIT" ], "description": "PHPUnit extensions and rules for PHPStan", - "time": "2020-04-17T08:04:10+00:00" + "time": "2020-05-30T18:08:10+00:00" }, { "name": "phpstan/phpstan-strict-rules",