php-pear-Cache-Lite/composer.json
Remi Collet 71bc7890d6 update to 2.0.0
sources from github instead or pear channel
2023-03-21 15:32:06 +01:00

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"
}
}