diff --git a/composer.json b/composer.json index ab9beb67..6972b4ac 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "phpstan/phpstan-phpunit": "~0.12.16", "phpstan/phpstan-strict-rules": "~0.12.5", "phpunit/phpunit": "^8.5.8", - "psalm/plugin-phpunit": "~0.12.1", + "psalm/plugin-phpunit": "~0.12.2", "vimeo/psalm": "^3.16" }, "config": { diff --git a/composer.lock b/composer.lock index f16a5c92..b25ec7da 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": "b3685e6c64dce211d57d3a24ce9fa1b8", + "content-hash": "3e15fd12b81ffd09a5baa2d7f30f05e0", "packages": [ { "name": "ergebnis/classy", @@ -352,16 +352,16 @@ }, { "name": "composer/semver", - "version": "1.7.0", + "version": "1.7.1", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "114f819054a2ea7db03287f5efb757e2af6e4079" + "reference": "38276325bd896f90dfcfe30029aa5db40df387a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/114f819054a2ea7db03287f5efb757e2af6e4079", - "reference": "114f819054a2ea7db03287f5efb757e2af6e4079", + "url": "https://api.github.com/repos/composer/semver/zipball/38276325bd896f90dfcfe30029aa5db40df387a7", + "reference": "38276325bd896f90dfcfe30029aa5db40df387a7", "shasum": "" }, "require": { @@ -423,7 +423,7 @@ "type": "tidelift" } ], - "time": "2020-09-09T09:34:06+00:00" + "time": "2020-09-27T13:13:07+00:00" }, { "name": "composer/xdebug-handler", @@ -2803,23 +2803,23 @@ }, { "name": "psalm/plugin-phpunit", - "version": "0.12.1", + "version": "0.12.2", "source": { "type": "git", "url": "https://github.com/psalm/psalm-plugin-phpunit.git", - "reference": "fca9b223929cdfac2b6c0b72f52b9c9d63871ef1" + "reference": "85ee5a080a5281e63085d933b30a06b1b1680758" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/fca9b223929cdfac2b6c0b72f52b9c9d63871ef1", - "reference": "fca9b223929cdfac2b6c0b72f52b9c9d63871ef1", + "url": "https://api.github.com/repos/psalm/psalm-plugin-phpunit/zipball/85ee5a080a5281e63085d933b30a06b1b1680758", + "reference": "85ee5a080a5281e63085d933b30a06b1b1680758", "shasum": "" }, "require": { "composer/package-versions-deprecated": "^1.10", "composer/semver": "^1.4 || ^2.0 || ^3.0", "ext-simplexml": "*", - "php": "^7.1.3", + "php": "^7.1.3 || ^8.0", "phpunit/phpunit": "^7.5 || ^8.0 || ^9.0", "vimeo/psalm": "^3.6.2 || dev-master || dev-4.x" }, @@ -2851,7 +2851,7 @@ } ], "description": "Psalm plugin for PHPUnit", - "time": "2020-08-30T16:26:06+00:00" + "time": "2020-09-28T17:25:39+00:00" }, { "name": "psr/container",