Add phpcs composer scripts
This commit is contained in:
parent
1bc5828c19
commit
50ffe99ac1
|
@ -13,6 +13,10 @@
|
|||
"email": "igor.scheller@igorshp.de"
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"phpcs": "phpcs -p",
|
||||
"phpcbf": "phpcbf -p"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.1.0",
|
||||
"ext-json": "*",
|
||||
|
|
Loading…
Reference in New Issue