feat(php): replace php-boris with psysh (#5967)

php-boris is no longer maintained.

Fix: #5965
This commit is contained in:
Saxon Jensen 2022-01-10 09:24:21 +08:00 committed by GitHub
parent 9db71bb7a5
commit 9cba28621f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 2 deletions

View file

@ -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)))