From a70e127c956670eceec211c2b17a212065fa805c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 06:50:09 +0000 Subject: [PATCH] Update friendsofphp/php-cs-fixer requirement from ^2.16.4 to ^3.0.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.16.4...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 40e3c97..f23edd0 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "phpstan/phpstan": ">=0.11" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.16.4", + "friendsofphp/php-cs-fixer": "^3.0.0", "phpunit/phpunit": "^8.0 || ^9.0", "phpstan/phpstan": "^0.12" },