Reworked composer scripts for maximum compatibility

This commit is contained in:
Justin Foell
2021-10-26 10:15:33 -05:00
parent 1bf67c466f
commit 76306269c9
+1 -1
View File
@@ -15,6 +15,6 @@
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1"
},
"scripts": {
"lint": "@php ./vendor/bin/phpcs -s"
"lint": "phpcs -s"
}
}