[
    {
        "name": "predis/predis",
        "version": "v1.1.x-dev",
        "version_normalized": "1.1.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/nrk/predis.git",
            "reference": "111d100ee389d624036b46b35ed0c9ac59c71313"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nrk/predis/zipball/111d100ee389d624036b46b35ed0c9ac59c71313",
            "reference": "111d100ee389d624036b46b35ed0c9ac59c71313",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8"
        },
        "suggest": {
            "ext-curl": "Allows access to Webdis when paired with phpiredis",
            "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
        },
        "time": "2017-07-12 14:39:17",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Predis\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Daniele Alessandri",
                "email": "suppakilla@gmail.com",
                "homepage": "http://clorophilla.net"
            }
        ],
        "description": "Flexible and feature-complete Redis client for PHP and HHVM",
        "homepage": "http://github.com/nrk/predis",
        "keywords": [
            "nosql",
            "predis",
            "redis"
        ]
    }
]
