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

Commit

Permalink
update composer.json, add lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanotorresi authored and weierophinney committed Oct 11, 2016
1 parent 7e1b164 commit 2de03ef
Show file tree
Hide file tree
Showing 3 changed files with 1,112 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
doc/html/
vendor/
zf-mkdoc-theme/
composer.lock
phpunit.xml
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
},
"scripts": {
"check": [
"@cs",
"@cs-check",
"@test"
],
"coveralls": "coveralls",
"cs": "phpcs",
"upload-coverage": "coveralls -v",
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"test": "phpunit",
"test-coverage": "phpunit --coverage-clover clover.xml"
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
}
}
Loading

0 comments on commit 2de03ef

Please sign in to comment.