summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-27 14:36:54 +0200
committerGitHub <noreply@github.com>2022-10-27 14:36:54 +0200
commit2f09fdddf8933ee5f5bb5556195b50bd685ae26c (patch)
tree1755a36d8ef0058bce6409133c485ab7f9bc1a42
parentf24376e26f56be3a26bd92f2af6fca37484f8119 (diff)
Bump phpstan/phpstan-phpunit from 1.1.3 to 1.2.1 (#1969)
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 1.1.3 to 1.2.1. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/1.1.3...1.2.1) --- updated-dependencies: - dependency-name: phpstan/phpstan-phpunit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--composer.json2
-rw-r--r--composer.lock16
2 files changed, 9 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index 403578d34..7029f5d35 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.1.3",
+ "phpstan/phpstan-phpunit": "^1.2.1",
"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 3fd377d16..5934c32c1 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": "1e38e836071c7abd68d64a9e214e6d03",
+ "content-hash": "5352bd8fcc72912914ec47cd00d24a22",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1237,21 +1237,21 @@
},
{
"name": "phpstan/phpstan-phpunit",
- "version": "1.1.3",
+ "version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-phpunit.git",
- "reference": "6b93db7fae6d6f3e81a5b4297f93af6fe4146785"
+ "reference": "09b5c9ab38d4d601bcff04b4c9240832b86f5dda"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/6b93db7fae6d6f3e81a5b4297f93af6fe4146785",
- "reference": "6b93db7fae6d6f3e81a5b4297f93af6fe4146785",
+ "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/09b5c9ab38d4d601bcff04b4c9240832b86f5dda",
+ "reference": "09b5c9ab38d4d601bcff04b4c9240832b86f5dda",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.8.0"
+ "phpstan/phpstan": "^1.8.11"
},
"conflict": {
"phpunit/phpunit": "<7.0"
@@ -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.1.3"
+ "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.2.1"
},
- "time": "2022-10-24T11:38:17+00:00"
+ "time": "2022-10-26T19:38:49+00:00"
},
{
"name": "phpstan/phpstan-strict-rules",