From e4cb7e2151887f0076380970696a7c4bffd01ecd Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 6 Jan 2021 13:43:43 +0100 Subject: [PATCH] Update friendsofphp/php-cs-fixer to a version compatible with php8 Signed-off-by: Christoph Wurst --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9f4d4562..f8042232 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "phpunit/phpunit": "^8.0", "psr/log": "^1.0", "php-coveralls/php-coveralls": "^2.0", - "friendsofphp/php-cs-fixer": "^2.13", + "friendsofphp/php-cs-fixer": "^2.17", "php-parallel-lint/php-parallel-lint": "^1.2" }, "extra": {