2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/php/packages.el
|
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! php-boris)
|
2019-07-21 15:39:45 +02:00
|
|
|
(package! php-extras :recipe (:host github :repo "arnested/php-extras"))
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! php-mode)
|
|
|
|
(package! php-refactor-mode)
|
|
|
|
(package! phpunit)
|
2017-02-19 18:57:16 -05:00
|
|
|
|
2018-07-29 02:46:18 +02:00
|
|
|
(when (featurep! +hack)
|
2019-07-21 15:39:45 +02:00
|
|
|
(package! hack-mode :recipe (:host github :repo "hhvm/hack-mode")))
|
2017-02-19 18:57:16 -05:00
|
|
|
|
2019-02-21 16:08:27 -05:00
|
|
|
(unless (featurep! +lsp)
|
2019-04-24 20:58:06 -04:00
|
|
|
(package! phpactor))
|
2019-04-23 22:03:01 -04:00
|
|
|
|
|
|
|
(when (featurep! :editor format)
|
|
|
|
(package! php-cs-fixer))
|