From 55e2695cd356541708ee8877d4ae75c0876aa0be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 06:20:26 +0000 Subject: [PATCH] Update phpstan/phpstan-strict-rules requirement from ^1.5.2 to ^1.5.3 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.3) --- 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 970fded..caa3a05 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "phpbench/phpbench": "^1.2.15", "phpstan/phpstan": "^1.10.66", "phpstan/phpstan-phpunit": "^1.3.16", - "phpstan/phpstan-strict-rules": "^1.5.2", + "phpstan/phpstan-strict-rules": "^1.5.3", "phpunit/phpunit": "^10.5.17", "rector/rector": "^1.0.3", "spatie/phpunit-watcher": "^1.23.6",