Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 authored Jun 21, 2023
1 parent 82fc95d commit d6e4f02
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"pestphp/pest": "^2.0",
"phpstan/phpstan": "^1.9",
"scrutinizer/ocular": "^1.8",
"squizlabs/php_codesniffer": "^3.0"
"squizlabs/php_codesniffer": "^3.0",
"tightenco/duster": "^2.0"
},
"autoload": {
"psr-4": {
Expand All @@ -35,9 +36,9 @@
}
},
"scripts": {
"test": "pest",
"check-style": "phpcs --standard=PSR12 src",
"fix-style": "phpcbf --standard=PSR12 src"
"fix": "duster fix -u tlint,phpcodesniffer,pint",
"lint": "duster lint -u tlint,phpcodesniffer,pint,phpstan",
"test": "pest"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit d6e4f02

Please sign in to comment.