Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
; This file is meant to be used with Onion http://c9s.github.com/Onion/
; For instructions on how to build a PEAR package of Predis please follow
; the instructions at this URL:
;
; https://github.com/c9s/Onion#a-quick-tutorial-for-building-pear-package
;

[package]
name        = "Predis"
desc        = "Flexible and feature-complete PHP client library for Redis"
homepage    = "http://github.com/nrk/predis"
license     = "MIT"
version     = "0.8.7"
stability   = "stable"
channel     = "pear.nrk.io"

author      = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"

[require]
php = ">= 5.3.2"
pearinstaller = "1.4.1"

[roles]
*.xml.dist = test
*.md = doc
LICENSE = doc

[optional phpiredis]
hint = "Add support for faster protocol handling with phpiredis"
extensions[] = socket
extensions[] = phpiredis

[optional webdis]
hint = "Add support for Webdis"
extensions[] = curl
extensions[] = phpiredis

Commits for Nextrek/Aiba_backup/vendor/predis/predis/package.ini

Diff revisions: vs.
Revision Author Commited Message
1464 MOliva picture MOliva Tue 13 Oct, 2020 11:16:56 +0000