From 7a699a923e05328b78154ce9e8371eb4a34dd9ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 14:30:26 +0000 Subject: [PATCH] Update phpstan/phpstan-deprecation-rules requirement from ^1.1 to ^1.2 Updates the requirements on [phpstan/phpstan-deprecation-rules](https://github.com/phpstan/phpstan-deprecation-rules) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan-deprecation-rules/releases) - [Commits](https://github.com/phpstan/phpstan-deprecation-rules/compare/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: phpstan/phpstan-deprecation-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 bd90ab5..35019d1 100644 --- a/composer.json +++ b/composer.json @@ -73,7 +73,7 @@ "phpcompatibility/php-compatibility": "^9.3", "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.10", - "phpstan/phpstan-deprecation-rules": "^1.1", + "phpstan/phpstan-deprecation-rules": "^1.2", "phpstan/phpstan-phpunit": "^1.3", "phpstan/phpstan-strict-rules": "^1.6", "phpunit/phpunit": "^9.6",