summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-24 15:34:14 +0200
committerGitHub <noreply@github.com>2022-08-24 15:34:14 +0200
commitbd3abf1a60c55b9af755e2655f7fc2c5bfbe22f1 (patch)
tree0d81714ca5aaf4dff9a9f5f7019b1cd59ec0203a
parent2fe96dd5bb011ea521c614fd708f0c51c9f2d359 (diff)
Bump phpstan/phpstan-strict-rules from 1.3.0 to 1.4.0 (#1879)
Bumps [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/1.3.0...1.4.0) --- updated-dependencies: - dependency-name: phpstan/phpstan-strict-rules dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 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.lock14
2 files changed, 8 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index 3ccc11e7e..0002c7dad 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.3.0",
+ "phpstan/phpstan-strict-rules": "^1.4.0",
"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 87a91e3da..075732c02 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": "9b976f8d731e7bdeb9206e114975dd04",
+ "content-hash": "4fd154245fb1b1562a7663c2c6c5e9c1",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1505,16 +1505,16 @@
},
{
"name": "phpstan/phpstan-strict-rules",
- "version": "1.3.0",
+ "version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-strict-rules.git",
- "reference": "543675a9be82d4befb9ca0bd8cdc9d211665037f"
+ "reference": "a73b39739b5e165a7a40075ecf05c4385f6c0d1b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/543675a9be82d4befb9ca0bd8cdc9d211665037f",
- "reference": "543675a9be82d4befb9ca0bd8cdc9d211665037f",
+ "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/a73b39739b5e165a7a40075ecf05c4385f6c0d1b",
+ "reference": "a73b39739b5e165a7a40075ecf05c4385f6c0d1b",
"shasum": ""
},
"require": {
@@ -1547,9 +1547,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.3.0"
+ "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.4.0"
},
- "time": "2022-06-24T06:47:20+00:00"
+ "time": "2022-08-23T15:07:03+00:00"
},
{
"name": "phpunit/php-code-coverage",