summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-30 15:38:16 +0000
committerGitHub <noreply@github.com>2023-03-30 15:38:16 +0000
commit063650d50fc7a82f8742d41df1fca4e42d9b88f8 (patch)
tree5c65e1239c7596a7712822a8e63e2daa7f03e7dc
parent3370cf673cf78e3d6fda89fd53f0b05140fa62b2 (diff)
Build(deps-dev): Bump phpstan/phpstan-strict-rules from 1.5.0 to 1.5.1 (#2179)
Bumps [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/1.5.0...1.5.1) --- 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> 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 7f16569e0..92f3049af 100644
--- a/composer.json
+++ b/composer.json
@@ -58,7 +58,7 @@
"squizlabs/php_codesniffer": "^3.7.2",
"phpstan/phpstan": "^1.10.9",
"phpstan/phpstan-doctrine": "^1.3.37",
- "phpstan/phpstan-strict-rules": "^1.5.0",
+ "phpstan/phpstan-strict-rules": "^1.5.1",
"phpstan/phpstan-phpunit": "^1.3.10",
"phpstan/extension-installer": "^1.2.0",
"phpstan/phpstan-deprecation-rules": "^1.1",
diff --git a/composer.lock b/composer.lock
index 1b9237dc3..91e22808e 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": "88515bf1e80b2fa0ce4d362e6d78cfa3",
+ "content-hash": "e90d2acbaff2b9cbe3e24f4a8a07e419",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1587,16 +1587,16 @@
},
{
"name": "phpstan/phpstan-strict-rules",
- "version": "1.5.0",
+ "version": "1.5.1",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-strict-rules.git",
- "reference": "b7dd96a5503919a43b3cd06a2dced9d4252492f2"
+ "reference": "b21c03d4f6f3a446e4311155f4be9d65048218e6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/b7dd96a5503919a43b3cd06a2dced9d4252492f2",
- "reference": "b7dd96a5503919a43b3cd06a2dced9d4252492f2",
+ "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/b21c03d4f6f3a446e4311155f4be9d65048218e6",
+ "reference": "b21c03d4f6f3a446e4311155f4be9d65048218e6",
"shasum": ""
},
"require": {
@@ -1630,9 +1630,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.5.0"
+ "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.5.1"
},
- "time": "2023-02-21T10:17:10+00:00"
+ "time": "2023-03-29T14:47:40+00:00"
},
{
"name": "phpunit/php-code-coverage",