From 4678adfe286d109018ea53995623c36175b816c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 22:40:55 +0000 Subject: [PATCH] Update phpstan/phpstan-strict-rules requirement from 1.5.1 to 1.5.2 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 1b90439..0900a2b 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require-dev": { "phpunit/phpunit": "^8.5.21 || ^9.5.10", - "phpstan/phpstan-strict-rules": "1.5.1", + "phpstan/phpstan-strict-rules": "1.5.2", "spaze/phpstan-disallowed-calls": "2.16.0", "shipmonk/phpstan-rules": "2.7.0", "phpstan/phpstan-phpunit": "1.3.14",