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
|
{
"name": "tumblr/tumblr",
"description": "Official Tumblr PHP Client",
"keywords": ["tumblr", "api", "sdk", "gif"],
"homepage": "https://github.com/tumblr/tumblr.php",
"authors": [
{
"name": "John Crepezzi",
"email": "john.crepezzi@gmail.com",
"homepage": "https://github.com/seejohnrun",
"role": "developer"
}
],
"license": "Apache-2.0",
"type": "library",
"require": {
"eher/oauth": "1.0.*",
"guzzlehttp/guzzle": "6.*"
},
"require-dev": {
"phpunit/phpunit": "5.3.*"
},
"autoload": {
"psr-0": {
"Tumblr\\API": "lib"
}
}
}
|