summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-24 13:51:53 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-10-24 15:52:39 +0200
commit80ab436095066ef7f4937b4d0b5c84b13b1dab75 (patch)
tree6c4e71a85dbc2ffaf19b29cec6fdc42600468f22
parente207883ea384b69fed77d6f7851898815771e936 (diff)
Bump phpstan/phpstan-phpunit from 1.1.1 to 1.1.3
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 1.1.1 to 1.1.3. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](https://github.com/phpstan/phpstan-phpunit/compare/1.1.1...1.1.3) --- 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.lock16
2 files changed, 9 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index 1511cdad0..99b803f42 100644
--- a/composer.json
+++ b/composer.json
@@ -59,7 +59,7 @@
"phpstan/phpstan": "^1.8.9",
"phpstan/phpstan-doctrine": "^1.3.18",
"phpstan/phpstan-strict-rules": "^1.4.4",
- "phpstan/phpstan-phpunit": "^1.0.0",
+ "phpstan/phpstan-phpunit": "^1.1.3",
"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 a1060eda8..4a469ba69 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": "6a74f133ccf21feed19c873c0312ae5f",
+ "content-hash": "87caf826a547f1f41ae3808af6370924",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1237,21 +1237,21 @@
},
{
"name": "phpstan/phpstan-phpunit",
- "version": "1.1.1",
+ "version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-phpunit.git",
- "reference": "4a3c437c09075736285d1cabb5c75bf27ed0bc84"
+ "reference": "6b93db7fae6d6f3e81a5b4297f93af6fe4146785"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/4a3c437c09075736285d1cabb5c75bf27ed0bc84",
- "reference": "4a3c437c09075736285d1cabb5c75bf27ed0bc84",
+ "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/6b93db7fae6d6f3e81a5b4297f93af6fe4146785",
+ "reference": "6b93db7fae6d6f3e81a5b4297f93af6fe4146785",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.5.0"
+ "phpstan/phpstan": "^1.8.0"
},
"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.1"
+ "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.1.3"
},
- "time": "2022-04-20T15:24:25+00:00"
+ "time": "2022-10-24T11:38:17+00:00"
},
{
"name": "phpstan/phpstan-strict-rules",