mirror of
https://github.com/Mactronique/phpcache.git
synced 2026-04-27 10:45:51 +02:00
36 lines
898 B
JSON
36 lines
898 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": "jbnahan@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"jms/serializer": "~1.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|