From b4417a3f779711777ddebdc5f343947633422d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 07:26:33 +0000 Subject: [PATCH] composer(deps-dev): bump psalm/plugin-phpunit from 0.11.0 to 0.12.1 Bumps [psalm/plugin-phpunit](https://github.com/psalm/psalm-plugin-phpunit) from 0.11.0 to 0.12.1. - [Release notes](https://github.com/psalm/psalm-plugin-phpunit/releases) - [Commits](https://github.com/psalm/psalm-plugin-phpunit/compare/0.11.0...0.12.1) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 3232beab..c87d9928 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "phpstan/phpstan-deprecation-rules": "~0.11.2", "phpstan/phpstan-strict-rules": "~0.11.1", "phpunit/phpunit": "^8.5.8", - "psalm/plugin-phpunit": "~0.11.0", + "psalm/plugin-phpunit": "~0.12.1", "psr/container": "^1.0.0", "vimeo/psalm": "^3.14.2", "zendframework/zend-servicemanager": "^2.0.0" diff --git a/composer.lock b/composer.lock index f0478a3b..b3f5dea6 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": "e6c896977dbbe611b7468841705ced36", + "content-hash": "c3d3e7ec7316370339cde66f1c2d3cad", "packages": [ { "name": "composer/package-versions-deprecated", @@ -3883,16 +3883,16 @@ }, { "name": "psalm/plugin-phpunit", - "version": "0.11.0", + "version": "0.12.1", "source": { "type": "git", "url": "https://github.com/psalm/psalm-plugin-phpunit.git", - "reference": "d3f5c00e8ceac01ad85ae2a85865763e43f0d56d" + "reference": "fca9b223929cdfac2b6c0b72f52b9c9d63871ef1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/d3f5c00e8ceac01ad85ae2a85865763e43f0d56d", - "reference": "d3f5c00e8ceac01ad85ae2a85865763e43f0d56d", + "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/fca9b223929cdfac2b6c0b72f52b9c9d63871ef1", + "reference": "fca9b223929cdfac2b6c0b72f52b9c9d63871ef1", "shasum": "" }, "require": { @@ -3901,7 +3901,7 @@ "ext-simplexml": "*", "php": "^7.1.3", "phpunit/phpunit": "^7.5 || ^8.0 || ^9.0", - "vimeo/psalm": "^3.6.2 || dev-master" + "vimeo/psalm": "^3.6.2 || dev-master || dev-4.x" }, "require-dev": { "codeception/codeception": "^4.0.3", @@ -3931,7 +3931,7 @@ } ], "description": "Psalm plugin for PHPUnit", - "time": "2020-08-24T21:08:29+00:00" + "time": "2020-08-30T16:26:06+00:00" }, { "name": "sebastian/code-unit-reverse-lookup",