OVYA/php-cs-fixer@cc9a3624dc -> OVYA/php-cs-fixer@7e12a1af5d Custom `php-cs-fixer` binaries specified via `php-cs-fixer-command` were not recognized until OVYA/php-cs-fixer#16. Close #5513
26 lines
1 KiB
EmacsLisp
26 lines
1 KiB
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/php/packages.el
|
|
|
|
(package! php-boris :pin "f2faebf610c917f7091f7ec0cd97645629c4f819")
|
|
(package! php-extras
|
|
:recipe (:host github :repo "arnested/php-extras")
|
|
:pin "d410c5af663c30c01d461ac476d1cbfbacb49367")
|
|
(package! php-mode :pin "535aec81739e8e766e0420fda616efc8846f2911")
|
|
(package! php-refactor-mode :pin "7a794b0618df2882b1bd586fdd698dba0bc5130d")
|
|
(package! phpunit :pin "fe6bc91c3bd8b329c6d26ad883a025f06b5121ee")
|
|
|
|
(when (featurep! +hack)
|
|
(package! hack-mode
|
|
:recipe (:host github :repo "hhvm/hack-mode")
|
|
:pin "4c1c2b093970b92f8589b061759288c0deb228c9"))
|
|
|
|
(unless (featurep! +lsp)
|
|
(package! phpactor :pin "272217fbb6b7e7f70615fc518d77c6d75f33a44f")
|
|
(when (featurep! :completion company)
|
|
(package! company-phpactor :pin "272217fbb6b7e7f70615fc518d77c6d75f33a44f")))
|
|
|
|
(when (featurep! :editor format)
|
|
(package! php-cs-fixer :pin "7e12a1af5d65cd8a801eeb5564c6268a4e190c0c"))
|
|
|
|
;; For building php-extras
|
|
(package! async :pin "5d365ffc6a2c2041657eaa5d762c395ea748c8d7")
|