kollapsminoriteten/wp-content/plugins/redis-cache/dependencies/colinmollenhour/credis/composer.json

31 lines
674 B
JSON
Raw Permalink Normal View History

2025-06-10 20:14:43 +02:00
{
"name": "colinmollenhour/credis",
"type": "library",
"description": "Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.",
"homepage": "https://github.com/colinmollenhour/credis",
"license": "MIT",
"authors": [
{
"name": "Colin Mollenhour",
"email": "colin@mollenhour.com"
}
],
2025-07-27 19:58:08 +02:00
"scripts": {
"format": "./vendor/bin/php-cs-fixer fix"
},
2025-06-10 20:14:43 +02:00
"require": {
2025-07-27 19:58:08 +02:00
"php": ">=7.4.0"
2025-06-10 20:14:43 +02:00
},
"suggest": {
"ext-redis": "Improved performance for communicating with redis"
},
"autoload": {
"classmap": [
"Client.php",
"Cluster.php",
"Sentinel.php",
"Module.php"
]
}
}