Files
b2b.redline.com.pl/modules/teamwant_redis/vendor/7.0/composer.lock
2025-06-24 14:14:35 +02:00

86 lines
2.8 KiB
JSON

{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "fa16a3f2f6b61b6a47eddfae6dace03e",
"packages": [
{
"name": "predis/predis",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/predis/predis.git",
"reference": "0e17edbefb50c6cbd1acc4a6f6ef06399deb1af2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/predis/predis/zipball/0e17edbefb50c6cbd1acc4a6f6ef06399deb1af2",
"reference": "0e17edbefb50c6cbd1acc4a6f6ef06399deb1af2",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
},
"suggest": {
"ext-curl": "Allows access to Webdis when paired with phpiredis",
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
},
"type": "library",
"autoload": {
"psr-4": {
"Predis\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniele Alessandri",
"email": "suppakilla@gmail.com",
"homepage": "http://clorophilla.net"
}
],
"description": "Flexible and feature-complete Redis client for PHP and HHVM",
"homepage": "http://github.com/nrk/predis",
"keywords": [
"nosql",
"predis",
"redis"
],
"support": {
"issues": "https://github.com/nrk/predis/issues",
"source": "https://github.com/predis/predis/tree/v1.1.0"
},
"funding": [
{
"url": "https://www.paypal.me/tillkruss",
"type": "custom"
},
{
"url": "https://github.com/tillkruss",
"type": "github"
}
],
"time": "2016-06-01T22:06:21+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "7.0.*"
},
"platform-dev": [],
"plugin-api-version": "2.2.0"
}