forked from lessmore92/php-ripple-address-codec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
123 lines (123 loc) · 3.9 KB
/
composer.lock
File metadata and controls
123 lines (123 loc) · 3.9 KB
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
{
"_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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "6beb2765035b873732877e9f68479325",
"packages": [
{
"name": "brtnetwork/base-x",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/BRTNetwork/php-base-x.git",
"reference": "44422a2ab28e4882737c839c483db0e0a67d8829"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/BRTNetwork/php-base-x/zipball/44422a2ab28e4882737c839c483db0e0a67d8829",
"reference": "44422a2ab28e4882737c839c483db0e0a67d8829",
"shasum": ""
},
"require": {
"brtnetwork/buffer": "v1.0.0",
"php": ">=7"
},
"type": "library",
"autoload": {
"psr-4": {
"BRTNetwork\\BaseX\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "BRT Network",
"email": "contact@brt.network"
}
],
"description": "Encode/decode any base",
"keywords": [
"base",
"base-x",
"base58",
"base62",
"bitcoin",
"brt",
"brtnetwork",
"crypto",
"crytography",
"decode",
"decoding",
"encode",
"encoding",
"ethereum"
],
"support": {
"source": "https://github.com/BRTNetwork/php-base-x/tree/1.0.0"
},
"time": "2021-03-06T13:20:32+00:00"
},
{
"name": "brtnetwork/buffer",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/BRTNetwork/php-buffer.git",
"reference": "e079b678199dde7897d6d273493a45b549d019a4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/BRTNetwork/php-buffer/zipball/e079b678199dde7897d6d273493a45b549d019a4",
"reference": "e079b678199dde7897d6d273493a45b549d019a4",
"shasum": ""
},
"require": {
"php-64bit": ">=7.0.0"
},
"type": "library",
"autoload": {
"psr-4": {
"BRTNetwork\\Buffer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "BRT Network",
"email": "contact@brt.network"
}
],
"description": "Toolbox for working with binary and hex data",
"keywords": [
"Buffer",
"binary",
"hex",
"nodejs-buffer",
"php-buffer"
],
"support": {
"source": "https://github.com/BRTNetwork/php-buffer/tree/1.0.0"
},
"time": "2021-03-06T13:18:35+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">7"
},
"platform-dev": [],
"plugin-api-version": "2.0.0"
}