summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-02 12:56:56 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2023-03-02 16:35:53 +0100
commitd809c941e1780dcd9f270e7434e277dc89ad3bb3 (patch)
treead9f4275239289d5b180bb967f00dbcafe112841
parent6964bd0dd9d543914b0792fd4d83def158e56448 (diff)
Build(deps-dev): Bump phpstan/phpstan-phpunit from 1.3.9 to 1.3.10
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 1.3.9 to 1.3.10. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/1.3.9...1.3.10) --- 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 7a6f2026d..18ded632b 100644
--- a/composer.json
+++ b/composer.json
@@ -59,7 +59,7 @@
"phpstan/phpstan": "^1.10.3",
"phpstan/phpstan-doctrine": "^1.3.33",
"phpstan/phpstan-strict-rules": "^1.5.0",
- "phpstan/phpstan-phpunit": "^1.3.9",
+ "phpstan/phpstan-phpunit": "^1.3.10",
"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 0b775a3f2..518465af1 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": "6389fa5714063b9c6b88d42d0e3dff0b",
+ "content-hash": "9d3e2c6144bfb64e7545d5bcc7c404c1",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1532,16 +1532,16 @@
},
{
"name": "phpstan/phpstan-phpunit",
- "version": "1.3.9",
+ "version": "1.3.10",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-phpunit.git",
- "reference": "34ee324a2b8fcab680fbb3f3f3d6c86389df35ba"
+ "reference": "4cc5c6cc38e56bce7ea47c4091814e516d172dc3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/34ee324a2b8fcab680fbb3f3f3d6c86389df35ba",
- "reference": "34ee324a2b8fcab680fbb3f3f3d6c86389df35ba",
+ "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/4cc5c6cc38e56bce7ea47c4091814e516d172dc3",
+ "reference": "4cc5c6cc38e56bce7ea47c4091814e516d172dc3",
"shasum": ""
},
"require": {
@@ -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.9"
+ "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.3.10"
},
- "time": "2023-02-28T13:04:23+00:00"
+ "time": "2023-03-02T10:25:13+00:00"
},
{
"name": "phpstan/phpstan-strict-rules",