laravel / prompts

Beautiful and user-friendly forms for your command-line PHP applications.
https://laravel.com/docs/prompts
MIT License
533 stars 94 forks source link

Support older versions of PHP #2

Closed jessarcher closed 1 year ago

jessarcher commented 1 year ago

Note to self: we'd need to replace array_is_list usage to support PHP 8.0, and we'd need to remove union types to support anything lower.