⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.14
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Server Software:
Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
ebook.dev-unit.com
/
vendor
/
predis
/
predis
/
View File Name :
composer.json
{ "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" } }