From 6761f197beb4a242c78ca228d3e4242b8132fc8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 18:05:50 +0000 Subject: [PATCH] Update friendsofphp/php-cs-fixer requirement from ^2.16.4 to ^3.1.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/master/CHANGELOG.md) - [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.16.4...v3.1.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 40e3c97..b8f32ba 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.1.0", "phpunit/phpunit": "^8.0 || ^9.0", "phpstan/phpstan": "^0.12" },