added php related programs for mason tool installer

This commit is contained in:
aminnairi
2023-12-04 22:23:31 +01:00
parent e673d1c670
commit 019ffe4b63
@@ -10,8 +10,6 @@ return {
"stylelint", "stylelint",
"shellcheck", "shellcheck",
"rustfmt", "rustfmt",
"phpcbf",
"phpstan",
"jq", "jq",
"jsonlint", "jsonlint",
"htmlbeautifier", "htmlbeautifier",
@@ -19,7 +17,11 @@ return {
"blade-formatter", "blade-formatter",
"markdownlint", "markdownlint",
"yamllint", "yamllint",
"ansible-lint" "ansible-lint",
"eslint_d",
"phpcbf",
"phpcs",
"phpstan"
}, },
auto_update = true, auto_update = true,
run_on_start = true, run_on_start = true,