{
"name": "eftec/cacheone",
"description": "Cache class in a single Class",
"version": "2.3.1",
"type": "library",
"keywords": [
"redis",
"php",
"cache"
],
"homepage": "https://github.com/EFTEC/CacheOne",
"authors": [
{
"name": "Jorge Castro Castillo",
"homepage": "https://github.com/EFTEC/"
}
],
"minimum-stability": "beta",
"license": "MIT",
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.5"
},
"suggest": {
"ext-apcu": "CacheOneApcu requires it",
"ext-redis": "CacheOneRedis requires it",
"ext-memcache": "CacheOneMemcached requires it"
},
"autoload": {
"psr-4": {
"eftec\\": "lib/"
}
}
}
|