-
Notifications
You must be signed in to change notification settings - Fork 11
/
composer.json
43 lines (43 loc) · 1.1 KB
/
composer.json
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
41
42
43
{
"name": "dukt/twitter",
"description": "Tweet field, search widget, embeds, and authenticated Twitter API requests.",
"version": "2.1.6",
"type": "craft-plugin",
"license": "proprietary",
"keywords": [
"twitter",
"cms",
"craftcms"
],
"authors": [
{
"name": "Dukt",
"homepage": "https://dukt.net/"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/dukt/twitter/issues?state=open",
"source": "https://github.com/dukt/twitter",
"docs": "https://github.com/dukt/twitter",
"rss": "https://github.com/dukt/twitter/commits/v2.atom"
},
"require": {
"craftcms/cms": "^3.0.0",
"league/oauth1-client": "^1.10.0",
"guzzlehttp/oauth-subscriber": "^0.6.0",
"nojimage/twitter-text-php": "^2.0.3"
},
"autoload": {
"psr-4": {
"dukt\\twitter\\": "src/"
}
},
"extra": {
"name": "Twitter",
"handle": "twitter",
"schemaVersion": "1.0.2",
"documentationUrl": "https://dukt.net/docs/twitter/v2",
"changelogUrl": "https://raw.githubusercontent.com/dukt/twitter/master/CHANGELOG.md"
}
}