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 <[email protected]>"
authors[] = "Alexandre (@alganet) <alganet@alganet-laptop.(none)>"
authors[] = "Alexandre Gaigalas <[email protected]>"
authors[] = "Alexandre Gaigalas <alganet@alganet-workstation.(none)>"
authors[] = "Alexandre Gomes Gaigalas <[email protected]>"
authors[] = "Augusto Pascutti <[email protected]>"
authors[] = "Carlos André Ferrari <andre@andre.(none)>"
authors[] = "Carlos André Ferrari <[email protected]>"
authors[] = "Devin Torres <[email protected]>"
authors[] = "Emerson Carvalho <[email protected]>"
authors[] = "Fábio da Silva Ribeiro <[email protected]>"
authors[] = "Henrique Moody <[email protected]>"
authors[] = "Jair Henrique <[email protected]>"
authors[] = "Jayson Reis <[email protected]>"
authors[] = "Jayson Reis <[email protected]>"
authors[] = "Jean Pimentel <[email protected]>"
authors[] = "Kinn Coelho Julião <[email protected]>"
authors[] = "Kleber Hamada Sato <[email protected]>"
authors[] = "kleberhs007 <[email protected]>"
authors[] = "Leandro <[email protected]>"
authors[] = "Marcelo Araujo <[email protected]>"
authors[] = "Michael Klishin <[email protected]>"
authors[] = "Morf <[email protected]>"
authors[] = "Rogerio Prado de Jesus <[email protected]>"
authors[] = "Torben Brodt <[email protected]>"
authors[] = "unknown <[email protected]>"
contributors[] = "Alexandre <[email protected]>"
contributors[] = "Alexandre (@alganet) <alganet@alganet-laptop.(none)>"
contributors[] = "Alexandre Gaigalas <[email protected]>"
contributors[] = "Alexandre Gaigalas <alganet@alganet-workstation.(none)>"
contributors[] = "Alexandre Gaigalas <[email protected]>"
contributors[] = "Alexandre Gomes Gaigalas <[email protected]>"
contributors[] = "Augusto Pascutti <[email protected]>"
contributors[] = "Carlos André Ferrari <andre@andre.(none)>"
contributors[] = "Carlos André Ferrari <[email protected]>"
contributors[] = "Devin Torres <[email protected]>"
contributors[] = "Emerson Carvalho <[email protected]>"
contributors[] = "Fábio da Silva Ribeiro <[email protected]>"
contributors[] = "Henrique Moody <[email protected]>"
contributors[] = "Jair Henrique <[email protected]>"
contributors[] = "Jayson Reis <[email protected]>"
contributors[] = "Jayson Reis <[email protected]>"
contributors[] = "Jean Pimentel <[email protected]>"
contributors[] = "Kleber Hamada Sato <[email protected]>"
contributors[] = "kleberhs007 <[email protected]>"
contributors[] = "Leandro <[email protected]>"
contributors[] = "Marcelo Araujo <[email protected]>"
contributors[] = "Michael Klishin <[email protected]>"
contributors[] = "Morf <[email protected]>"
contributors[] = "Rogerio Prado de Jesus <[email protected]>"
contributors[] = "Torben Brodt <[email protected]>"
contributors[] = "unknown <[email protected]>"
[require]
php = "5.3"
pearinstaller = "1.4.1"
[roles]
library = "php"
config = "cfg"
bin = "script"
public = "www"