diff --git a/configs/lang-php.el b/configs/lang-php.el index 4e67242..e0a80a7 100644 --- a/configs/lang-php.el +++ b/configs/lang-php.el @@ -30,5 +30,7 @@ ;; PHPUnit (use-package phpunit) +(use-package php-cs-fixer) + (provide 'lang-php) ;;; lang-php.el ends here