Closed japsen closed 7 years ago
jdavidbakr/multi-server-event still works with laravel/framework 5.4.16.
It looks like this broke when laravel framework went to 5.4.17. https://github.com/laravel/framework/compare/v5.4.16...v5.4.17 (See the many changes of Illuminate\Contracts\Cache\Repository to Illuminate\Console\Scheduling\Mutex there.)
Part of 5.4.16 was this breaking change: https://github.com/laravel/framework/pull/18295
PR merged
Did you bump the composer version after this change? It doesn't appear so?
It should be in 1.0.9
Doesn't appear to to be in the 2.x release for > 5.4?
My bad, looks like I accidentally released in the 1.x branch instead of the 2.x branch. Should be there now.
I get this when executing "php laravel" on console. running laravel framework 5.4.19, jdavidbakr/multi-server-event version 2.0.1
Minor: There is an unmatched bracket in the example Kernel.php defineConsoleSchedule code on https://github.com/jdavidbakr/MultiServerEvent