From d2e32de85004e259fdd6ec0da0fa9b18de26d89d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 24 May 2020 21:15:27 +0000 Subject: [PATCH] Build(deps-dev): Bump psalm/plugin-phpunit from 0.10.0 to 0.10.1 Bumps [psalm/plugin-phpunit](https://github.com/psalm/psalm-plugin-phpunit) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/psalm/psalm-plugin-phpunit/releases) - [Commits](https://github.com/psalm/psalm-plugin-phpunit/compare/0.10.0...0.10.1) 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 919341ba..a361b540 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "phpstan/phpstan-phpunit": "~0.12.8", "phpstan/phpstan-strict-rules": "~0.12.2", "phpunit/phpunit": "^7.5.20", - "psalm/plugin-phpunit": "~0.10.0", + "psalm/plugin-phpunit": "~0.10.1", "symfony/filesystem": "^4.4.0", "vimeo/psalm": "^3.11.4" }, diff --git a/composer.lock b/composer.lock index b207ff60..e2f48316 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": "9d0a91810f83d4d2489ff71a7124345c", + "content-hash": "73d90fecb265a9cc6b9571ab8cf928f4", "packages": [ { "name": "composer/semver", @@ -3877,16 +3877,16 @@ }, { "name": "psalm/plugin-phpunit", - "version": "0.10.0", + "version": "0.10.1", "source": { "type": "git", "url": "https://github.com/psalm/psalm-plugin-phpunit.git", - "reference": "12b3978cea0e9ad3aa3a127a93d3b8a1ce0eb2af" + "reference": "138998ffd32b76a2e69eb1ff94ef2bf110967273" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/12b3978cea0e9ad3aa3a127a93d3b8a1ce0eb2af", - "reference": "12b3978cea0e9ad3aa3a127a93d3b8a1ce0eb2af", + "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/138998ffd32b76a2e69eb1ff94ef2bf110967273", + "reference": "138998ffd32b76a2e69eb1ff94ef2bf110967273", "shasum": "" }, "require": { @@ -3900,7 +3900,7 @@ "require-dev": { "codeception/codeception": "^4.0.3", "squizlabs/php_codesniffer": "^3.3.1", - "weirdan/codeception-psalm-module": "^0.4.0" + "weirdan/codeception-psalm-module": "^0.7.1" }, "type": "psalm-plugin", "extra": { @@ -3924,7 +3924,7 @@ } ], "description": "Psalm plugin for PHPUnit", - "time": "2020-04-05T22:49:26+00:00" + "time": "2020-05-24T20:30:10+00:00" }, { "name": "sebastian/code-unit-reverse-lookup",