mailerlite / laravel-elasticsearch

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

Laravel 7 and php8 compatibility #134

Closed eglazunov closed 2 years ago

eglazunov commented 2 years ago

Hello, I have laravel 7 and php 7.4 in my project and everything works well. Now I am trying to upgrade php to version 8.0 and get version incompatibility error. Laravel is using the illuminate ^7.0 packages, and your package is using illuminate ^8.0. Thus, I cannot update the php version. Please accept this pull request!