File tree Expand file tree Collapse file tree 1 file changed +21
-7
lines changed Expand file tree Collapse file tree 1 file changed +21
-7
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " nekman/luhn-algorithm" ,
3
3
"type" : " library" ,
4
4
"description" : " Implementation of the Luhn algorithm in PHP" ,
5
- "keywords" : [" luhn" , " credit card" , " identification number" ],
5
+ "keywords" : [
6
+ " luhn" ,
7
+ " credit card" ,
8
+ " identification number" ,
9
+ " validation"
10
+ ],
6
11
"homepage" : " https://github.com/Ekman/Luhn-Algorithm" ,
7
12
"license" : " MIT" ,
8
- "authors" : [{
9
- "name" : " Niklas Ekman" ,
10
- "email" : " nikl.ekman@gmail.com" ,
11
- "homepage" : " http://www.codr.se" ,
12
- "role" : " Developer"
13
- }],
13
+ "authors" : [
14
+ {
15
+ "name" : " Niklas Ekman" ,
16
+ "email" : " nikl.ekman@gmail.com" ,
17
+ "homepage" : " http://www.codr.se" ,
18
+ "role" : " Developer"
19
+ }
20
+ ],
21
+ "support" : {
22
+ "issues" : " https://github.com/Ekman/Luhn-Algorithm/issues" ,
23
+ "source" : " https://github.com/Ekman/Luhn-Algorithm"
24
+ },
14
25
"require" : {
15
26
"php" : " >=4.0.0"
16
27
},
17
28
"require-dev" : {
18
29
"phpunit/phpunit" : " 3.7.*"
30
+ },
31
+ "autoload" : {
32
+ "files" : [" LuhnAlgorithm.php" ]
19
33
}
20
34
}
You can’t perform that action at this time.
0 commit comments