-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (39 loc) · 844 Bytes
/
composer.json
File metadata and controls
40 lines (39 loc) · 844 Bytes
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
{
"name": "simpleenergy/php-webhdfs",
"description": "PHP WebHDFS, forked from https://github.com/simpleenergy/php-WebHDFS",
"minimum-stability": "stable",
"license": "MIT",
"version": "1.0.8",
"authors": [
{
"name": "tranch-xiao",
"homepage": "https://github.com/tranch-xiao"
},
{
"name": "dshap",
"homepage": "https://github.com/dshap"
},
{
"name": "jacobko",
"homepage": "https://github.com/jacobko"
},
{
"name": "yosshi",
"homepage": "https://github.com/yosshi"
},
{
"name": "Sebastian Lagemann",
"email": "sebastian@iqu.com"
}
],
"require": {
"php": ">=5.4.0",
"ext-curl": "*"
},
"autoload": {
"psr-0": {
"org\\apache\\hadoop\\": "src/",
"org\\apache\\hadoop\\tools": "app/models/"
}
}
}