forked from pear/Validate_Finance_CreditCard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 801 Bytes
/
Copy pathcomposer.json
File metadata and controls
32 lines (32 loc) · 801 Bytes
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
{
"authors": [
{
"email": "Philippe.Jausions@11abacus.com",
"name": "Philippe Jausions",
"role": "Lead"
}
],
"autoload": {
"psr-0": {
"Validate": "./"
}
},
"description": "Validation class for credit cards.",
"include-path": [
"./"
],
"license": "New BSD",
"name": "pear/validate_finance_creditcard",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Validate_Finance_CreditCard",
"source": "https://github.com/pear/Validate_Finance_CreditCard"
},
"type": "library",
"require": {
"php": ">=5.2.1",
"pear/pear_exception": "*"
},
"require-dev": {
"phpunit/phpunit": "*"
}
}