Skip to content

Commit

Permalink
Remove readline extension suggestion
Browse files Browse the repository at this point in the history
The userland implementation is a sufficient fallback.
  • Loading branch information
bobthecow committed Oct 15, 2023
1 parent d26e5b1 commit a206010
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
"ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
"ext-pdo-sqlite": "The doc command requires SQLite to work."
},
"autoload": {
Expand Down

0 comments on commit a206010

Please sign in to comment.