lang/php: include composer files with phpactor

This commit is contained in:
Henrik Lissner 2019-02-14 00:39:21 -05:00
parent 60df01714e
commit 2054f6b35a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -5,7 +5,7 @@
(package! php-extras :recipe (:fetcher github :repo "arnested/php-extras"))
(package! php-mode)
(package! php-refactor-mode)
(package! phpactor :recipe (:fetcher github :repo "emacs-php/phpactor.el" :files ("*.el")))
(package! phpactor :recipe (:fetcher github :repo "emacs-php/phpactor.el" :files ("*")))
(package! phpunit)
(when (featurep! +hack)