Files
liche/common/vendor/gregwar/cache/Gregwar/Cache/composer.json
T
2022-08-29 08:47:22 +08:00

22 lines
466 B
JSON
Executable File

{
"name": "gregwar/cache",
"description": "A lightweight file-system cache system",
"keywords": ["cache", "caching", "system", "file-system"],
"license": "MIT",
"authors": [
{
"name": "Gregwar",
"email": "g.passault@gmail.com"
}
],
"target-dir": "Gregwar/Cache",
"require": {
"php": ">=5.3"
},
"autoload": {
"psr-0": {
"Gregwar\\Cache": ""
}
}
}