summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-21 19:12:17 +0000
committerGitHub <noreply@github.com>2024-04-21 19:12:17 +0000
commit94f513f3b0bb49b7f974ca2017331da89f2b74d1 (patch)
tree33632f85c02db0316f33c868ab5fedd2ef6cf2d6
parenta776d93fd26a0faf1c0d205105f4ccd303612f37 (diff)
Build(deps-dev): Bump phpstan/phpstan-strict-rules from 1.5.2 to 1.5.5dependabot/composer/phpstan/phpstan-strict-rules-1.5.5
Bumps [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) from 1.5.2 to 1.5.5. - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/1.5.2...1.5.5) --- 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.lock16
2 files changed, 9 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index c15fd7454..291ed966a 100644
--- a/composer.json
+++ b/composer.json
@@ -58,7 +58,7 @@
"squizlabs/php_codesniffer": "^3.9.1",
"phpstan/phpstan": "^1.10.60",
"phpstan/phpstan-doctrine": "^1.3.69",
- "phpstan/phpstan-strict-rules": "^1.5.2",
+ "phpstan/phpstan-strict-rules": "^1.5.5",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan-deprecation-rules": "^1.1",
diff --git a/composer.lock b/composer.lock
index 684960d9d..bef3e24c9 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": "8a956ebbdaf03928e7d4aa1a9fa8e487",
+ "content-hash": "ab03f85c224634c04e54dd26ea3e8e2d",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1589,21 +1589,21 @@
},
{
"name": "phpstan/phpstan-strict-rules",
- "version": "1.5.2",
+ "version": "1.5.5",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-strict-rules.git",
- "reference": "7a50e9662ee9f3942e4aaaf3d603653f60282542"
+ "reference": "2e193a07651a6f4be3baa44ddb21d822681f5918"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/7a50e9662ee9f3942e4aaaf3d603653f60282542",
- "reference": "7a50e9662ee9f3942e4aaaf3d603653f60282542",
+ "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/2e193a07651a6f4be3baa44ddb21d822681f5918",
+ "reference": "2e193a07651a6f4be3baa44ddb21d822681f5918",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.10.34"
+ "phpstan/phpstan": "^1.10.60"
},
"require-dev": {
"nikic/php-parser": "^4.13.0",
@@ -1632,9 +1632,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.2"
+ "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.5.5"
},
- "time": "2023-10-30T14:35:06+00:00"
+ "time": "2024-04-19T15:12:26+00:00"
},
{
"name": "phpunit/php-code-coverage",