-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
42 lines (42 loc) · 1 KB
/
composer.json
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
{
"authors": [
{
"email": "[email protected]",
"name": "Christophe Gesch\u00e9",
"role": "Lead"
},
{
"email": "[email protected]",
"name": "bertrand Gugger",
"role": "Lead"
},
{
"email": "[email protected]",
"name": "Frederic Minne",
"role": "Helper"
}
],
"autoload": {
"psr-0": {
"Validate": "./"
}
},
"description": "More info available on: http://pear.php.net/package/Validate_BE",
"include-path": [
"./"
],
"license": "BSD Style",
"name": "pear/validate_be",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Validate_BE",
"source": "https://github.com/pear/Validate_BE"
},
"type": "library",
"require": {
"pear/pear_exception": "*",
"pear/validate": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
}
}