feat(php): doctor: rudimentary php & composer checks
This commit is contained in:
parent
fd98b44e6a
commit
dababf9ae9
1 changed files with 6 additions and 0 deletions
|
@ -8,3 +8,9 @@
|
|||
(assert! (or (not (modulep! +tree-sitter))
|
||||
(modulep! :tools tree-sitter))
|
||||
"This module requires (:tools tree-sitter)")
|
||||
|
||||
(unless (executable-find "php")
|
||||
(warn! "Couldn't find php in your PATH"))
|
||||
|
||||
(unless (executable-find "composer")
|
||||
(warn! "Couldn't find composer in your PATH"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue