-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
112 lines (112 loc) · 3.7 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
{
"_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": "7538bf673c33743997d801e4a21eca4f",
"packages": [
{
"name": "fatrbaby/hellobase",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/fatrbaby/hellobase.git",
"reference": "b5f0f2c2c13250946c7f056e0c33df217e1f95ea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fatrbaby/hellobase/zipball/b5f0f2c2c13250946c7f056e0c33df217e1f95ea",
"reference": "b5f0f2c2c13250946c7f056e0c33df217e1f95ea",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "7.*.*"
},
"type": "library",
"autoload": {
"psr-4": {
"HelloBase\\": "src/HelloBase",
"Thrift\\": "bridge/Thrift"
},
"classmap": [
"bridge/Hbase"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "fatrbaby",
"email": "[email protected]"
}
],
"description": "Hbase client php wrapper, via thirft",
"keywords": [
"big data",
"fatrbaby",
"hadoop",
"hbase",
"thirft"
],
"support": {
"issues": "https://github.com/fatrbaby/hellobase/issues",
"source": "https://github.com/fatrbaby/hellobase/tree/1.0.0"
},
"time": "2019-09-18T10:41:51+00:00"
},
{
"name": "packaged/thrift",
"version": "0.11.0",
"source": {
"type": "git",
"url": "https://github.com/packaged/thrift.git",
"reference": "f5a3dd78cac06157a9ee42e029e603f7b6239aee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/packaged/thrift/zipball/f5a3dd78cac06157a9ee42e029e603f7b6239aee",
"reference": "f5a3dd78cac06157a9ee42e029e603f7b6239aee",
"shasum": ""
},
"require": {
"php": "^5.5 || ^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Thrift\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "Apache Thrift",
"homepage": "http://thrift.apache.org/",
"keywords": [
"apache",
"thrift"
],
"support": {
"issues": "https://github.com/packaged/thrift/issues",
"source": "https://github.com/packaged/thrift/tree/master"
},
"time": "2018-08-16T11:17:56+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.0.0"
}