Skip to content

Commit 3dcb806

Browse files
committed
build: add scripts and normalize
Closes #6
1 parent 71a10df commit 3dcb806

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)