From 97cff80c85ded88ce4fa7dc4919ef79c681b0f8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 12:18:24 -0400 Subject: [PATCH] Update phpstan/phpstan-deprecation-rules requirement from ^0.12.6 to ^0.12.6 || ^1.0.0 (#44) 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 efebe5a..ea570db 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "consolidation/robo": "^1.4 || ^2 || ^3", "squizlabs/php_codesniffer": "^3.5", - "phpstan/phpstan-deprecation-rules": "^0.12.6", + "phpstan/phpstan-deprecation-rules": "^0.12.6 || ^1.0.0", "async-aws/s3": "^1.8", "php": ">=7.4", "drush/drush": "^8 || ^10",