diff --git a/composer.json b/composer.json index 2bab9e87..a15a5a6c 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "phpstan/extension-installer": "^1.0.4", "phpstan/phpstan": "~0.12.36", "phpstan/phpstan-deprecation-rules": "~0.12.5", - "phpstan/phpstan-phpunit": "~0.12.15", + "phpstan/phpstan-phpunit": "~0.12.16", "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 030a332c..b0e512c9 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": "24c418a5982801c03bcc0d4d7d3b1610", + "content-hash": "d68a8e2836a23ec596e74034b64fac18", "packages": [ { "name": "ergebnis/classy", @@ -2446,16 +2446,16 @@ }, { "name": "phpstan/phpstan-phpunit", - "version": "0.12.15", + "version": "0.12.16", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "264abf4c789118c63389bb8009e3418f7cd5fbbd" + "reference": "1dd916d181b0539dea5cd37e91546afb8b107e17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/264abf4c789118c63389bb8009e3418f7cd5fbbd", - "reference": "264abf4c789118c63389bb8009e3418f7cd5fbbd", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/1dd916d181b0539dea5cd37e91546afb8b107e17", + "reference": "1dd916d181b0539dea5cd37e91546afb8b107e17", "shasum": "" }, "require": { @@ -2498,7 +2498,7 @@ "MIT" ], "description": "PHPUnit extensions and rules for PHPStan", - "time": "2020-07-29T20:54:30+00:00" + "time": "2020-08-05T13:28:50+00:00" }, { "name": "phpstan/phpstan-strict-rules",