From 1c8d620dc00d49228c7b088490ee50cea0be8861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Aug 2021 18:04:14 +0000 Subject: [PATCH] Update friendsofphp/php-cs-fixer requirement from ^2.16.4 to ^3.0.2 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.2) --- 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..e94892e 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.2", "phpunit/phpunit": "^8.0 || ^9.0", "phpstan/phpstan": "^0.12" },