File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 9
9
{
10
10
"name" : " Rich Morgan" ,
11
11
12
- "role" : " Team Lead Developer"
12
+ "role" : " Creator and Lead Developer"
13
13
}
14
14
],
15
-
16
15
"repositories" : [
17
16
{
18
17
"type" : " git" ,
19
18
"url" : " https://github.com/ionux/RichArbitraryPrecisionIntegerMath.git"
20
19
}
21
20
],
22
-
23
21
"support" : {
24
22
"issues" : " https://github.com/ionux/RichArbitraryPrecisionIntegerMath/issues" ,
25
23
26
24
"source" : " https://github.com/ionux/RichArbitraryPrecisionIntegerMath"
27
25
},
28
-
29
26
"autoload" : {
30
27
"psr-4" : {
31
28
"RAPIM\\ " : " src/"
32
29
}
33
30
},
34
-
35
31
"autoload-dev" : {
36
32
"psr-4" : {
37
33
"RAPIM\\ " : " src/"
38
34
}
39
35
},
40
-
41
36
"require" : {
42
- "php" : " >=5.4 .0" ,
37
+ "php" : " >=5.5 .0" ,
43
38
"ext-bcmath" : " *" ,
44
39
"ext-openssl" : " *"
45
40
},
46
-
47
41
"require-dev" : {
48
42
"phpunit/phpunit" : " 4.1.3" ,
49
43
"ext-gmp" : " *"
50
44
},
51
-
52
45
"suggest" : {
53
46
"ext-gmp" : " Highest performing math extension and preferred for this library's mathematical calculations."
54
47
}
You can’t perform that action at this time.
0 commit comments