Merge pull request #505 from MrPetovan/task/4116-move-twitteroauth-to-composer
[friendica-addons.git/.git] / twitter / vendor / composer / installed.json
1 [
2     {
3         "name": "abraham/twitteroauth",
4         "version": "0.7.4",
5         "version_normalized": "0.7.4.0",
6         "source": {
7             "type": "git",
8             "url": "https://github.com/abraham/twitteroauth.git",
9             "reference": "c6f9e692552dd037b2324ed0dfa28a4e60875acf"
10         },
11         "dist": {
12             "type": "zip",
13             "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/c6f9e692552dd037b2324ed0dfa28a4e60875acf",
14             "reference": "c6f9e692552dd037b2324ed0dfa28a4e60875acf",
15             "shasum": ""
16         },
17         "require": {
18             "ext-curl": "*",
19             "php": "^5.6 || ^7.0"
20         },
21         "require-dev": {
22             "phpmd/phpmd": "~2.6",
23             "phpunit/phpunit": "~5.7",
24             "squizlabs/php_codesniffer": "~3.0"
25         },
26         "time": "2017-06-30T22:02:01+00:00",
27         "type": "library",
28         "installation-source": "dist",
29         "autoload": {
30             "psr-4": {
31                 "Abraham\\TwitterOAuth\\": "src"
32             }
33         },
34         "notification-url": "https://packagist.org/downloads/",
35         "license": [
36             "MIT"
37         ],
38         "authors": [
39             {
40                 "name": "Abraham Williams",
41                 "email": "abraham@abrah.am",
42                 "homepage": "https://abrah.am",
43                 "role": "Developer"
44             }
45         ],
46         "description": "The most popular PHP library for use with the Twitter OAuth REST API.",
47         "homepage": "https://twitteroauth.com",
48         "keywords": [
49             "Twitter API",
50             "Twitter oAuth",
51             "api",
52             "oauth",
53             "rest",
54             "social",
55             "twitter"
56         ]
57     }
58 ]