mirror of
https://github.com/predis/predis.git
synced 2026-08-22 13:20:56 +00:00
23 lines
559 B
JSON
23 lines
559 B
JSON
{
|
|
"name": "predis/predis",
|
|
"type": "library",
|
|
"description": "Flexible and feature-complete PHP client library for Redis",
|
|
"keywords": ["nosql","redis"],
|
|
"homepage": "http://github.com/nrk/predis",
|
|
"version": "0.7.0-dev",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Daniele Alessandri",
|
|
"email": "suppakilla@gmail.com",
|
|
"homepage": "http://clorophilla.net"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {"Predis": "lib/"}
|
|
}
|
|
}
|