From 4cbb7fc9b8bbc3df948410e2688f58bb557cdcb4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 22:02:02 +0000 Subject: [PATCH] Update friendsofphp/php-cs-fixer requirement from ~2 to ~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/v3.0.0/CHANGELOG.md) - [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.0.0...v3.0.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0462251..2dfb123 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "symfony/yaml": "^3.4|^4.2|^4.3|^4.4|^5.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "~2", + "friendsofphp/php-cs-fixer": "~3", "matthiasnoback/symfony-dependency-injection-test": "~4", "php-coveralls/php-coveralls": "~2", "phpunit/phpunit": "~8"