{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "1ee277755bfe432d3fdfa0a7f9bd0f7b", "content-hash": "cf7f5a747b30b996ce9e3f67c6831b38", "packages": [ { "name": "predis/predis", "version": "v1.1.x-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" }, "type": "library", "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" ], "time": "2017-07-12 14:39:17" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "predis/predis": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }