hmazter / laravel-schedule-list

Laravel package to add command to list all scheduled artisan commands
MIT License
94 stars 14 forks source link

Remove support for Laravel 8.19.0 and above #45

Closed hmazter closed 2 years ago

hmazter commented 3 years ago

Update the constraints for illuminate/support and illuminate/console to not be compatible with Laravel 8.19.0 since that version include its own schedule:list command.