-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
31 lines (31 loc) · 950 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
27
28
29
30
31
{
"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": {
"league/oauth2-facebook": "^2.0",
"drupal/social_auth": "^2.0"
},
"authors": [
{
"name": "Getulio Valentin Sánchez (gvso)",
"email": "[email protected]"
},
{
"name": "Utkarsh Dixit (denutkarsh)",
"email": "[email protected]"
},
{
"name": "Himanshu Dixit (himanshu-dixit)",
"email": "[email protected]"
}
]
}