summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-26 12:06:47 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-08-26 18:23:13 +0200
commitc3591ada5cd91d5060c221c85d0cfe2f88ad26ea (patch)
tree48599582ef2ff0f0b6511d1bfd2526fdf7caf865
parentc2174483455a225bd84cbaf546db827d0d8a9fea (diff)
Bump phpstan/phpstan-strict-rules from 1.4.0 to 1.4.2
Bumps [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/1.4.0...1.4.2) --- updated-dependencies: - dependency-name: phpstan/phpstan-strict-rules 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 852af9976..9be5ea686 100644
--- a/composer.json
+++ b/composer.json
@@ -58,7 +58,7 @@
"squizlabs/php_codesniffer": "^3.7.1",
"phpstan/phpstan": "^1.8.2",
"phpstan/phpstan-doctrine": "^1.3.12",
- "phpstan/phpstan-strict-rules": "^1.4.0",
+ "phpstan/phpstan-strict-rules": "^1.4.2",
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/extension-installer": "^1.1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
diff --git a/composer.lock b/composer.lock
index 72c86ac8d..c3ae43649 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": "3babc18cdf4735caf0cc9cc81bf11dd3",
+ "content-hash": "d74c27c2974ba6b6bbb96dc984451c1c",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1278,16 +1278,16 @@
},
{
"name": "phpstan/phpstan-strict-rules",
- "version": "1.4.0",
+ "version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-strict-rules.git",
- "reference": "a73b39739b5e165a7a40075ecf05c4385f6c0d1b"
+ "reference": "4e57160a710dea304fbd1a177ce38edd9b3848db"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/a73b39739b5e165a7a40075ecf05c4385f6c0d1b",
- "reference": "a73b39739b5e165a7a40075ecf05c4385f6c0d1b",
+ "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/4e57160a710dea304fbd1a177ce38edd9b3848db",
+ "reference": "4e57160a710dea304fbd1a177ce38edd9b3848db",
"shasum": ""
},
"require": {
@@ -1320,9 +1320,9 @@
"description": "Extra strict and opinionated rules for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-strict-rules/issues",
- "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.4.0"
+ "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.4.2"
},
- "time": "2022-08-23T15:07:03+00:00"
+ "time": "2022-08-25T15:04:21+00:00"
},
{
"name": "phpunit/php-code-coverage",