From 3a637d378ef82b1b3ca25173c766b1ee03fcb7e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 09:13:12 +0000 Subject: [PATCH] Update friendsofphp/php-cs-fixer requirement from 2.18.3 to 2.18.4 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/2.18/CHANGELOG.md) - [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.18.3...v2.18.4) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3f74b67..6f241f5 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpunit/phpunit": "^8.5.14 || ^9.0.0", "phpstan/phpstan": "0.12.82", "diablomedia/zendframework1-view-helper-layout": "^1.0", - "friendsofphp/php-cs-fixer": "2.18.3", + "friendsofphp/php-cs-fixer": "2.18.4", "maglnet/composer-require-checker": "^1.1.0 || ^2.0.0 || ^3.0.0", "phpro/grumphp-shim": "^0.22.0 || ^1.1" },