summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-17 12:03:47 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-06-17 16:17:50 +0200
commit830726a1b96cc2eb221b8aea8f44ae96b22bcb14 (patch)
tree3341eaf7b30d0bde92fc4f4fd855461a96f0e0e3
parent81e35b57489efa54a58d312fc523d6a58a8ec553 (diff)
Bump phpstan/phpstan-phpunit from 0.12.19 to 0.12.20
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 0.12.19 to 0.12.20. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/0.12.19...0.12.20) --- updated-dependencies: - dependency-name: phpstan/phpstan-phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--composer.lock15
1 files changed, 7 insertions, 8 deletions
diff --git a/composer.lock b/composer.lock
index 4a827c192..29027e606 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1487,16 +1487,16 @@
},
{
"name": "phpstan/phpstan-phpunit",
- "version": "0.12.19",
+ "version": "0.12.20",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-phpunit.git",
- "reference": "52f7072ddc5f81492f9d2de65a24813a48c90b18"
+ "reference": "efc009981af383eb3303f0ca9868c29acad7ce74"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/52f7072ddc5f81492f9d2de65a24813a48c90b18",
- "reference": "52f7072ddc5f81492f9d2de65a24813a48c90b18",
+ "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/efc009981af383eb3303f0ca9868c29acad7ce74",
+ "reference": "efc009981af383eb3303f0ca9868c29acad7ce74",
"shasum": ""
},
"require": {
@@ -1507,10 +1507,9 @@
"phpunit/phpunit": "<7.0"
},
"require-dev": {
- "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"
+ "phpunit/phpunit": "^9.5"
},
"type": "phpstan-extension",
"extra": {
@@ -1536,9 +1535,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.19"
+ "source": "https://github.com/phpstan/phpstan-phpunit/tree/0.12.20"
},
- "time": "2021-04-30T11:10:37+00:00"
+ "time": "2021-06-17T08:28:30+00:00"
},
{
"name": "phpstan/phpstan-strict-rules",