summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-29 12:56:44 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2023-05-29 23:12:24 +0200
commit6af9aa1d87588ad13a7866da73656dac02201621 (patch)
treeb2211128dbc22b21aa91717c4ee8046e1d6ea139
parentbe1f6f3e1a46b77db2480370dfe47c9e9ca67aa0 (diff)
Build(deps-dev): Bump phpstan/phpstan-phpunit from 1.3.12 to 1.3.13
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 1.3.12 to 1.3.13. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/1.3.12...1.3.13) --- 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 ba26c67e3..c6cc0a85c 100644
--- a/composer.json
+++ b/composer.json
@@ -59,7 +59,7 @@
"phpstan/phpstan": "^1.10.15",
"phpstan/phpstan-doctrine": "^1.3.40",
"phpstan/phpstan-strict-rules": "^1.5.1",
- "phpstan/phpstan-phpunit": "^1.3.12",
+ "phpstan/phpstan-phpunit": "^1.3.13",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan-deprecation-rules": "^1.1",
"guzzlehttp/guzzle": "^7.3.0",
diff --git a/composer.lock b/composer.lock
index 737b87e41..31838de5c 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": "888045a5ecf7b071bbf5b5cfd1cb9faa",
+ "content-hash": "f2fa4cc083bb8b51a37afb91f76e6eed",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1535,16 +1535,16 @@
},
{
"name": "phpstan/phpstan-phpunit",
- "version": "1.3.12",
+ "version": "1.3.13",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-phpunit.git",
- "reference": "c44246879d692d3b2cf2a21d65be4b4715d6ef21"
+ "reference": "d8bdab0218c5eb0964338d24a8511b65e9c94fa5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/c44246879d692d3b2cf2a21d65be4b4715d6ef21",
- "reference": "c44246879d692d3b2cf2a21d65be4b4715d6ef21",
+ "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/d8bdab0218c5eb0964338d24a8511b65e9c94fa5",
+ "reference": "d8bdab0218c5eb0964338d24a8511b65e9c94fa5",
"shasum": ""
},
"require": {
@@ -1581,9 +1581,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.12"
+ "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.3.13"
},
- "time": "2023-05-23T11:58:47+00:00"
+ "time": "2023-05-26T11:05:59+00:00"
},
{
"name": "phpstan/phpstan-strict-rules",