diff --git a/composer.json b/composer.json index 506ea7ac..0f63561e 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "require-dev": { "doctrine/coding-standard": "^8.2.0", "phpunit/phpunit": "^9.5.0", - "psalm/plugin-phpunit": "^0.15.0", + "psalm/plugin-phpunit": "^0.15.1", "roave/infection-static-analysis-plugin": "^1.7", "squizlabs/php_codesniffer": "^3.5.8", "vimeo/psalm": "^4.3.2" diff --git a/composer.lock b/composer.lock index 8e5637cd..4447be96 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": "a90a5e6524f5834ff3799456ae13c716", + "content-hash": "0e3a7d01896519dd30fc557c741349d3", "packages": [ { "name": "clue/stream-filter", @@ -3059,12 +3059,12 @@ "version": "1.9.1", "source": { "type": "git", - "url": "https://github.com/webmozart/assert.git", + "url": "https://github.com/webmozarts/assert.git", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", "shasum": "" }, @@ -3102,8 +3102,8 @@ "validate" ], "support": { - "issues": "https://github.com/webmozart/assert/issues", - "source": "https://github.com/webmozart/assert/tree/master" + "issues": "https://github.com/webmozarts/assert/issues", + "source": "https://github.com/webmozarts/assert/tree/1.9.1" }, "time": "2020-07-08T17:02:28+00:00" } @@ -5179,16 +5179,16 @@ }, { "name": "psalm/plugin-phpunit", - "version": "0.15.0", + "version": "0.15.1", "source": { "type": "git", "url": "https://github.com/psalm/psalm-plugin-phpunit.git", - "reference": "a7c00148dda987252c7957dcce7914dac91a2b03" + "reference": "30ca25ce069bf4943c36e59b7df6954f6af05e64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/a7c00148dda987252c7957dcce7914dac91a2b03", - "reference": "a7c00148dda987252c7957dcce7914dac91a2b03", + "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/30ca25ce069bf4943c36e59b7df6954f6af05e64", + "reference": "30ca25ce069bf4943c36e59b7df6954f6af05e64", "shasum": "" }, "require": { @@ -5233,9 +5233,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.15.0" + "source": "https://github.com/psalm/psalm-plugin-phpunit/tree/0.15.1" }, - "time": "2020-12-10T22:51:05+00:00" + "time": "2021-01-23T00:19:07+00:00" }, { "name": "roave/infection-static-analysis-plugin",