From 2054f6b35a99a3bcdd2f21bfd8f5ad9264c39ba8 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 14 Feb 2019 00:39:21 -0500 Subject: [PATCH] lang/php: include composer files with phpactor --- modules/lang/php/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/php/packages.el b/modules/lang/php/packages.el index 6324ca750..b7f9da3bd 100644 --- a/modules/lang/php/packages.el +++ b/modules/lang/php/packages.el @@ -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)