-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
42 lines (42 loc) · 1.03 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
{
"name": "dukt/facebook",
"description": "Facebook Insights widget for the dashboard.",
"version": "2.0.5",
"type": "craft-plugin",
"license": "proprietary",
"keywords": [
"facebook",
"cms",
"craftcms"
],
"authors": [
{
"name": "Dukt",
"homepage": "https://dukt.net/"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/dukt/facebook/issues?state=open",
"source": "https://github.com/dukt/facebook",
"docs": "https://github.com/dukt/facebook",
"rss": "https://github.com/dukt/facebook/commits/v2.atom"
},
"require": {
"craftcms/cms": "^3.0.0-RC1",
"league/oauth2-client": "~2.2",
"league/oauth2-facebook": "~2.0"
},
"autoload": {
"psr-4": {
"dukt\\facebook\\": "src/"
}
},
"extra": {
"name": "Facebook",
"handle": "facebook",
"schemaVersion": "1.0.2",
"documentationUrl": "https://dukt.net/docs/facebook/v2/",
"changelogUrl": "https://raw.githubusercontent.com/dukt/facebook/v2/CHANGELOG.md"
}
}