Closed Advaith3600 closed 4 years ago
Thanks a lot for the contribution. Any clues why the tests fail?
Thanks a lot for the contribution. Any clues why the tests fail?
The minimum PHP requirement for Laravel 5.8 is PHP 7.1.3. Can you please update the travis config?
Updated the Travis file according to the request. Still, the issue remains. Tried further fixing it and now Mockery is giving an issue. Will degrade the version of laravel-dump-server to support lower versions of PHP.
Added support to the latest versions of Laravel. At least PHP 7.1 and Laravel 5.6 is required for the usage of this package.
@hootlex Merge please?
Laravel 5.8 no longer supports
Event::fire()
methods insteadEvents::dispatch()
should be used