Skip to content

Commit

Permalink
Script configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lloc committed Aug 7, 2023
1 parent 6dd99b9 commit 2ea922d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"phpstan/extension-installer": "^1.1"
},
"scripts": {
"test": "./vendor/bin/phpunit",
"coverage": "php -d xdebug.mode=coverage vendor/bin/phpunit --coverage-html ./coverage",
"analyze": "./vendor/bin/phpstan analyze"
"test": "vendor/bin/phpunit",
"coverage": "php -d xdebug.mode=coverage vendor/bin/phpunit --coverage-html coverage",
"analyze": "vendor/bin/phpstan analyze"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 2ea922d

Please sign in to comment.