From a5b5e59fbfc0bd822786f55659120db7c7607f2b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 05:35:59 +0000 Subject: [PATCH] Update friendsofphp/php-cs-fixer requirement from ^2.11 to ^2.11 || ^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.11.0...v3.0.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d972b4b..7154c76 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require-dev": { "orchestra/testbench": "^3.6", "phpunit/phpunit": "^7.0 || ^8.0", - "friendsofphp/php-cs-fixer": "^2.11" + "friendsofphp/php-cs-fixer": "^2.11 || ^3.0" }, "minimum-stability": "dev", "extra": {