From 807a5aaa28cc65c5b4f41321f4049785f5596423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 13:44:16 +0000 Subject: [PATCH] composer(deps-dev): bump psalm/plugin-phpunit from 0.15.1 to 0.16.1 Bumps [psalm/plugin-phpunit](https://github.com/psalm/psalm-plugin-phpunit) from 0.15.1 to 0.16.1. - [Release notes](https://github.com/psalm/psalm-plugin-phpunit/releases) - [Commits](https://github.com/psalm/psalm-plugin-phpunit/compare/0.15.1...0.16.1) --- updated-dependencies: - dependency-name: psalm/plugin-phpunit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 84e9f995..1d77ee64 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "phpstan/phpstan-deprecation-rules": "~0.12.6", "phpstan/phpstan-strict-rules": "~0.12.9", "phpunit/phpunit": "^8.5.19", - "psalm/plugin-phpunit": "~0.15.0", + "psalm/plugin-phpunit": "~0.16.1", "vimeo/psalm": "^4.9.2", "zendframework/zend-file": "^2.8.3" }, diff --git a/composer.lock b/composer.lock index 2cf279b7..022e3dd6 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": "c3b2f4c8935a77382f7e92eaaa477ac7", + "content-hash": "af1ac5641e3537e9ca55c3d25c8a19f3", "packages": [], "packages-dev": [ { @@ -2929,16 +2929,16 @@ }, { "name": "psalm/plugin-phpunit", - "version": "0.15.1", + "version": "0.16.1", "source": { "type": "git", "url": "https://github.com/psalm/psalm-plugin-phpunit.git", - "reference": "30ca25ce069bf4943c36e59b7df6954f6af05e64" + "reference": "5dd3be04f37a857d52880ef6af2524a441dfef24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/30ca25ce069bf4943c36e59b7df6954f6af05e64", - "reference": "30ca25ce069bf4943c36e59b7df6954f6af05e64", + "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/5dd3be04f37a857d52880ef6af2524a441dfef24", + "reference": "5dd3be04f37a857d52880ef6af2524a441dfef24", "shasum": "" }, "require": { @@ -2946,7 +2946,7 @@ "composer/semver": "^1.4 || ^2.0 || ^3.0", "ext-simplexml": "*", "php": "^7.1 || ^8.0", - "vimeo/psalm": "dev-master || dev-4.x || ^4.0" + "vimeo/psalm": "dev-master || dev-4.x || ^4.5" }, "conflict": { "phpunit/phpunit": "<7.5" @@ -2983,9 +2983,9 @@ "description": "Psalm plugin for PHPUnit", "support": { "issues": "https://github.com/psalm/psalm-plugin-phpunit/issues", - "source": "https://github.com/psalm/psalm-plugin-phpunit/tree/0.15.1" + "source": "https://github.com/psalm/psalm-plugin-phpunit/tree/0.16.1" }, - "time": "2021-01-23T00:19:07+00:00" + "time": "2021-06-18T23:56:46+00:00" }, { "name": "psr/cache",