Skip to content

Instantly share code, notes, and snippets.

@nfarring
Created February 24, 2012 22:14
Show Gist options
  • Save nfarring/1904139 to your computer and use it in GitHub Desktop.
Save nfarring/1904139 to your computer and use it in GitHub Desktop.
composer.json snippet for installing phpredis using composer
{
"type": "package",
"package": {
"name": "phpredis/phpredis",
"version": "2.1.3",
"dist": {
"url": "https://github.com/nicolasff/phpredis/zipball/2.1.3",
"type": "zip"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment