mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ProofGeneral/PG@e0ec3db200 -> ProofGeneral/PG@85cde55a86 ananthakumaran/exunit.el@ee06b14b61 -> ananthakumaran/exunit.el@8de56e3fd5 emacs-lsp/emacs-ccls@41399b0eba -> emacs-lsp/emacs-ccls@28c7930c89 emacs-php/php-mode@0f756a8c07 -> emacs-php/php-mode@5b6cc1c068 hhvm/hack-mode@343e45f2a6 -> hhvm/hack-mode@0addbff8b6 immerrr/lua-mode@d074e4134b -> immerrr/lua-mode@2f6b8d7a63 jart/disaster@b20f8e1ef9 -> jart/disaster@8b44591322 jwiegley/emacs-async@b99658e831 -> jwiegley/emacs-async@bb3f31966e ocaml/dune@b74586e909 -> ocaml/dune@a46193e167 ocaml/merlin@92c3ba9473 -> ocaml/merlin@2eeb63d002 ocaml/tuareg@1d53723e39 -> ocaml/tuareg@1600fdad28 purescript-emacs/purescript-mode@b076bafe94 -> purescript-emacs/purescript-mode@a3d6ca4ba5 technomancy/fennel-mode@4ccb6d5944 -> technomancy/fennel-mode@811f39de12
20 lines
770 B
EmacsLisp
20 lines
770 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/php/packages.el
|
|
|
|
(package! psysh :pin "ae15a36301a49e5ae03118ff815a6a511603ae13")
|
|
(package! php-extras
|
|
:recipe (:host github :repo "arnested/php-extras")
|
|
:pin "d410c5af663c30c01d461ac476d1cbfbacb49367")
|
|
(package! php-mode :pin "5b6cc1c068ba759dcf30067ad1e048b3693a40d7")
|
|
(package! php-refactor-mode :pin "7a794b0618df2882b1bd586fdd698dba0bc5130d")
|
|
(package! phpunit :pin "650a50898de1fa4eeb47360b12aeb1126b2448c2")
|
|
(package! composer :pin "6c7e19256ff964546cea682edd21446c465a663c")
|
|
|
|
(when (modulep! +hack)
|
|
(package! hack-mode
|
|
:recipe (:host github :repo "hhvm/hack-mode")
|
|
:pin "0addbff8b61cfd75b81961507a1646c4acd316ba"))
|
|
|
|
;; For building php-extras
|
|
(package! async :pin "bb3f31966ed65a76abe6fa4f80a960a2917f554e")
|