Skip to content

Your composer.json requires phpredis 2.2.5, but your code requires >= 2.6.12 #14

Description

@mbroadhead

Hi,
Your composer.json only requires phpredis 2.2.5:
https://github.com/ronnylt/redlock-php/blob/master/composer.json#L12

Your actual code requires phpredis >= 2.6.12:
https://github.com/ronnylt/redlock-php/blob/master/src/RedLock.php#L99

For details, see this:
phpredis/phpredis@711f053

When I run your test with phpredis 2.2.5, I get a Segmentation Fault.

I would recommend you update your composer.json to require phpredis >= 2.6.12

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions