diff --git a/composer.json b/composer.json index 253f34a5..9fa92300 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "phpstan/phpstan-phpunit": "^1.1.1", "phpstan/phpstan-strict-rules": "^1.2.0", "phpunit/phpunit": "^9.5.26", - "psalm/plugin-phpunit": "~0.18.0", + "psalm/plugin-phpunit": "~0.18.1", "ramsey/uuid": "^4.2.3", "symfony/cache": "^5.3.14", "vimeo/psalm": "^4.29" diff --git a/composer.lock b/composer.lock index 9b91be1e..3535af4c 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": "b5bcf04e6459aace9ea69599f94226da", + "content-hash": "9298c336fb3661172acc7ba6698ad97c", "packages": [ { "name": "composer/package-versions-deprecated", @@ -5030,16 +5030,16 @@ }, { "name": "psalm/plugin-phpunit", - "version": "0.18.0", + "version": "0.18.1", "source": { "type": "git", "url": "https://github.com/psalm/psalm-plugin-phpunit.git", - "reference": "e61073617d3efd4d9dee3b830f754f5283306aff" + "reference": "6d932594bb56cd8c8dad81df2b242ada86b7a892" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/e61073617d3efd4d9dee3b830f754f5283306aff", - "reference": "e61073617d3efd4d9dee3b830f754f5283306aff", + "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/6d932594bb56cd8c8dad81df2b242ada86b7a892", + "reference": "6d932594bb56cd8c8dad81df2b242ada86b7a892", "shasum": "" }, "require": { @@ -5084,9 +5084,9 @@ "description": "Psalm plugin for PHPUnit", "support": { "issues": "https://github.com/psalm/psalm-plugin-phpunit/issues", - "source": "https://github.com/psalm/psalm-plugin-phpunit/tree/0.18.0" + "source": "https://github.com/psalm/psalm-plugin-phpunit/tree/0.18.1" }, - "time": "2022-11-01T18:44:31+00:00" + "time": "2022-11-02T17:50:18+00:00" }, { "name": "psr/event-dispatcher",