From 42337d937aa3d81b5ae7fe0b0d3555369c8e0b66 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 21:42:11 +0000 Subject: [PATCH] Build(deps-dev): Bump psalm/plugin-phpunit from 0.9.1 to 0.9.2 Bumps [psalm/plugin-phpunit](https://github.com/psalm/psalm-plugin-phpunit) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/psalm/psalm-plugin-phpunit/releases) - [Commits](https://github.com/psalm/psalm-plugin-phpunit/compare/0.9.1...0.9.2) 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 16ebf14c..18cabdb4 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "phpstan/phpstan-phpunit": "~0.12.6", "phpstan/phpstan-strict-rules": "~0.12.2", "phpunit/phpunit": "^7.5.20", - "psalm/plugin-phpunit": "~0.9.1", + "psalm/plugin-phpunit": "~0.9.2", "symfony/filesystem": "^4.4.0", "vimeo/psalm": "^3.10.1" }, diff --git a/composer.lock b/composer.lock index 8fe67190..560632c3 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": "ad553b0b1579d5b81fcae2f55b6180b3", + "content-hash": "d1a04d88683c8485bd22bbe8ae352aeb", "packages": [ { "name": "composer/semver", @@ -3870,16 +3870,16 @@ }, { "name": "psalm/plugin-phpunit", - "version": "0.9.1", + "version": "0.9.2", "source": { "type": "git", "url": "https://github.com/psalm/psalm-plugin-phpunit.git", - "reference": "30b224272086e14ec52902f2ed0fc93136d2cb78" + "reference": "ebfae6c31922536b312bbc3388a1a2153d630020" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/30b224272086e14ec52902f2ed0fc93136d2cb78", - "reference": "30b224272086e14ec52902f2ed0fc93136d2cb78", + "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/ebfae6c31922536b312bbc3388a1a2153d630020", + "reference": "ebfae6c31922536b312bbc3388a1a2153d630020", "shasum": "" }, "require": { @@ -3923,7 +3923,7 @@ } ], "description": "Psalm plugin for PHPUnit", - "time": "2020-03-30T10:43:56+00:00" + "time": "2020-04-01T21:20:23+00:00" }, { "name": "sebastian/code-unit-reverse-lookup",