Skip to content

Commit 3efc6cd

Browse files
authored
Merge pull request #5867 from kenjis/rename-php-cs-fixer-config-files
chore: update composer scripts
2 parents d4d2e97 + ea781ab commit 3efc6cd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@
6262
"analyze": "phpstan analyse",
6363
"test": "phpunit",
6464
"cs": [
65-
"php-cs-fixer fix --verbose --dry-run --diff --config=.user-guide.php-cs-fixer.dist.php",
66-
"php-cs-fixer fix --verbose --dry-run --diff --config=.no-header.php-cs-fixer.dist.php",
67-
"php-cs-fixer fix --verbose --dry-run --diff"
65+
"php-cs-fixer fix --ansi --verbose --dry-run --diff --config=.php-cs-fixer.user-guide.php",
66+
"php-cs-fixer fix --ansi --verbose --dry-run --diff --config=.php-cs-fixer.no-header.php",
67+
"php-cs-fixer fix --ansi --verbose --dry-run --diff"
6868
],
6969
"cs-fix": [
70-
"php-cs-fixer fix --verbose --diff --config=.user-guide.php-cs-fixer.dist.php",
71-
"php-cs-fixer fix --verbose --diff --config=.no-header.php-cs-fixer.dist.php",
72-
"php-cs-fixer fix --verbose --diff"
70+
"php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.user-guide.php",
71+
"php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.no-header.php",
72+
"php-cs-fixer fix --ansi --verbose --diff"
7373
]
7474
},
7575
"scripts-descriptions": {

0 commit comments

Comments
 (0)