From 1d1e12ccaada5213033c25686b08301cf37a9cda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 06:54:32 +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.1...1.5.2) --- 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 cbd533a7..fb66c101 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"