forked from Respect/Validation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.ini
72 lines (69 loc) · 3.26 KB
/
package.ini
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[package]
name = "Validation"
summary = "The most awesome validation engine ever created for PHP"
desc = "The most awesome validation engine ever created for PHP"
version = "0.5.0"
stability = "alpha"
channel = "respect.li/pear"
homepage = ""
license = "BSD Style"
author = "Alexandre <alexandre@gaigalas.net>"
authors[] = "Alexandre (@alganet) <alganet@alganet-laptop.(none)>"
authors[] = "Alexandre Gaigalas <alexandre@gaigalas.net>"
authors[] = "Alexandre Gaigalas <alganet@alganet-workstation.(none)>"
authors[] = "Alexandre Gomes Gaigalas <alexandre@gaigalas.net>"
authors[] = "Augusto Pascutti <contato@augustopascutti.com>"
authors[] = "Carlos André Ferrari <andre@andre.(none)>"
authors[] = "Carlos André Ferrari <caferrari@gmail.com>"
authors[] = "Devin Torres <devin@devintorres.com>"
authors[] = "Emerson Carvalho <emerson.broga@gmail.com>"
authors[] = "Fábio da Silva Ribeiro <fabiorphp@gmail.com>"
authors[] = "Henrique Moody <henriquemoody@gmail.com>"
authors[] = "Jair Henrique <jair.henrique@gmail.com>"
authors[] = "Jayson Reis <jayson.reis@sabbre.com.br>"
authors[] = "Jayson Reis <santosdosreis@gmail.com>"
authors[] = "Jean Pimentel <jeanfap@gmail.com>"
authors[] = "Kinn Coelho Julião <kinncj@gmail.com>"
authors[] = "Kleber Hamada Sato <kleberhs007@yahoo.com>"
authors[] = "kleberhs007 <kleberhs007@yahoo.com>"
authors[] = "Leandro <lleitep3@gmail.com>"
authors[] = "Marcelo Araujo <msaraujo@php.net>"
authors[] = "Michael Klishin <michaelklishin@me.com>"
authors[] = "Morf <i@morfi.ru>"
authors[] = "Rogerio Prado de Jesus <rogeriopradoj@gmail.com>"
authors[] = "Torben Brodt <t.brodt@gmail.com>"
authors[] = "unknown <kolyshkin@.sqlmaze.local>"
contributors[] = "Alexandre <alexandre@gaigalas.net>"
contributors[] = "Alexandre (@alganet) <alganet@alganet-laptop.(none)>"
contributors[] = "Alexandre Gaigalas <alexandre@gaigalas.net>"
contributors[] = "Alexandre Gaigalas <alganet@alganet-workstation.(none)>"
contributors[] = "Alexandre Gaigalas <gaigalas@yahoo-inc.com>"
contributors[] = "Alexandre Gomes Gaigalas <alexandre@gaigalas.net>"
contributors[] = "Augusto Pascutti <contato@augustopascutti.com>"
contributors[] = "Carlos André Ferrari <andre@andre.(none)>"
contributors[] = "Carlos André Ferrari <caferrari@gmail.com>"
contributors[] = "Devin Torres <devin@devintorres.com>"
contributors[] = "Emerson Carvalho <emerson.broga@gmail.com>"
contributors[] = "Fábio da Silva Ribeiro <fabiorphp@gmail.com>"
contributors[] = "Henrique Moody <henriquemoody@gmail.com>"
contributors[] = "Jair Henrique <jair.henrique@gmail.com>"
contributors[] = "Jayson Reis <jayson.reis@sabbre.com.br>"
contributors[] = "Jayson Reis <santosdosreis@gmail.com>"
contributors[] = "Jean Pimentel <jeanfap@gmail.com>"
contributors[] = "Kleber Hamada Sato <kleberhs007@yahoo.com>"
contributors[] = "kleberhs007 <kleberhs007@yahoo.com>"
contributors[] = "Leandro <lleitep3@gmail.com>"
contributors[] = "Marcelo Araujo <msaraujo@php.net>"
contributors[] = "Michael Klishin <michaelklishin@me.com>"
contributors[] = "Morf <i@morfi.ru>"
contributors[] = "Rogerio Prado de Jesus <rogeriopradoj@gmail.com>"
contributors[] = "Torben Brodt <t.brodt@gmail.com>"
contributors[] = "unknown <kolyshkin@.sqlmaze.local>"
[require]
php = "5.3"
pearinstaller = "1.4.1"
[roles]
library = "php"
config = "cfg"
bin = "script"
public = "www"