From 6b067ea0973ddf573a302a116a821851d8ba0e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 11:01:17 +0000 Subject: [PATCH] Update friendsofphp/php-cs-fixer requirement from ^2.0 to ^3.3 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/master/CHANGELOG.md) - [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.0.0...v3.3.0) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer 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 e55b089..0809608 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "nesbot/carbon": "^1.21 || ^2.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.0", + "friendsofphp/php-cs-fixer": "^3.3", "phlak/coding-standards": "^1.2", "psy/psysh": "^0.10.0", "vimeo/psalm": "^4.2",