Skip to content

Commit

Permalink
Removed php-coveralls and scipts. Done by GH actions
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Richer eric.richer@vistoconsulting.com <eric.richer@vistoconsulting.com>
  • Loading branch information
visto9259 committed Aug 14, 2024
1 parent 453be51 commit af0ae2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"laminas/laminas-modulemanager": "^2.7.2",
"laminas/laminas-view": "^2.8.1",
"phpunit/phpunit": "^10.5 || ^11.0",
"php-coveralls/php-coveralls": "^2.1",
"squizlabs/php_codesniffer": "^3.4"
},
"autoload": {
Expand All @@ -68,8 +67,7 @@
"cs-fix": "phpcbf",
"test": "phpunit",
"test-coverage": "phpunit --colors=always --coverage-clover build/logs/clover.xml",
"test-coverage-html": "phpunit --colors=always --coverage-html build/html",
"upload-coverage": "php-coveralls -v"
"test-coverage-html": "phpunit --colors=always --coverage-html build/html"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit af0ae2e

Please sign in to comment.