Skip to content

Commit

Permalink
remove phpcs related scripts from composer.json #20
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-j committed Aug 7, 2024
1 parent 2ac004e commit 229eefc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,5 @@
"psr-4": {
"phpsap\\interfaces\\": "src/"
}
},
"scripts": {
"phpcs": "vendor/bin/phpcs",
"phpcbf": "vendor/bin/phpcbf"
},
"scripts-descriptions": {
"phpcs": "Run PHP CodeSniffer validations.",
"phpcbf": "Fix errors found by PHP CodeSniffer."
}
}

0 comments on commit 229eefc

Please sign in to comment.