From 339433b8844c5cf85735b5ef7bd6243168355165 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Sun, 14 Apr 2024 21:14:57 +0200 Subject: [PATCH] Add php-cs-fixer --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index a03f0aa..a341e37 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,7 @@ "clue/commander": "^v1.3.0", "ergebnis/phpunit-slow-test-detector": "^2", "estahn/phpunit-json-assertions": "^4", + "friendsofphp/php-cs-fixer": "^3.53", "jc21/clitable": "^1.2", "php-coveralls/php-coveralls": "^2.1", "phpstan/phpstan": "^1",