daison12006013 / laravel-horizon-cluster

A laravel horizon with redis cluster support
MIT License
9 stars 4 forks source link

support laravel 11 and horizon 5.24 and the latest carbon. #5

Closed anabeto93 closed 4 months ago

anabeto93 commented 5 months ago

Update Dependencies for Laravel 10 and Horizon 5 Compatibility

This pull request updates the dependencies of the michaeldyrynda/laravel-horizon-cluster package to ensure compatibility with Laravel 11 and Horizon 5.24. The following changes have been made to the composer.json file:


"require": {
   "laravel/horizon": "^5.24",
   "nesbot/carbon": "^2.17 || ^3.0",
   "illuminate/support": "^8.17|^9.0|^10.0|^11.0"
}
daison12006013 commented 4 months ago

@anabeto93 kindly fix the conflict, then later I'll tag with this changes.