Skip to content

Commit 6ae4dc4

Browse files
committed
build: add scripts and normalize
Closes #5
1 parent 22b6c46 commit 6ae4dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"htmlCoverage": "vendor/bin/phpunit --coverage-html coverage",
6161
"phpcs": "vendor/bin/phpcs --standard=phpcs.xml $(find . -name '*.php');",
6262
"phpmd": "vendor/bin/phpmd src,tests text ./phpmd.xml",
63-
"phpunit": "vendor/bin/phpunit --colors=always;",
63+
"phpunit": "vendor/bin/phpunit",
6464
"tests": [
6565
"clear",
6666
"@phpmd",

0 commit comments

Comments
 (0)