Skip to content

Commit

Permalink
Removed composer lint scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
FrittenKeeZ committed Oct 30, 2022
1 parent cd3be04 commit 3a9a991
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 @@ -43,9 +43,7 @@
},
"scripts": {
"test": "phpunit",
"test:coverage": "phpdbg -qrr vendor/bin/phpunit --coverage-html tests/_reports",
"lint": "php-cs-fixer fix --verbose --using-cache=no --dry-run --diff",
"lint:fix": "php-cs-fixer fix --verbose --using-cache=no --diff"
"test:coverage": "phpdbg -qrr vendor/bin/phpunit --coverage-html tests/_reports"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 3a9a991

Please sign in to comment.