diff --git a/package.json b/package.json index e957a17..76d71d7 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,10 @@ "*.{css,scss}": [ "stylelint --fix", "git add" + ], + "*.php": [ + "composer fix", + "git add" ] } }