summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-22 13:32:32 +0100
committerGitHub <noreply@github.com>2023-02-22 13:32:32 +0100
commit408d85cc4a744835ee15e1cb10ef07945e592d87 (patch)
tree201dc481469fe71105b51f5cea08c49eae703340
parent571cda9ccb76298ce801e1648605b2c0db04d790 (diff)
Build(deps-dev): Bump phpstan/phpstan-strict-rules from 1.4.5 to 1.5.0 (#2111)
Bumps [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) from 1.4.5 to 1.5.0. - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/1.4.5...1.5.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--composer.json2
-rw-r--r--composer.lock17
2 files changed, 10 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index e11cca5eb..ca10ded8f 100644
--- a/composer.json
+++ b/composer.json
@@ -58,7 +58,7 @@
"squizlabs/php_codesniffer": "^3.7.1",
"phpstan/phpstan": "^1.10.1",
"phpstan/phpstan-doctrine": "^1.3.33",
- "phpstan/phpstan-strict-rules": "^1.4.5",
+ "phpstan/phpstan-strict-rules": "^1.5.0",
"phpstan/phpstan-phpunit": "^1.3.7",
"phpstan/extension-installer": "^1.2.0",
"phpstan/phpstan-deprecation-rules": "^1.1",
diff --git a/composer.lock b/composer.lock
index 89255573d..b3b4c404b 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": "d633915c4901c912bef27e14d2393a47",
+ "content-hash": "896c2970ba572231e635258b4965f1aa",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1584,25 +1584,26 @@
},
{
"name": "phpstan/phpstan-strict-rules",
- "version": "1.4.5",
+ "version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-strict-rules.git",
- "reference": "361f75b06066f3fdaba87c1f57bdb1ffc28d6f1d"
+ "reference": "b7dd96a5503919a43b3cd06a2dced9d4252492f2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/361f75b06066f3fdaba87c1f57bdb1ffc28d6f1d",
- "reference": "361f75b06066f3fdaba87c1f57bdb1ffc28d6f1d",
+ "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/b7dd96a5503919a43b3cd06a2dced9d4252492f2",
+ "reference": "b7dd96a5503919a43b3cd06a2dced9d4252492f2",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.9.7"
+ "phpstan/phpstan": "^1.10"
},
"require-dev": {
"nikic/php-parser": "^4.13.0",
"php-parallel-lint/php-parallel-lint": "^1.2",
+ "phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5"
},
@@ -1626,9 +1627,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.5"
+ "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.5.0"
},
- "time": "2023-01-11T14:16:29+00:00"
+ "time": "2023-02-21T10:17:10+00:00"
},
{
"name": "phpunit/php-code-coverage",