+ {
+ "name": "illuminate/redis",
+ "version": "v5.2.28",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/illuminate/redis.git",
+ "reference": "ff6ccf5beeec85655e24316e5e18a2f76b8bad20"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/illuminate/redis/zipball/ff6ccf5beeec85655e24316e5e18a2f76b8bad20",
+ "reference": "ff6ccf5beeec85655e24316e5e18a2f76b8bad20",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/contracts": "5.2.*",
+ "illuminate/support": "5.2.*",
+ "php": ">=5.5.9",
+ "predis/predis": "~1.0"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "5.2-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Illuminate\\Redis\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylorotwell@gmail.com"
+ }
+ ],
+ "description": "The Illuminate Redis package.",
+ "homepage": "http://laravel.com",
+ "time": "2015-06-22 20:36:58"
+ },