-
Notifications
You must be signed in to change notification settings - Fork 120
/
composer.json
executable file
·49 lines (49 loc) · 1.08 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
{
"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.5.8",
"hybridauth/hybridauth": "^3.8.2"
},
"require-dev": {
"roave/security-advisories": "dev-master"
},
"type": "magento2-module",
"version": "4.1.15",
"license": "proprietary",
"authors": [
{
"name": "Mageplaza",
"email": "[email protected]",
"homepage": "https://www.mageplaza.com",
"role": "Technical Support"
}
],
"keywords": [
"magento 2",
"social login",
"magento 2 social login",
"facebook login",
"Google 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\\": ""
}
}
}