Add phpcs composer scripts

This commit is contained in:
Michael Weimann 2019-11-12 22:24:18 +01:00 committed by Igor Scheller
parent 1bc5828c19
commit 50ffe99ac1
1 changed files with 4 additions and 0 deletions

View File

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