From b0dc8e29dec00457e85b88bf10e18f82697c4865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 05:33:59 +0000 Subject: [PATCH] Update phpstan/phpstan-strict-rules requirement || ^1.0.0 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/0.12.5...1.6.0) --- 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 85b1477b..ee2e3b8e 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^0.12.50", "phpstan/phpstan-phpunit": "^0.12.16", - "phpstan/phpstan-strict-rules": "^0.12.5", + "phpstan/phpstan-strict-rules": "^0.12.5 || ^1.0.0", "phpunit/phpunit": "^8.4|^9.4", "squizlabs/php_codesniffer": "^3.5", "symfony/polyfill-apcu": "^1.6"