diff --git a/composer.json b/composer.json index 7439c6d6..a939ac1a 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "phpstan/extension-installer": "^1.0.4", "phpstan/phpstan": "~0.12.33", "phpstan/phpstan-deprecation-rules": "~0.12.5", - "phpstan/phpstan-phpunit": "~0.12.12", + "phpstan/phpstan-phpunit": "~0.12.13", "phpstan/phpstan-strict-rules": "~0.12.4", "phpunit/phpunit": "^7.5.20", "psalm/plugin-phpunit": "~0.10.1", diff --git a/composer.lock b/composer.lock index 45809593..ca3fa59b 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": "1281ba37da4dd2fe019dea7b5a98bf6c", + "content-hash": "426a174c7ce381f9d7d7265aa3431ff5", "packages": [ { "name": "ergebnis/classy", @@ -2432,20 +2432,20 @@ }, { "name": "phpstan/phpstan-phpunit", - "version": "0.12.12", + "version": "0.12.13", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "c6acfc9d251562c03f8693cd9127f329ba32ed39" + "reference": "92fb18f91ded4981e24862cc34fb19eeced64099" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/c6acfc9d251562c03f8693cd9127f329ba32ed39", - "reference": "c6acfc9d251562c03f8693cd9127f329ba32ed39", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/92fb18f91ded4981e24862cc34fb19eeced64099", + "reference": "92fb18f91ded4981e24862cc34fb19eeced64099", "shasum": "" }, "require": { - "php": "~7.1", + "php": "^7.1 || ^8.0", "phpstan/phpstan": "^0.12.33" }, "conflict": { @@ -2484,7 +2484,7 @@ "MIT" ], "description": "PHPUnit extensions and rules for PHPStan", - "time": "2020-07-16T09:41:06+00:00" + "time": "2020-07-21T14:48:45+00:00" }, { "name": "phpstan/phpstan-strict-rules",