fix lint: exclude buggy version of php-cs-fixer

This commit is contained in:
korelstar 2021-03-30 21:32:23 +02:00
parent e5f28a5071
commit 97b68669cc
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"require-dev": {
"christophwurst/nextcloud": ">=20",
"nextcloud/coding-standard": "^0.5.0",
"friendsofphp/php-cs-fixer": "!=2.18.4",
"squizlabs/php_codesniffer": "3.*",
"phan/phan": "^4.0",
"guzzlehttp/guzzle": "^7.0",