mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
feat(php): doctor: rudimentary php & composer checks
This commit is contained in:
@ -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"))
|
||||
|
Reference in New Issue
Block a user