mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-04 15:03:42 -05:00
BREAKING CHANGE: The PHP API data file no longer exists on php.net, and there is no substitute, and php-extras is no longer maintained, so this package is defunct and leaves php buffers in an error state. This deprives non-LSP users from eldoc and naive code completion. The alternative is to simply adopt LSP.
17 lines
645 B
EmacsLisp
17 lines
645 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/php/packages.el
|
|
|
|
(package! psysh :pin "223bf55975d148f65f66bb8980c14c1230f067ff")
|
|
(package! php-mode :pin "462b62248f7b3c6550ceea1b44760ddd951ab7ab")
|
|
(package! php-refactor-mode :pin "7a794b0618df2882b1bd586fdd698dba0bc5130d")
|
|
(package! phpunit :pin "650a50898de1fa4eeb47360b12aeb1126b2448c2")
|
|
(package! composer :pin "eba6b953a4a68bc22b957d59eb3159c6d5cff39d")
|
|
|
|
(when (modulep! +hack)
|
|
(package! hack-mode
|
|
:recipe (:host github :repo "hhvm/hack-mode")
|
|
:pin "0addbff8b61cfd75b81961507a1646c4acd316ba"))
|
|
|
|
;; For building php-extras
|
|
(package! async :pin "bb3f31966ed65a76abe6fa4f80a960a2917f554e")
|