Skip to content

Commit

Permalink
v1.1.0 release update (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
alancting authored Mar 15, 2021
1 parent c174e77 commit 59d54e6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ad",
"microsoft"
],
"version": "1.0.0",
"version": "1.1.0",
"authors": [
{
"name": "Neuman Vong",
Expand Down Expand Up @@ -45,8 +45,12 @@
}
},
"scripts": {
"test": [ "@putenv XDEBUG_MODE=coverage", "./vendor/bin/phpunit --colors=always" ],
"coverage": [ "@putenv XDEBUG_MODE=coverage", "./vendor/bin/phpunit --colors=always --coverage-text --coverage-html ./coverage --coverage-clover=build/logs/clover.xml" ],
"coveralls": [ "@putenv XDEBUG_MODE=coverage", "composer run coverage && ./vendor/bin/php-coveralls"]
"test": [
"@putenv XDEBUG_MODE=coverage", "./vendor/bin/phpunit --colors=always"
],
"coverage": [
"@putenv XDEBUG_MODE=coverage", "./vendor/bin/phpunit --colors=always --coverage-text --coverage-html ./coverage --coverage-clover=build/logs/clover.xml"
],
"coveralls": ["@putenv XDEBUG_MODE=coverage", "composer run coverage && ./vendor/bin/php-coveralls"]
}
}

0 comments on commit 59d54e6

Please sign in to comment.