From 43a729cc99b3b707a72ad0b64710bbfca9552dbd Mon Sep 17 00:00:00 2001 From: justbyitself <160424955+justbyitself@users.noreply.github.com> Date: Fri, 1 Mar 2024 08:57:55 +0100 Subject: [PATCH] remove Boris REPL Boris is outdated. Last commit: 9 years ago. Use PsySH instead. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d6fc3ea..94d0e1b 100644 --- a/README.md +++ b/README.md @@ -620,7 +620,6 @@ Libraries to help manage database schemas and migrations. *Libraries related to the command line.* * [Aura.Cli](https://github.com/auraphp/Aura.Cli) - Provides the equivalent of request ( Context ) and response ( Stdio ) objects for the command line interface, including Getopt support, and an independent Help object for describing commands. -* [Boris](https://github.com/borisrepl/boris) - A tiny PHP REPL. * [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools. * [CLI Menu](https://github.com/php-school/cli-menu) - A library for building CLI menus. * [CLIFramework](https://github.com/c9s/CLIFramework) - A command-line framework supports zsh/bash completion generation, subcommands and option constraints. It also powers phpbrew.