diff --git a/tools/composer.json b/tools/composer.json index 1388bb56..4ca4931f 100644 --- a/tools/composer.json +++ b/tools/composer.json @@ -5,7 +5,7 @@ "require-dev": { "ergebnis/license": "~1.0.0", "ergebnis/php-cs-fixer-config": "^2.2.1", - "psalm/plugin-phpunit": "~0.12.1", + "psalm/plugin-phpunit": "~0.12.2", "vimeo/psalm": "^3.16" }, "config": { diff --git a/tools/composer.lock b/tools/composer.lock index e4268ebe..ef701789 100644 --- a/tools/composer.lock +++ b/tools/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": "f50e59401fcb4c98ce6e3d627d908f4a", + "content-hash": "00af7ac6ccae45c3b918d4af54882576", "packages": [], "packages-dev": [ { @@ -228,16 +228,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": { @@ -299,7 +299,7 @@ "type": "tidelift" } ], - "time": "2020-09-09T09:34:06+00:00" + "time": "2020-09-27T13:13:07+00:00" }, { "name": "composer/xdebug-handler", @@ -1879,23 +1879,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" }, @@ -1927,7 +1927,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",