From 4a5ed0da5f72c381043aa947999546eff4a17632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 08:18:58 +0000 Subject: [PATCH] Update friendsofphp/php-cs-fixer requirement from ^2.16 to ^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.16.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 9732274..7070f6f 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "vlucas/phpdotenv": "^5.2" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.16", + "friendsofphp/php-cs-fixer": "^3.0", "phpunit/phpunit": "^9.1", "mockery/mockery": "^1.3" },