0
|
1 {
|
|
2 "name": "abraham/twitteroauth",
|
|
3 "type": "library",
|
|
4 "description": "The most popular PHP library for use with the Twitter OAuth REST API.",
|
|
5 "keywords": ["twitter", "api", "oauth", "rest", "social", "twitter api", "twitter oauth"],
|
|
6 "license": "MIT",
|
|
7 "homepage": "https://twitteroauth.com",
|
|
8 "authors": [
|
|
9 {
|
|
10 "name": "Abraham Williams",
|
|
11 "email": "[email protected]",
|
|
12 "homepage": "https://abrah.am",
|
|
13 "role": "Developer"
|
|
14 }
|
|
15 ],
|
|
16 "support": {
|
|
17 "source": "https://github.com/abraham/twitteroauth",
|
|
18 "issues": "https://github.com/abraham/twitteroauth/issues"
|
|
19 },
|
|
20 "require": {
|
|
21 "php": "^5.6 || ^7.0",
|
|
22 "ext-curl": "*"
|
|
23 },
|
|
24 "require-dev": {
|
|
25 "phpunit/phpunit": "~5.6",
|
|
26 "squizlabs/php_codesniffer": "~2.7",
|
|
27 "phpmd/phpmd": "~2.4"
|
|
28 },
|
|
29 "autoload": {
|
|
30 "psr-4": {
|
|
31 "Abraham\\TwitterOAuth\\": "src"
|
|
32 }
|
|
33 }
|
|
34 }
|