You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We noticed for some reason that due to the RedisQueryCommand, the SncRedisBundle package seems to be requiring the symfony/console component despite declaring it as only required in dev.
from my side I have experimented a bit with the services.php file
by surrounding the lines where the RedisQueryCommand is being injected into the container with the following:
if($configurator->env() == 'dev') { }
However am not sure if this fits the best practice
thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi
We noticed for some reason that due to the RedisQueryCommand, the SncRedisBundle package seems to be requiring the symfony/console component despite declaring it as only required in dev.
here is some configuration from my project (although these are pretty basic):
snc_redis.yaml
framework.yaml
services.yaml
from my side I have experimented a bit with the services.php file
by surrounding the lines where the RedisQueryCommand is being injected into the container with the following:
However am not sure if this fits the best practice
thanks in advance!
The text was updated successfully, but these errors were encountered: