2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/php/packages.el
|
|
|
|
|
2020-07-31 16:07:13 -04:00
|
|
|
(package! php-boris :pin "f2faebf610c917f7091f7ec0cd97645629c4f819")
|
|
|
|
(package! php-extras
|
|
|
|
:recipe (:host github :repo "arnested/php-extras")
|
|
|
|
:pin "81ebd7c1a8c8d02b2775d4cdbf73653feb608a7c")
|
|
|
|
(package! php-mode :pin "4345dfd81fc6da9b7ac123377902b42f5b7b3e0d")
|
|
|
|
(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-07-31 16:07:13 -04:00
|
|
|
(package! hack-mode
|
|
|
|
:recipe (:host github :repo "hhvm/hack-mode")
|
|
|
|
:pin "572c3b41bed91ea543434c04914a7a0c45fec7c7"))
|
2017-02-19 18:57:16 -05:00
|
|
|
|
2019-02-21 16:08:27 -05:00
|
|
|
(unless (featurep! +lsp)
|
2020-07-31 16:07:13 -04:00
|
|
|
(package! phpactor :pin "62d2372ea55c0c5fb4e77076988472ebb5d85f24")
|
2019-08-13 13:52:53 -05:00
|
|
|
(when (featurep! :completion company)
|
2020-07-31 16:07:13 -04:00
|
|
|
(package! company-phpactor :pin "62d2372ea55c0c5fb4e77076988472ebb5d85f24")))
|
2019-04-23 22:03:01 -04:00
|
|
|
|
|
|
|
(when (featurep! :editor format)
|
2020-07-31 16:07:13 -04:00
|
|
|
(package! php-cs-fixer :pin "95eace9bc0ace128d5166e303c76df2b778c4ddb"))
|
2020-01-14 22:32:11 -05:00
|
|
|
|
|
|
|
;; For building php-extras
|
2020-07-31 16:07:13 -04:00
|
|
|
(package! async :pin "86aef2c38e7d35e8509b7feeee3e989d825eba91")
|