mirror of
https://github.com/Mactronique/phpcache.git
synced 2026-03-24 00:42:22 +01:00
36 lines
922 B
JSON
36 lines
922 B
JSON
{
|
|
"name": "mactronique/phpcache",
|
|
"description": "Avanced cache manager for PHP. Driver : xcache and wincache",
|
|
"keyword": ["php", "cache", "wincache", "xcache", "predis", "redis"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jean-Baptiste Nahan",
|
|
"email": "macintoshplus@users.noreply.github.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4"
|
|
},
|
|
"require-dev": {
|
|
"atoum/atoum": "master-dev"
|
|
},
|
|
"suggest": {
|
|
"predis/predis": "For use Predis driver",
|
|
"ext-redis": "For use Redis Driver",
|
|
"ext-xcache": "For use xCache Driver"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Mactronique\\PhpCache": "lib",
|
|
"Mactronique\\PhpCache\\Tests": "test"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"abandoned": "psr/simple-cache"
|
|
}
|