doomemacs/modules/lang/php/packages.el

23 lines
722 B
EmacsLisp
Raw Normal View History

2017-02-19 18:57:16 -05:00
;; -*- no-byte-compile: t; -*-
;;; lang/php/packages.el
(package! php-boris :pin "f2faebf610")
(package! php-extras :recipe (:host github :repo "arnested/php-extras") :pin "d410c5af66")
(package! php-mode :pin "cade4cef2b")
(package! php-refactor-mode :pin "7a794b0618")
(package! phpunit :pin "fe6bc91c3b")
2017-02-19 18:57:16 -05:00
2018-07-29 02:46:18 +02:00
(when (featurep! +hack)
(package! hack-mode :recipe (:host github :repo "hhvm/hack-mode") :pin "fd6a661b09"))
2017-02-19 18:57:16 -05:00
(unless (featurep! +lsp)
(package! phpactor :pin "5ccf65d59e")
(when (featurep! :completion company)
(package! company-phpactor :pin "5ccf65d59e")))
(when (featurep! :editor format)
(package! php-cs-fixer :pin "6540006710"))
2020-01-14 22:32:11 -05:00
;; For building php-extras
(package! async :pin "86aef2c38e")