feat(php): replace php-boris with psysh (#5967)
php-boris is no longer maintained. Fix: #5965
This commit is contained in:
parent
9db71bb7a5
commit
9cba28621f
3 changed files with 13 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue