laravel-selfupdater
laravel-selfupdater copied to clipboard
List of available versions instead just the latest.
It would be really cool if a list of available versions could be available not just the latest one.
Eg: I don't want to upgrade to the latest, but the previous version
You can use $updater->source()->getReleases()->json()
to get a list of the latest releases.