mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
feat(php): replace php-boris with psysh (#5967)
php-boris is no longer maintained. Fix: #5965
This commit is contained in:
@ -13,3 +13,14 @@ ignore the cache."
|
||||
(require 'json)
|
||||
(json-read-file package-file)))
|
||||
(puthash project-root data +php-composer-conf))))))
|
||||
|
||||
;;
|
||||
;;; Commands
|
||||
|
||||
|
||||
;;;###autoload
|
||||
(defun +php/open-repl ()
|
||||
"Open PHP REPL."
|
||||
(interactive)
|
||||
(psysh)
|
||||
(pop-to-buffer (current-buffer)))
|
||||
|
Reference in New Issue
Block a user