From 84c4ea0344c6bca19b192dec1702c9ac597a9008 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 09:25:26 +0000 Subject: [PATCH] Update friendsofphp/php-cs-fixer requirement || 2.19.* 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.9.0...v2.19.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 e889413..c124445 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "php": ">=7.1" }, "require-dev": { - "friendsofphp/php-cs-fixer": "2.9.*", + "friendsofphp/php-cs-fixer": "2.9.* || 2.19.*", "squizlabs/php_codesniffer": "^3.4.0", "phpunit/phpunit": "7.1.*", "php-coveralls/php-coveralls": "^2.1.0"