Files
swiftadmin/vendor/webman/think-cache/composer.json
2022-08-19 19:48:37 +08:00

14 lines
211 B
JSON

{
"name": "webman/think-cache",
"type": "library",
"license": "MIT",
"require": {
"topthink/think-cache": "^2.0.6"
},
"autoload": {
"psr-4": {
"Webman\\ThinkCache\\": "src"
}
}
}