swooletw / laravel-swoole

High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.
MIT License
4.04k stars 390 forks source link

Support for Laravel 8 #433

Closed TheDoctor0 closed 4 years ago

TheDoctor0 commented 4 years ago

New version was released. As far as I know there are no breaking changes that should affect this package.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 68.586% when pulling 7dc0963662b0fa79258e146d40e379966cc2a84b on TheDoctor0:master into 2271aa7fbd881d932ecca46749a609c36e15cf93 on swooletw:master.

wesdrass commented 4 years ago

Hi @albertcht - This is quite an important change to see merged into master. Could you help us here? Thanks!

albertcht commented 4 years ago

Hi @TheDoctor0 ,

Thanks for your pull request, I've merged this one. I will tag a new release version soon.

As a reminder, this PR can only allow users install this package via composer in Laravel 8 projects. However, this package has not fully tested on Laravel 8.0. If you find any issues/bugs running with Laravel 8.0, feel free to submit an issue or pull request.