diff options
| author | horus_arch | 2017-02-20 13:21:02 +0100 |
|---|---|---|
| committer | horus_arch | 2017-02-20 13:21:02 +0100 |
| commit | c6cee4ef99447082d0dc64791f35cdfe40c9d810 (patch) | |
| tree | dd82748ad1467f01f95ff01aa74f476945429dd7 /intern.gospeladlershof.de/composer.lock | |
| parent | 95c15758b50144105064d2613d1e9a9da23d4e7c (diff) | |
| download | gospeladlershof.de-c6cee4ef99447082d0dc64791f35cdfe40c9d810.tar.gz | |
Committed predis.
Diffstat (limited to 'intern.gospeladlershof.de/composer.lock')
| -rw-r--r-- | intern.gospeladlershof.de/composer.lock | 52 |
1 files changed, 51 insertions, 1 deletions
diff --git a/intern.gospeladlershof.de/composer.lock b/intern.gospeladlershof.de/composer.lock index 5af46d8..a506c57 100644 --- a/intern.gospeladlershof.de/composer.lock +++ b/intern.gospeladlershof.de/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "5aa12f9fb4262efc1860ca56e2dbbd22", + "content-hash": "46f39eb90fcac926eaf81b93369838fe", "packages": [ { "name": "pda/pheanstalk", @@ -55,6 +55,56 @@ "beanstalkd" ], "time": "2015-08-07T21:42:41+00:00" + }, + { + "name": "predis/predis", + "version": "v1.1.1", + "source": { + "type": "git", + "url": "https://github.com/nrk/predis.git", + "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1", + "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1", + "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" + ], + "time": "2016-06-16T16:22:20+00:00" } ], "packages-dev": [], |
