36 lines
907 B
JSON
36 lines
907 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": ">=7.4.0",
|
|
"pear/pear-core-minimal": "^1.10"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"Cache/Lite.php"
|
|
]
|
|
},
|
|
"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": "^9"
|
|
}
|
|
}
|