diff --git a/composer.json b/composer.json index 9bf04cac..318d5f82 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "phpstan/phpstan-deprecation-rules": "~0.12.5", "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", "zendframework/zend-file": "^2.8.3" }, diff --git a/composer.lock b/composer.lock index 1ffd1d9a..951a6821 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": "f6efc3e8dfc323eab5fd46b308d585df", + "content-hash": "cc3340e0237da4072f157f44be4390f1", "packages": [], "packages-dev": [ { @@ -2900,16 +2900,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": { @@ -2918,7 +2918,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", @@ -2948,7 +2948,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",