laravel / prompts

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

[0.3.0] Remove circular dependency on `illuminate/collections` #168

Closed jessarcher closed 1 month ago

jessarcher commented 1 month ago

This PR fixes a circular dependency issue between this package and https://github.com/laravel/framework by moving illuminate/collections to a dev dependency and removing all internal usage of Collections.

Collections remain supported as arguments to Prompt functions.