From 20ca25086b6a0a03181bba2b121ff6ac65420e3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 07:48:18 +0000 Subject: [PATCH] [TASK] Update phpstan/phpstan-strict-rules requirement (#1308) Updates the requirements on [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan-strict-rules/releases) - [Commits](https://github.com/phpstan/phpstan-strict-rules/compare/1.5.5...1.6.0) --- updated-dependencies: - dependency-name: phpstan/phpstan-strict-rules dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5df12d5..92f31a8 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan": "^1.10.67", "phpstan/phpstan-phpunit": "^1.3.16", - "phpstan/phpstan-strict-rules": "^1.5.5", + "phpstan/phpstan-strict-rules": "^1.6.0", "phpunit/phpunit": "^9.6.19", "saschaegerer/phpstan-typo3": "^1.10.1", "seld/jsonlint": "^1.10.2",