mailerlite / laravel-elasticsearch

An easy way to use the official Elastic Search client in your Laravel applications.
MIT License
916 stars 187 forks source link

Add PHP 8.0 support #119

Closed okdewit closed 3 years ago

okdewit commented 3 years ago

The official Elasticsearch PHP client now supports PHP 8.0 since v7.11.

I thought it might be a good idea to update laravel-elasticsearch as well.

I have:

The Github Actions test workflow completes succesfully on the fork for all PHP/Laravel combinations.

cviebrock commented 3 years ago

Thanks @okdewit ... I pushed a bunch of changes to add PHP8 support before I noticed your PR that does the same thing!

okdewit commented 3 years ago

@cviebrock Thanks for your continued efforts on supporting this package!