diff --git a/composer.json b/composer.json index 52ca51dd..bbe80fe2 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "phpstan/phpstan-phpunit": "~0.12.16", "phpstan/phpstan-strict-rules": "~0.12.5", "phpunit/phpunit": "^8.5.8", - "psalm/plugin-phpunit": "~0.11.0", + "psalm/plugin-phpunit": "~0.12.1", "symfony/filesystem": "^4.4.11", "vimeo/psalm": "^3.14.2" }, diff --git a/composer.lock b/composer.lock index 7d645651..9a2296ce 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": "4dcd51d60b0f421ab52a8ffb7be0a6e9", + "content-hash": "50dec63a1439d1cabf8d8e7178bf4cac", "packages": [], "packages-dev": [ { @@ -2827,16 +2827,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": { @@ -2845,7 +2845,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", @@ -2875,7 +2875,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",