Add composer, phpunit and psysh
This commit is contained in:
@ -21,5 +21,14 @@
|
|||||||
:ensure (:host github :repo "moskalyovd/emacs-php-doc-block")
|
:ensure (:host github :repo "moskalyovd/emacs-php-doc-block")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
;; Consola REPL para php. Similar a "php -a" pero con extras
|
||||||
|
(use-package psysh)
|
||||||
|
|
||||||
|
;; Composer
|
||||||
|
(use-package composer)
|
||||||
|
|
||||||
|
;; PHPUnit
|
||||||
|
(use-package phpunit)
|
||||||
|
|
||||||
(provide 'lang-php)
|
(provide 'lang-php)
|
||||||
;;; lang-php.el ends here
|
;;; lang-php.el ends here
|
||||||
|
Reference in New Issue
Block a user