From 4853276798c4f8237c54d83e0c40a9623d55b8f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 06:23:35 +0000 Subject: [PATCH] build(deps-dev): update phpstan/phpstan-strict-rules requirement 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.2...1.5.5) --- 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 9fa22fcf..3a934b3a 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "phpstan/phpstan-deprecation-rules": "1.1.4", "phpstan/phpstan-nette": "1.2.9", "phpstan/phpstan-mockery": "1.1.2", - "phpstan/phpstan-strict-rules": "1.5.2", + "phpstan/phpstan-strict-rules": "1.5.5", "nextras/multi-query-parser": "~1.0", "nextras/orm-phpstan": "~1.0@dev", "tracy/tracy": "~2.3"