{ "name": "mcnd/kash", "description": "A simple caching library making implementing PSR-16 interfaces.", "type": "library", "license": "MIT", "authors": [ { "name": "Dave Mc Nicoll", "email": "info@mcnd.ca" } ], "require": { "php": "^8.2", "ext-apcu": "*" }, "autoload": { "psr-4": { "Kash\\": "src/" } } }