laravel-doctrine / orm

An integration library for Laravel and Doctrine ORM
MIT License
829 stars 178 forks source link

[FIX] Switch ArrayCacheProvider to use Illuminate\Cache #515

Closed dpslwk closed 2 years ago

dpslwk commented 2 years ago

fix #493 I know symfony/cache was suggested in the issue but we already use illuminate/cache for most fo the other drivers, so its a quick change

we should be able to up merge this to 1.6 and 1.7 branch just resolving the composer conflicts to bump "illuminate/cache": "^6.0", version as needed

dpslwk commented 2 years ago

nvm so not as easy as I thought