| 12345678910111213141516 |
- {
- "name": "webman/think-cache",
- "type": "library",
- "license": "MIT",
- "require": {
- "workerman/webman-framework": "^2.1 || dev-master",
- "topthink/think-container": "^2.0|^3.0",
- "psr/simple-cache": "^1.0|^2.0|^3.0"
- },
- "autoload": {
- "psr-4": {
- "Webman\\ThinkCache\\": "src",
- "support\\": "src/support"
- }
- }
- }
|