Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 04685c4

Browse files
committed
add/update composer scripts
1 parent 4e0c165 commit 04685c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
"@cs-check",
5757
"@test"
5858
],
59-
"upload-coverage": "coveralls -v",
60-
"cs-check": "php-cs-fixer --version && php-cs-fixer fix -v --diff --dry-run",
61-
"cs-fix": "php-cs-fixer fix -v",
62-
"test": "phpunit",
63-
"test-coverage": "phpunit --coverage-clover clover.xml"
59+
"cs-check": "phpcs",
60+
"cs-fix": "phpcbf",
61+
"test": "phpunit --colors=always",
62+
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
63+
"upload-coverage": "coveralls -v"
6464
}
6565
}

0 commit comments

Comments
 (0)