forked from 1234max/multivendorbitcoinmart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
166 lines (166 loc) · 5.69 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically "
],
"hash": "f9abb4c14b606d9207d8c55bc5793efd",
"packages": [
{
"name": "bitwasp/bitcoin-lib",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Bit-Wasp/bitcoin-lib-php.git",
"reference": "5718ca0bd1dc4c2a28c8e9265c47b794e213cdf1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Bit-Wasp/bitcoin-lib-php/zipball/5718ca0bd1dc4c2a28c8e9265c47b794e213cdf1",
"reference": "5718ca0bd1dc4c2a28c8e9265c47b794e213cdf1",
"shasum": ""
},
"require": {
"ext-gmp": "*",
"mdanter/ecc": "dev-master",
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~3.7",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"autoload": {
"psr-4": {
"BitWasp\\BitcoinLib\\": "src/"
}
},
"notification-url": "http://packagist.org/downloads/",
"license": [
"Unlicense"
],
"authors": [
{
"name": "Thomas Kerin",
"email": "[email protected]"
}
],
"description": "Bitcoin library",
"time": "2014-11-24 17:43:35"
},
{
"name": "ircmaxell/password-compat",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/ircmaxell/password_compat.git",
"reference": "92951ae05e988803fdc1cd49f7e4cd29ca7b75e9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/92951ae05e988803fdc1cd49f7e4cd29ca7b75e9",
"reference": "92951ae05e988803fdc1cd49f7e4cd29ca7b75e9",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "4.*"
},
"type": "library",
"autoload": {
"files": [
"lib/password.php"
]
},
"notification-url": "http://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anthony Ferrara",
"email": "[email protected]",
"homepage": "http://blog.ircmaxell.com"
}
],
"description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
"homepage": "https://github.com/ircmaxell/password_compat",
"keywords": [
"hashing",
"password"
],
"time": "2014-11-20 19:18:29"
},
{
"name": "mdanter/ecc",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/mdanter/phpecc.git",
"reference": "154c1c9dfcd8c530333fcbda88e7216f2021c364"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mdanter/phpecc/zipball/154c1c9dfcd8c530333fcbda88e7216f2021c364",
"reference": "154c1c9dfcd8c530333fcbda88e7216f2021c364",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.1",
"squizlabs/php_codesniffer": "~1.5"
},
"suggest": {
"ext-bcmath": "Required if GMP is not installed.",
"ext-gmp": "Improves drastically ECDSA library performance"
},
"type": "library",
"autoload": {
"psr-4": {
"Mdanter\\Ecc\\": "src/"
}
},
"notification-url": "http://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matyas Danter",
"homepage": "http://matejdanter.com/",
"role": "Author"
},
{
"name": "Thibaud Fabre",
"email": "[email protected]",
"homepage": "http://aztech.io",
"role": "Maintainer"
},
{
"name": "Drak",
"email": "[email protected]",
"homepage": "http://zikula.org",
"role": "Maintainer"
}
],
"description": "PHP Elliptic Curve Cryptography library",
"homepage": "https://github.com/mdanter/phpecc",
"time": "2014-11-20 09:10:57"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"ircmaxell/password-compat": 20,
"bitwasp/bitcoin-lib": 20,
"mdanter/ecc": 20
},
"prefer-stable": false,
"platform": {
"php": ">=5.4.34",
"ext-gmp": "*"
},
"platform-dev": []
}