diff --git a/composer.json b/composer.json index 536b401b..ce5ddb18 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpstan/phpstan-phpunit": "~0.12.16", "phpstan/phpstan-strict-rules": "~0.12.4", "phpunit/phpunit": "^8.5.8", - "psalm/plugin-phpunit": "~0.11.0", + "psalm/plugin-phpunit": "~0.12.1", "vimeo/psalm": "^3.14.2" }, "config": { diff --git a/composer.lock b/composer.lock index 709ae6da..0eef7640 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": "0bf27d95d308cc8ea6cdd00c4517850b", + "content-hash": "a55b8ce26b22eead4e41326ac1fb7431", "packages": [ { "name": "ergebnis/classy", @@ -2799,16 +2799,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": { @@ -2817,7 +2817,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", @@ -2847,7 +2847,7 @@ } ], "description": "Psalm plugin for PHPUnit", - "time": "2020-08-24T21:08:29+00:00" + "time": "2020-08-30T16:26:06+00:00" }, { "name": "psr/container",