-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.lock
67 lines (67 loc) · 2.42 KB
/
composer.lock
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
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "42c45b60c4286d408901f175b3df8fe6",
"packages": [
{
"name": "pear/math_biginteger",
"version": "v1.0.3",
"source": {
"type": "git",
"url": "https://github.com/pear/Math_BigInteger.git",
"reference": "33d4357543037a458fad3e8c837a01b93104e592"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/Math_BigInteger/zipball/33d4357543037a458fad3e8c837a01b93104e592",
"reference": "33d4357543037a458fad3e8c837a01b93104e592",
"shasum": ""
},
"require": {
"ext-pcre": "*",
"php": ">=4.2.0"
},
"suggest": {
"ext-bcmath": "Allows using the BCMath extension internally for computation. Faster than native implementation.",
"ext-gmp": "Allows using the GNU Multiple Precision extension internally for computation. If you are doing a lot of computation this is the recommended extension."
},
"type": "library",
"autoload": {
"psr-0": {
"Math_": "./"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jim Wigginton",
"email": "[email protected]"
}
],
"description": "Pure-PHP arbitrary precission integer arithmetic library. If GMP or BCMath are available they are used.",
"homepage": "https://github.com/pear/Math_BigInteger",
"keywords": [
"arbitrary",
"bcmath",
"gmp",
"integer",
"precision"
],
"time": "2016-04-12T05:46:52+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}