summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-28 12:04:27 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-10-28 21:15:45 +0200
commit82472bf367d42d6611ace30450e341c96084c42a (patch)
treee395ac3ff539b3ccca02b43d7b79bf4dbdcb00a9
parent2f09fdddf8933ee5f5bb5556195b50bd685ae26c (diff)
Bump phpstan/phpstan-phpunit from 1.2.1 to 1.2.2
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/1.2.1...1.2.2) --- 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.json2
-rw-r--r--composer.lock14
2 files changed, 8 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index 7029f5d35..3d4b7d085 100644
--- a/composer.json
+++ b/composer.json
@@ -59,7 +59,7 @@
"phpstan/phpstan": "^1.8.11",
"phpstan/phpstan-doctrine": "^1.3.21",
"phpstan/phpstan-strict-rules": "^1.4.4",
- "phpstan/phpstan-phpunit": "^1.2.1",
+ "phpstan/phpstan-phpunit": "^1.2.2",
"phpstan/extension-installer": "^1.2.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"guzzlehttp/guzzle": "^7.3.0",
diff --git a/composer.lock b/composer.lock
index 5934c32c1..42c42304d 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": "5352bd8fcc72912914ec47cd00d24a22",
+ "content-hash": "63c865fe5c2a9d507d58509d804b40f0",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1237,16 +1237,16 @@
},
{
"name": "phpstan/phpstan-phpunit",
- "version": "1.2.1",
+ "version": "1.2.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-phpunit.git",
- "reference": "09b5c9ab38d4d601bcff04b4c9240832b86f5dda"
+ "reference": "dea1f87344c6964c607d9076dee42d891f3923f0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/09b5c9ab38d4d601bcff04b4c9240832b86f5dda",
- "reference": "09b5c9ab38d4d601bcff04b4c9240832b86f5dda",
+ "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/dea1f87344c6964c607d9076dee42d891f3923f0",
+ "reference": "dea1f87344c6964c607d9076dee42d891f3923f0",
"shasum": ""
},
"require": {
@@ -1283,9 +1283,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/1.2.1"
+ "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.2.2"
},
- "time": "2022-10-26T19:38:49+00:00"
+ "time": "2022-10-28T10:23:07+00:00"
},
{
"name": "phpstan/phpstan-strict-rules",