Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alextartan committed Jan 19, 2022
1 parent 1696d26 commit c465e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"cs-check": "vendor/bin/phpcs",
"cs-fix": "vendor/bin/phpcbf",
"test": "vendor/bin/phpunit --colors=always",
"test-infection": "vendor/bin/infection --threads=4",
"test-infection": "XDEBUG_MODE=coverage vendor/bin/infection --threads=4",
"phpstan": "vendor/bin/phpstan analyse",
"test-coverage": "vendor/bin/phpunit --migrate-configuration --colors=always --coverage-clover clover.xml",
"test-coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit --migrate-configuration --colors=always --coverage-clover clover.xml",
"upload-coverage": "vendor/bin/php-coveralls -v"
}
}

0 comments on commit c465e08

Please sign in to comment.