summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-13 14:25:39 +0100
committerGitHub <noreply@github.com>2022-12-13 14:25:39 +0100
commit5bb5d5ba5e2c6f1a050bb1267589ede3e76bbfad (patch)
tree10eaf8c3aea0b952a1b8099b4f371d879df8e040
parent37535173fcf6a996897144c1896fadcf600c4eb1 (diff)
Bump phpstan/phpstan-phpunit from 1.3.0 to 1.3.1 (#2017)
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/1.3.0...1.3.1) --- 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> 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 808e4cf38..57b7e8123 100644
--- a/composer.json
+++ b/composer.json
@@ -59,7 +59,7 @@
"phpstan/phpstan": "^1.9.2",
"phpstan/phpstan-doctrine": "^1.3.26",
"phpstan/phpstan-strict-rules": "^1.4.4",
- "phpstan/phpstan-phpunit": "^1.3.0",
+ "phpstan/phpstan-phpunit": "^1.3.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 40d0f966d..5f96a03ab 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": "cf031d2b52c1a23ae9a58e2e49dc2c67",
+ "content-hash": "baf89c80da1fa547bb948bff3dcb2b41",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1531,21 +1531,21 @@
},
{
"name": "phpstan/phpstan-phpunit",
- "version": "1.3.0",
+ "version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-phpunit.git",
- "reference": "4c06b7e3f2c40081334d86975350dda814bd064a"
+ "reference": "b9827cf8df2bd97c7c07b1bb27c694ee41052754"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/4c06b7e3f2c40081334d86975350dda814bd064a",
- "reference": "4c06b7e3f2c40081334d86975350dda814bd064a",
+ "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/b9827cf8df2bd97c7c07b1bb27c694ee41052754",
+ "reference": "b9827cf8df2bd97c7c07b1bb27c694ee41052754",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.9.0"
+ "phpstan/phpstan": "^1.9.3"
},
"conflict": {
"phpunit/phpunit": "<7.0"
@@ -1577,9 +1577,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.3.0"
+ "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.3.1"
},
- "time": "2022-12-07T15:46:24+00:00"
+ "time": "2022-12-12T21:02:25+00:00"
},
{
"name": "phpstan/phpstan-strict-rules",