neurony / laravel-query-cache

Cache all {select} queries or only the duplicate ones for a specific Eloquent model
MIT License
50 stars 9 forks source link

laravel 7 support #10

Closed Skullbock closed 4 years ago

zbiller commented 4 years ago

Hi @Skullbock

Thanks a lot for your support. Looking at your PR I see you didn't updated the dev dependencies, which means that TravisCI for instance ran the tests still using Laravel 6.x dependencies, as it couldn't find the appropriate DEV dependencies.

You can now use this package in your Laravel 7.x projects using version 3.0.0

Skullbock commented 4 years ago

Thanks :) I forgot i even made this PR lol