From: Dr. Tobias Quathamer Date: Sun, 14 Jan 2024 13:47:19 +0000 (+0100) Subject: Add friendsofphp/php-cs-fixer to development packages X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9daf83ce9b2e84c81951117cd5fb43e9fce2e29d;p=friendica.git Add friendsofphp/php-cs-fixer to development packages --- diff --git a/composer.json b/composer.json index 730c24bafa..7fdc10a3b2 100644 --- a/composer.json +++ b/composer.json @@ -135,7 +135,8 @@ "mockery/mockery": "^1.3", "mikey179/vfsstream": "^1.6", "phpunit/phpunit": "^9", - "dms/phpunit-arraysubset-asserts": "^0.3.1" + "dms/phpunit-arraysubset-asserts": "^0.3.1", + "friendsofphp/php-cs-fixer": "^3.46" }, "scripts": { "test": "phpunit",