diff --git a/configs/lang-php.el b/configs/lang-php.el index b2fa1c6..4e67242 100644 --- a/configs/lang-php.el +++ b/configs/lang-php.el @@ -21,5 +21,14 @@ :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) ;;; lang-php.el ends here