Add phpcs composer scripts

main
Michael Weimann 5 years ago committed by Igor Scheller
parent 1bc5828c19
commit 50ffe99ac1

@ -13,6 +13,10 @@
"email": "igor.scheller@igorshp.de" "email": "igor.scheller@igorshp.de"
} }
], ],
"scripts": {
"phpcs": "phpcs -p",
"phpcbf": "phpcbf -p"
},
"require": { "require": {
"php": ">=7.1.0", "php": ">=7.1.0",
"ext-json": "*", "ext-json": "*",

Loading…
Cancel
Save