Skip to content

Commit f824952

Browse files
committed
build: add scripts and normalize
Closes #2
1 parent 30e75c0 commit f824952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"htmlCoverage": "vendor/bin/phpunit --coverage-html coverage",
5959
"phpcs": "vendor/bin/phpcs --standard=phpcs.xml $(find . -name '*.php');",
6060
"phpmd": "vendor/bin/phpmd src,tests text ./phpmd.xml",
61-
"phpunit": "vendor/bin/phpunit --colors=always;",
61+
"phpunit": "vendor/bin/phpunit",
6262
"tests": [
6363
"clear",
6464
"@phpmd",

0 commit comments

Comments
 (0)