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 6.2 Support #7

Closed ppalashturov closed 5 years ago

ppalashturov commented 5 years ago

Hi, I have a problem with install composer to Laravel 6.2.

Your requirements could not be resolved to an installable set of packages.

Can you add support for Laravel 6.2 please?

zbiller commented 5 years ago

Hi @ppalashturov

This should now be fixed. Please try using version 2.1.0 of this package (^2.1 in your composer.json).

Thanks!

ppalashturov commented 5 years ago

Hi @ppalashturov

This should now be fixed. Please try using version 2.1.0 of this package (^2.1 in your composer.json).

Thanks!

Thanks! :)