composer.json 350 B

12345678910111213141516
  1. {
  2. "name": "webman/think-cache",
  3. "type": "library",
  4. "license": "MIT",
  5. "require": {
  6. "workerman/webman-framework": "^2.1 || dev-master",
  7. "topthink/think-container": "^2.0|^3.0",
  8. "psr/simple-cache": "^1.0|^2.0|^3.0"
  9. },
  10. "autoload": {
  11. "psr-4": {
  12. "Webman\\ThinkCache\\": "src",
  13. "support\\": "src/support"
  14. }
  15. }
  16. }