forked from mageplaza/magento-2-social-login
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·53 lines (53 loc) · 1.3 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
44
45
46
47
48
49
50
51
52
53
{
"name": "mageplaza/magento-2-social-login",
"description": "Magento 2 Social Login extension is designed for quick login to your Magento 2 store without procesing complex register steps",
"require": {
"mageplaza/module-core": "^1.4.5",
"mageplaza/module-smtp": "^1.2.6",
"mageplaza/module-google-recaptcha": "^1.0.2",
"mageplaza/module-two-factor-authentication": "^1.1.1",
"hybridauth/hybridauth": "^2.14.0"
},
"require-dev": {
"roave/security-advisories": "dev-master"
},
"type": "magento2-module",
"version": "2.8.3",
"license": "proprietary",
"authors": [
{
"name": "Mageplaza",
"email": "support@mageplaza.com",
"homepage": "https://www.mageplaza.com",
"role": "Technical Support"
}
],
"keywords": [
"magento 2",
"social login",
"magento 2 social login",
"facebook login",
"Google Login",
"Instagram Login",
"LinkedIn Login",
"Microsoft Live Login",
"Twitter Login",
"Yahoo Login",
"FourSquare Login",
"Amazon Login",
"Login",
"mageplaza",
"google",
"facebook",
"twitter",
"social proof"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Mageplaza\\SocialLogin\\": ""
}
}
}