Skip to content

Commit

Permalink
Update composer.json (#468)
Browse files Browse the repository at this point in the history
update scriptname
  • Loading branch information
marcohanke authored Jan 28, 2024
1 parent 2ee0fb9 commit e78b309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"scripts": {
"cs-dry": "php-cs-fixer fix -v --ansi --dry-run --config=.php-cs-fixer.dist.php",
"cs-fix": "php-cs-fixer fix -v --ansi --config=.php-cs-fixer.dist.php",
"test": "phpunit --testdox"
"unit-test": "phpunit --testdox"
}
}

0 comments on commit e78b309

Please sign in to comment.