doomemacs/modules/lang/php/packages.el

23 lines
1,022 B
EmacsLisp
Raw Normal View History

2017-02-19 18:57:16 -05:00
;; -*- no-byte-compile: t; -*-
;;; lang/php/packages.el
2020-01-14 22:32:11 -05:00
(package! php-boris :pin "f2faebf610c917f7091f7ec0cd97645629c4f819")
(package! php-extras :recipe (:host github :repo "arnested/php-extras") :pin "d410c5af663c30c01d461ac476d1cbfbacb49367")
(package! php-mode :pin "167b35749dbf700543d4a540d098c015af58df2b")
(package! php-refactor-mode :pin "7a794b0618df2882b1bd586fdd698dba0bc5130d")
(package! phpunit :pin "fe6bc91c3bd8b329c6d26ad883a025f06b5121ee")
2017-02-19 18:57:16 -05:00
2018-07-29 02:46:18 +02:00
(when (featurep! +hack)
2020-01-14 22:32:11 -05:00
(package! hack-mode :recipe (:host github :repo "hhvm/hack-mode") :pin "fd6a661b091490920804d043303596f9e60a5dd7"))
2017-02-19 18:57:16 -05:00
(unless (featurep! +lsp)
2020-01-14 22:32:11 -05:00
(package! phpactor :pin "19d56b4c62772f6939cf1576c72213bf72fd3eb1")
(when (featurep! :completion company)
2020-01-14 22:32:11 -05:00
(package! company-phpactor :pin "19d56b4c62772f6939cf1576c72213bf72fd3eb1")))
(when (featurep! :editor format)
2020-01-14 22:32:11 -05:00
(package! php-cs-fixer :pin "6540006710daf2b2d47576968ea826a83a40a6bf"))
;; For building php-extras
(package! async :pin "86aef2c38e7d35e8509b7feeee3e989d825eba91")