algolia / scout-extended

Scout Extended: The Full Power of Algolia in Laravel
https://www.algolia.com/doc/framework-integration/laravel/getting-started/introduction-to-scout-extended/
MIT License
395 stars 85 forks source link

Add support for Laravel Scout 9.0 #278

Closed tobz-nz closed 3 years ago

tobz-nz commented 3 years ago
Q A
Bug fix? no
New feature? no
BC breaks? yes
Need Doc update no

Describe your change

Add support for laravel/scout 9.0 Drop support for older versions of Laravel (6.0, 7.0)

What problem is this fixing?

With this change you can use laravel/scout ^9.0

tobz-nz commented 3 years ago

Sigh. I was a lazy and thought this'd be a simple drop in update, I could bash out directly in github. Nope. scout 9.0 drops support for older laravel versions and so its all a bit more involved than I have time for right now.

tobz-nz commented 3 years ago

Cool - thanks for confirming what I suspected that tests where not working on PR's.

I did think that it should have been a pretty simple change (I did a quick manual test in an active project and everything seemed to work)