/home/techb158/ileadtechnology.com/vendor/predis/predis
NameSizeModeActions
bin/-0755rm
examples/-0755rm
src/-0755rm
tests/-0755rm
autoload.php3120644editdlrm
CHANGELOG.md529210644editdlrm
composer.json13050644editdlrm
CONTRIBUTING.md26520644editdlrm
FAQ.md90690644editdlrm
LICENSE10670644editdlrm
package.ini9060644editdlrm
README.md220670644editdlrm
VERSION70644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/predis/predis/composer.json (1305B)
{ "name": "predis/predis", "type": "library", "description": "Flexible and feature-complete Redis client for PHP and HHVM", "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": "suppakilla@gmail.com", "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": ">=5.3.9" }, "require-dev": { "phpunit/phpunit": "~4.8" }, "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/" } }, "scripts": { "post-update-cmd": "@php -f tests/apply-patches.php" } }