diff --git a/composer.json b/composer.json index 57b2439d..61b84079 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpstan/phpstan-phpunit": "~0.12.8", "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.4" }, "config": { diff --git a/composer.lock b/composer.lock index 7b769c94..6ed312af 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": "1855f93e907d008bb6e8341d646df4cf", + "content-hash": "f3f4f75a96dfb7d033a9ddf96182e2dd", "packages": [ { "name": "ergebnis/json-printer", @@ -2699,16 +2699,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": { @@ -2722,7 +2722,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": { @@ -2746,7 +2746,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",