![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/demo.intellicart.co/vendor/predis/predis/ |
{ "name": "predis/predis", "type": "library", "description": "A flexible and feature-complete Redis client for PHP.", "keywords": ["nosql", "redis", "predis"], "homepage": "http://github.com/predis/predis", "license": "MIT", "support": { "issues": "https://github.com/predis/predis/issues" }, "authors": [ { "name": "Daniele Alessandri", "email": "[email protected]", "homepage": "http://clorophilla.net", "role": "Creator & Maintainer" }, { "name": "Till Krüss", "homepage": "https://till.im", "role": "Maintainer" } ], "funding": [ { "type": "github", "url": "https://github.com/sponsors/tillkruss" } ], "require": { "php": "^7.2 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^8.0 || ~9.4.4" }, "suggest": { "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol", "ext-curl": "Allows access to Webdis when paired with phpiredis" }, "autoload": { "psr-4": { "Predis\\": "src/" } }, "extra": { "branch-alias": { "dev-main": "2.0-dev" } } }