From 75ab8281b8756347e572def0c95a5b58977b1a4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 06:03:35 +0000 Subject: [PATCH] Update phpstan/phpstan-strict-rules requirement from ^1.5.0 to ^1.5.1 (#785) 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.0...1.5.1) --- 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 b11b7c6..3108c21 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "phpstan/extension-installer": "^1.2.0", "phpstan/phpstan": "^1.10.8", "phpstan/phpstan-phpunit": "^1.3.11", - "phpstan/phpstan-strict-rules": "^1.5.0", + "phpstan/phpstan-strict-rules": "^1.5.1", "phpunit/phpunit": "^9.6.6", "saschaegerer/phpstan-typo3": "^1.8.3", "sbuerk/typo3-cmscomposerinstallers-testingframework-bridge": "^0.1.2",