From e0fc8646c851a37b7288807b123c2666dd84d804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 17:43:15 +0100 Subject: [PATCH] build(deps-dev): update phpstan/phpstan-strict-rules requirement (#639) 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.1...1.5.2) --- 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 7a0db4f4..6d27db4c 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.1", - "phpstan/phpstan-strict-rules": "1.5.1", + "phpstan/phpstan-strict-rules": "1.5.2", "nextras/multi-query-parser": "~1.0", "nextras/orm-phpstan": "~1.0@dev", "tracy/tracy": "~2.3"