Add friendsofphp/php-cs-fixer to development packages

This commit is contained in:
Dr. Tobias Quathamer 2024-01-14 14:47:19 +01:00
parent 60b81bb6ca
commit 9daf83ce9b
1 changed files with 2 additions and 1 deletions

View File

@ -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",