From b89b2440a82afcba58bc635c12070b30dc98c9a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:39:48 +0000 Subject: [PATCH] Update phpstan/phpstan-strict-rules requirement from 1.5.5 to 1.6.0 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] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a7db2c0..d77b92d 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "nette/tester": "~2.0", "phpstan/phpstan": "1.11.3", "phpstan/extension-installer": "1.3.1", - "phpstan/phpstan-strict-rules": "1.5.5" + "phpstan/phpstan-strict-rules": "1.6.0" }, "autoload": { "psr-4": {