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

Commit 5eb1e81

Browse files
committed
add/update composer scripts
1 parent 116537e commit 5eb1e81

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

composer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,16 @@
4343
},
4444
"provide": {
4545
"container-interop/container-interop-implementation": "^1.1"
46+
},
47+
"scripts": {
48+
"check": [
49+
"@cs-check",
50+
"@test"
51+
],
52+
"cs-check": "phpcs",
53+
"cs-fix": "phpcbf",
54+
"test": "phpunit --colors=always",
55+
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
56+
"upload-coverage": "coveralls -v"
4657
}
4758
}

0 commit comments

Comments
 (0)