From d33a8e00ffaaa19240f17a47b1115a90e1fc0890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Dec 2020 05:32:28 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan-phpunit from 0.12.16 to 0.12.17 Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 0.12.16 to 0.12.17. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/0.12.16...0.12.17) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 29 ++++++++++++----------------- 2 files changed, 13 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index 2346bd2b..e84d3428 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "phpstan/extension-installer": "^1.1.0", "phpstan/phpstan": "~0.12.64", "phpstan/phpstan-deprecation-rules": "~0.12.6", - "phpstan/phpstan-phpunit": "~0.12.16", + "phpstan/phpstan-phpunit": "~0.12.17", "phpstan/phpstan-strict-rules": "~0.12.7", "phpunit/phpunit": "^8.5.13", "psalm/plugin-phpunit": "~0.12.2", diff --git a/composer.lock b/composer.lock index 926a8891..78767987 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": "58142926859d68a9d35407b5e3fa18e9", + "content-hash": "34dab22da5b7b80c204fa1be695da4ab", "packages": [ { "name": "composer/semver", @@ -4074,35 +4074,30 @@ }, { "name": "phpstan/phpstan-phpunit", - "version": "0.12.16", + "version": "0.12.17", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "1dd916d181b0539dea5cd37e91546afb8b107e17" + "reference": "432575b41cf2d4f44e460234acaf56119ed97d36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/1dd916d181b0539dea5cd37e91546afb8b107e17", - "reference": "1dd916d181b0539dea5cd37e91546afb8b107e17", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/432575b41cf2d4f44e460234acaf56119ed97d36", + "reference": "432575b41cf2d4f44e460234acaf56119ed97d36", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", - "phpstan/phpstan": "^0.12.33" + "phpstan/phpstan": "^0.12.60" }, "conflict": { "phpunit/phpunit": "<7.0" }, "require-dev": { - "consistence/coding-standard": "^3.5", - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "ergebnis/composer-normalize": "^2.0.2", - "jakub-onderka/php-parallel-lint": "^1.0", - "phing/phing": "^2.16.0", - "phpstan/phpstan-strict-rules": "^0.12", - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", - "satooshi/php-coveralls": "^1.0", - "slevomat/coding-standard": "^4.7.2" + "phing/phing": "^2.16.3", + "php-parallel-lint/php-parallel-lint": "^1.2", + "phpstan/phpstan-strict-rules": "^0.12.6", + "phpunit/phpunit": "^7.5.20" }, "type": "phpstan-extension", "extra": { @@ -4128,9 +4123,9 @@ "description": "PHPUnit extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-phpunit/issues", - "source": "https://github.com/phpstan/phpstan-phpunit/tree/0.12.16" + "source": "https://github.com/phpstan/phpstan-phpunit/tree/0.12.17" }, - "time": "2020-08-05T13:28:50+00:00" + "time": "2020-12-13T12:12:51+00:00" }, { "name": "phpstan/phpstan-strict-rules",