diff --git a/composer.lock b/composer.lock index ac77d2fc8..793ab7692 100644 --- a/composer.lock +++ b/composer.lock @@ -911,21 +911,21 @@ }, { "name": "phpstan/phpstan-phpunit", - "version": "0.12.8", + "version": "0.12.10", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "7232c17e2493dc598173da784477ce0afb2c4e0e" + "reference": "74c1c5f00312e23533fdf579aea71a8343dd3e78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/7232c17e2493dc598173da784477ce0afb2c4e0e", - "reference": "7232c17e2493dc598173da784477ce0afb2c4e0e", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/74c1c5f00312e23533fdf579aea71a8343dd3e78", + "reference": "74c1c5f00312e23533fdf579aea71a8343dd3e78", "shasum": "" }, "require": { "php": "~7.1", - "phpstan/phpstan": "^0.12.6" + "phpstan/phpstan": "^0.12.20" }, "conflict": { "phpunit/phpunit": "<7.0" @@ -937,7 +937,7 @@ "jakub-onderka/php-parallel-lint": "^1.0", "phing/phing": "^2.16.0", "phpstan/phpstan-strict-rules": "^0.12", - "phpunit/phpunit": "^7.0", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", "satooshi/php-coveralls": "^1.0", "slevomat/coding-standard": "^4.7.2" }, @@ -963,7 +963,7 @@ "MIT" ], "description": "PHPUnit extensions and rules for PHPStan", - "time": "2020-04-17T08:04:10+00:00" + "time": "2020-05-31T06:33:59+00:00" }, { "name": "phpstan/phpstan-strict-rules",