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
|
@ -28,7 +28,7 @@
|
|||
(setq php-mode-template-compatibility nil)
|
||||
|
||||
(set-docsets! 'php-mode "PHP" "PHPUnit" "Laravel" "CakePHP" "CodeIgniter" "Doctrine_ORM")
|
||||
(set-repl-handler! 'php-mode #'php-boris)
|
||||
(set-repl-handler! 'php-mode #'+php/open-repl)
|
||||
(set-lookup-handlers! 'php-mode :documentation #'php-search-documentation)
|
||||
(set-formatter! 'php-mode #'php-cs-fixer-fix)
|
||||
(set-ligatures! 'php-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue