Skip to content

Commit 2e9ebf9

Browse files
committed
add "cs-fix" script to composer.json
1 parent f9f0811 commit 2e9ebf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
},
6464
"scripts": {
6565
"test": "phpunit --testdox --no-interaction",
66-
"test-watch": "phpunit-watcher watch"
66+
"test-watch": "phpunit-watcher watch",
67+
"cs-fix": "php-cs-fixer fix"
6768
}
6869
}

0 commit comments

Comments
 (0)