1
|
; This file is meant to be used with Onion http://c9s.github.com/Onion/
|
2
|
; For instructions on how to build a PEAR package of Predis please follow
|
3
|
; the instructions at this URL:
|
4
|
;
|
5
|
; https://github.com/c9s/Onion#a-quick-tutorial-for-building-pear-package
|
6
|
;
|
7
|
|
8
|
[package]
|
9
|
name = "Predis"
|
10
|
desc = "Flexible and feature-complete PHP client library for Redis"
|
11
|
homepage = "http://github.com/nrk/predis"
|
12
|
license = "MIT"
|
13
|
version = "0.8.6"
|
14
|
stability = "devel"
|
15
|
channel = "pear.nrk.io"
|
16
|
|
17
|
author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"
|
18
|
|
19
|
[require]
|
20
|
php = ">= 5.3.2"
|
21
|
pearinstaller = "1.4.1"
|
22
|
|
23
|
[roles]
|
24
|
*.xml.dist = test
|
25
|
*.md = doc
|
26
|
LICENSE = doc
|
27
|
lib = php
|
28
|
|
29
|
[optional phpiredis]
|
30
|
hint = "Add support for faster protocol handling with phpiredis"
|
31
|
extensions[] = socket
|
32
|
extensions[] = phpiredis
|
33
|
|
34
|
[optional webdis]
|
35
|
hint = "Add support for Webdis"
|
36
|
extensions[] = curl
|
37
|
extensions[] = phpiredis
|