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

Commit 2de03ef

Browse files
stefanotorresiweierophinney
authored andcommitted
update composer.json, add lockfile
1 parent 7e1b164 commit 2de03ef

File tree

3 files changed

+1112
-6
lines changed

3 files changed

+1112
-6
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
doc/html/
22
vendor/
33
zf-mkdoc-theme/
4-
composer.lock
54
phpunit.xml

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
},
4747
"scripts": {
4848
"check": [
49-
"@cs",
49+
"@cs-check",
5050
"@test"
5151
],
52-
"coveralls": "coveralls",
53-
"cs": "phpcs",
52+
"upload-coverage": "coveralls -v",
53+
"cs-check": "phpcs",
5454
"cs-fix": "phpcbf",
55-
"test": "phpunit",
56-
"test-coverage": "phpunit --coverage-clover clover.xml"
55+
"test": "phpunit --colors=always",
56+
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
5757
}
5858
}

0 commit comments

Comments
 (0)