From cab26d97bb9461ae2f66219caf83760e9c34d9b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 05:27:24 +0000 Subject: [PATCH] Update friendsofphp/php-cs-fixer requirement from ^2.17 to ^2.17 || ^3.0 Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) to permit the latest version. - [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases) - [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/3.0/CHANGELOG.md) - [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.17.0...v3.0.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0af1a3d..058f214 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "phpstan/phpstan-strict-rules": "^0.12.5", "phpstan/phpstan-deprecation-rules": "^0.12.5", "phpstan/extension-installer": "^1.0", - "friendsofphp/php-cs-fixer": "^2.17", + "friendsofphp/php-cs-fixer": "^2.17 || ^3.0", "phpunit/phpunit": "^9.5", "phpstan/phpstan-phpunit": "^0.12.16", "phpspec/prophecy": "^1.12",