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.
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.