From 6e5bf1c5588641c403bd5fe37ba6452fd39a1d52 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:54:39 +0000 Subject: [PATCH] Build(deps-dev): Bump psalm/plugin-phpunit from 0.8.0 to 0.8.1 Bumps [psalm/plugin-phpunit](https://github.com/psalm/phpunit-psalm-plugin) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/psalm/phpunit-psalm-plugin/releases) - [Commits](https://github.com/psalm/phpunit-psalm-plugin/compare/0.8.0...0.8.1) 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 c635a08c..bc12c759 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpstan/phpstan-phpunit": "~0.12.5", "phpstan/phpstan-strict-rules": "~0.12.1", "phpunit/phpunit": "^8.5.2", - "psalm/plugin-phpunit": "~0.8.0", + "psalm/plugin-phpunit": "~0.8.1", "vimeo/psalm": "^3.8.2" }, "config": { diff --git a/composer.lock b/composer.lock index 23b3d946..a783bdda 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": "b1759a8a93c88658592efcdd4b600b21", + "content-hash": "28a654de5d4dc9217d95e589c24cd10f", "packages": [], "packages-dev": [ { @@ -3048,16 +3048,16 @@ }, { "name": "psalm/plugin-phpunit", - "version": "0.8.0", + "version": "0.8.1", "source": { "type": "git", "url": "https://github.com/psalm/phpunit-psalm-plugin.git", - "reference": "1dcd8ff7719b78b858d7560dd2d912a55272bfbc" + "reference": "021eb5a8c1c735f820a6bfb93b7a63f1d1c2c012" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/phpunit-psalm-plugin/zipball/1dcd8ff7719b78b858d7560dd2d912a55272bfbc", - "reference": "1dcd8ff7719b78b858d7560dd2d912a55272bfbc", + "url": "https://api.github.com/repos/psalm/phpunit-psalm-plugin/zipball/021eb5a8c1c735f820a6bfb93b7a63f1d1c2c012", + "reference": "021eb5a8c1c735f820a6bfb93b7a63f1d1c2c012", "shasum": "" }, "require": { @@ -3101,7 +3101,7 @@ } ], "description": "Psalm plugin for PHPUnit", - "time": "2019-11-27T15:49:38+00:00" + "time": "2020-01-10T00:31:44+00:00" }, { "name": "psr/container",