From cf5cf7d7f16a8c46122973c2dcaf3f7a4a219030 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:26 +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 a9af6894..d153319f 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "phpstan/phpstan-deprecation-rules": "~0.12.3", "phpstan/phpstan-strict-rules": "~0.12.2", "phpunit/phpunit": "^7.5.20", - "psalm/plugin-phpunit": "~0.10.0", + "psalm/plugin-phpunit": "~0.10.1", "vimeo/psalm": "^3.11.2", "zendframework/zend-file": "^2.8.3" }, diff --git a/composer.lock b/composer.lock index e9532063..d41e00cf 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": "0ca5ca9f6bd7a7a2e628da8778e4e5f4", + "content-hash": "9d59c8ead5439a535428d06bb061e99d", "packages": [], "packages-dev": [ { @@ -2865,16 +2865,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": { @@ -2888,7 +2888,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": { @@ -2912,7 +2912,7 @@ } ], "description": "Psalm plugin for PHPUnit", - "time": "2020-04-05T22:49:26+00:00" + "time": "2020-05-24T20:30:10+00:00" }, { "name": "psr/container",