feat: udpate mise exec logs

This commit is contained in:
engigu
2026-02-13 21:16:51 +08:00
parent ef0d256c58
commit 2d90d0921a
19 changed files with 180 additions and 63 deletions
+1
View File
@@ -18,6 +18,7 @@ func NewPhpManager(language string) *PhpManager {
InstallCmd: []string{"composer", "global", "require"},
UninstallCmd: []string{"composer", "global", "remove"},
ListCmd: []string{"composer", "global", "show", "--name-only"},
VerifyCmd: []string{"php", "-v"},
Separator: ":",
},
}