first commit
This commit is contained in:
13
vendor/webman/think-cache/composer.json
vendored
Normal file
13
vendor/webman/think-cache/composer.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "webman/think-cache",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"topthink/think-cache": "^2.0.6"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Webman\\ThinkCache\\": "src"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user