From 9c9625b2a70247e6854fadae7ce955ae1c415314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:09:04 +0000 Subject: [PATCH] [TASK] Update phpstan/phpstan-deprecation-rules requirement 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 ad133f9..c229d76 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "friendsofphp/php-cs-fixer": "^3.59.3", "phpstan/extension-installer": "^1.4.1", "phpstan/phpstan": "^1.11.6", - "phpstan/phpstan-deprecation-rules": "^1.1", + "phpstan/phpstan-deprecation-rules": "^1.2", "phpstan/phpstan-phpunit": "^1.3.16", "phpstan/phpstan-strict-rules": "^1.6.0", "phpunit/phpunit": "^10.5.24",