Skip to content

Commit a8882f3

Browse files
committed
remove phpcs related scripts from composer.json #20
1 parent 5972892 commit a8882f3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

composer.json

-8
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,5 @@
2828
"psr-4": {
2929
"phpsap\\interfaces\\": "src/"
3030
}
31-
},
32-
"scripts": {
33-
"phpcs": "vendor/bin/phpcs",
34-
"phpcbf": "vendor/bin/phpcbf"
35-
},
36-
"scripts-descriptions": {
37-
"phpcs": "Run PHP CodeSniffer validations.",
38-
"phpcbf": "Fix errors found by PHP CodeSniffer."
3931
}
4032
}

0 commit comments

Comments
 (0)