swayok / alternative-laravel-cache

Replacements for Laravel's redis and file cache stores that properly implement tagging idea
MIT License
169 stars 26 forks source link

Question - Why don't put dependencie in suggest ? #13

Closed YannikFirre closed 4 years ago

YannikFirre commented 5 years ago

Hello,

Can not we put dependencies in composer suggest (https://getcomposer.org/doc/04-schema.md#suggest ) ?

If i use the driver file, I do not need the dependencies for redis, right ?

Thanks a lot ;)

swayok commented 4 years ago

All specific cache driver packages moved to "suggest" section in 5.4.13. File-based driver also.