Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/colinmollenhour/credis/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/colinmollenhour/credis/composer.json

{
	"name": "colinmollenhour/credis",
	"type": "library",
	"description": "Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.",
	"homepage": "https://github.com/colinmollenhour/credis",
	"license": "MIT",
	"authors": [
		{
			"name": "Colin Mollenhour",
			"email": "colin@mollenhour.com"
		}
	],
	"require": {
		"php": ">=5.4.0"
	},
	"autoload": {
		"classmap": [
			"Client.php",
			"Cluster.php",
			"Sentinel.php",
			"Module.php"
		]
	}
}