]> git.mxchange.org Git - friendica-addons.git/blob - twitter/vendor/abraham/twitteroauth/composer.json
Add explicit dependencies to twitter addon
[friendica-addons.git] / twitter / vendor / abraham / twitteroauth / composer.json
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": "abraham@abrah.am",
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.7",
26         "squizlabs/php_codesniffer": "~3.0",
27         "phpmd/phpmd": "~2.6"
28     },
29     "autoload": {
30         "psr-4": {
31             "Abraham\\TwitterOAuth\\": "src"
32         }
33     }
34 }