@bolt/twig-extensions
Version:
Bolt Custom Twig Extensions
22 lines (21 loc) • 466 B
JSON
{
"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": ""
}
}
}