SncRedisBundle
SncRedisBundle copied to clipboard
[Dependency] Added conflict with predis >= 3.0
As of today, redis-bundle doesn't implements the latest predis interface. The suggested update will prevent installing/updating this version.
This would fix issue #735 until #736 gets finalized/merged.
It won't really fix anything because Composer will just use an older version of the bundle then that has no conflict. This should have been there from the start ideally, but still good to merge IMO for clarity.
It won't really fix anything because Composer will just use an older version of the bundle then that has no conflict. This should have been there from the start ideally, but still good to merge IMO for clarity.
Nope, composer did not use an older version as it has no idea it has to do it. I had the issue on a project :)
No what I mean is that if we merge/release this PR, a composer update would still then possibly upgrade to predis/predis 3.x if your requirements allow it, but it would keep this bundle at version 2.9.0 and not upgrade it to the 2.9.1 that has a conflict against predis 3.
not needed thanks to https://github.com/snc/SncRedisBundle/pull/736