39 lines
906 B
JSON
39 lines
906 B
JSON
{
|
|
"name": "pear/cache_lite",
|
|
"type": "library",
|
|
"description": "Fast and safe little cache system",
|
|
"keywords": [
|
|
"cache"
|
|
],
|
|
"homepage": "https://github.com/pear/Cache_Lite",
|
|
"license": "LGPL-2.1-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Markus Tacker",
|
|
"homepage": "http://pear.php.net/user/tacker"
|
|
},
|
|
{
|
|
"name": "Fabien Marty",
|
|
"homepage": "http://pear.php.net/user/fab"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=4.0.0"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"Cache/Lite.php"
|
|
]
|
|
},
|
|
"include-path": [
|
|
"./"
|
|
],
|
|
"support": {
|
|
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Cache_Lite",
|
|
"source": "https://github.com/pear/Cache_Lite"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4"
|
|
}
|
|
}
|