{
"name": "eftec/cacheone",
"description": "A Cache library with minimum dependency",
"type": "library",
"keywords": [
"redis",
"php",
"cache",
"file system",
"pdo"
],
"homepage": "https://github.com/EFTEC/CacheOne",
"authors": [
{
"name": "Jorge Castro Castillo",
"homepage": "https://github.com/EFTEC/"
}
],
"minimum-stability": "beta",
"license": "MIT",
"require": {
"php": ">=7.4",
"ext-json": "*",
"eftec/clione": "^1.32.1"
},
"require-dev": {
"eftec/pdoone": "^4.6.1",
"phpunit/phpunit": "^8.5.36",
"eftec/documentstoreone": "^1.26",
"ext-apcu": "*",
"ext-redis": "*",
"ext-memcache": "*"
},
"suggest": {
"ext-apcu": "CacheOneApcu requires it",
"ext-redis": "CacheOneRedis requires it",
"ext-memcache": "CacheOneMemcached requires it"
},
"autoload": {
"psr-4": {
"eftec\\": "lib/"
}
},
"bin": [
"lib/cacheonecli"
]
}
|