From 84b272620ca5e696d1133a8aba11891e261bccb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 06:13:36 +0100 Subject: [PATCH] Update phpstan/phpstan-strict-rules requirement from ^1.4.4 to ^1.4.5 (#723) 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.4.4...1.4.5) --- updated-dependencies: - dependency-name: phpstan/phpstan-strict-rules dependency-type: direct:development ... Signed-off-by: dependabot[bot] 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 9f8ae26..119287e 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "phpstan/extension-installer": "^1.2.0", "phpstan/phpstan": "^1.9.9", "phpstan/phpstan-phpunit": "^1.3.3", - "phpstan/phpstan-strict-rules": "^1.4.4", + "phpstan/phpstan-strict-rules": "^1.4.5", "phpunit/phpunit": "^9.5.27", "saschaegerer/phpstan-typo3": "^1.8.2", "sbuerk/typo3-cmscomposerinstallers-testingframework-bridge": "^0.1.1",