Skip to content

Commit

Permalink
Merge pull request #47 from visto9259/1.4.x
Browse files Browse the repository at this point in the history
Removed php-coveralls and scripts.
  • Loading branch information
visto9259 authored Aug 14, 2024
2 parents 453be51 + af0ae2e commit f39b338
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 f39b338

Please sign in to comment.