forked from drupalsocialinitiative/social_auth_facebook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
26 lines (26 loc) · 794 Bytes
/
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
{
"name": "drupal/social_auth_facebook",
"type": "drupal-module",
"description": "Social Auth integration for Facebook.",
"keywords": ["Drupal"],
"license": "GPL-2.0+",
"homepage": "https://www.drupal.org/project/social_auth_facebook",
"minimum-stability": "dev",
"support": {
"issues": "https://www.drupal.org/project/issues/social_auth_facebook",
"source": "http://cgit.drupalcode.org/social_auth_facebook"
},
"require" : {
"facebook/graph-sdk" : "~5.0"
},
"authors": [
{
"name": "Getulio Valentin Sánchez (gvso)",
"email": "[email protected]"
},
{
"name": "Utkarsh Dixit (denutkarsh)",
"email": "[email protected]"
}
]
}