summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-22 13:30:19 +0100
committerGitHub <noreply@github.com>2023-02-22 13:30:19 +0100
commit3282bef11a2da30d0caaf2e439babb288819b56d (patch)
treee7c41e579f532612d60b19fca4ac9ad1cb71fa4c
parent0b16a30f7db452fd940ab54e666af04f6919addd (diff)
Build(deps-dev): Bump phpstan/phpstan-phpunit from 1.3.4 to 1.3.7 (#2110)
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 1.3.4 to 1.3.7. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/1.3.4...1.3.7) --- 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> 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 a2afd360f..d4a38b0d3 100644
--- a/composer.json
+++ b/composer.json
@@ -59,7 +59,7 @@
"phpstan/phpstan": "^1.10.1",
"phpstan/phpstan-doctrine": "^1.3.32",
"phpstan/phpstan-strict-rules": "^1.4.5",
- "phpstan/phpstan-phpunit": "^1.3.4",
+ "phpstan/phpstan-phpunit": "^1.3.7",
"phpstan/extension-installer": "^1.2.0",
"phpstan/phpstan-deprecation-rules": "^1.1",
"guzzlehttp/guzzle": "^7.3.0",
diff --git a/composer.lock b/composer.lock
index 62969db84..525887e51 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": "8eef3863b1d2ca9a30d13b04c22d2754",
+ "content-hash": "7c8af960802529fb016602735349a520",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1532,21 +1532,21 @@
},
{
"name": "phpstan/phpstan-phpunit",
- "version": "1.3.4",
+ "version": "1.3.7",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-phpunit.git",
- "reference": "d77af96c1aaec28f7c0293677132eaaad079e01b"
+ "reference": "7e43c8f77c7e419730ead01c8dc787c6bcbe0e15"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/d77af96c1aaec28f7c0293677132eaaad079e01b",
- "reference": "d77af96c1aaec28f7c0293677132eaaad079e01b",
+ "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/7e43c8f77c7e419730ead01c8dc787c6bcbe0e15",
+ "reference": "7e43c8f77c7e419730ead01c8dc787c6bcbe0e15",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.9.3"
+ "phpstan/phpstan": "^1.10"
},
"conflict": {
"phpunit/phpunit": "<7.0"
@@ -1578,9 +1578,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.4"
+ "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.3.7"
},
- "time": "2023-02-09T08:05:29+00:00"
+ "time": "2023-02-21T18:40:15+00:00"
},
{
"name": "phpstan/phpstan-strict-rules",