Skip to content

Commit 6f7634f

Browse files
committed
upsome file
1 parent 0fdd6d9 commit 6f7634f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636
},
3737
"scripts": {
38-
"check-cs": "./vendor/bin/php-cs-fixer fix --dry-run --diff --diff-format=udiff",
39-
"cs-fix": "./vendor/bin/php-cs-fixer fix"
38+
"check-cs": "./php-cs-fixer fix --dry-run --diff --diff-format=udiff",
39+
"cs-fix": "./php-cs-fixer fix"
4040
}
4141
}

0 commit comments

Comments
 (0)