TimeTrex/vendor/pear/cache_lite/composer.json

39 lines
906 B
JSON
Raw Normal View History

2022-12-13 07:10:06 +01:00
{
"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"
}
}