for real this time?
This commit is contained in:
Ismo Vuorinen
2021-11-12 17:54:18 +02:00
parent cec85b09aa
commit 04186912b3
2 changed files with 6 additions and 3 deletions

View File

@@ -18,9 +18,9 @@
}
],
"scripts": {
"lint": "phpcs --warning-severity=0 .",
"lint-all": "phpcs .",
"fix": "phpcbf ."
"lint": "phpcs --warning-severity=0",
"lint-all": "phpcs",
"fix": "phpcbf"
},
"require": {
"ext-simplexml": "*",