-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
53 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,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.10.2", | ||
"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", | ||
"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\\": "" | ||
} | ||
} | ||
} | ||
{ | ||
"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.12", | ||
"mageplaza/module-smtp": "^1.11.2", | ||
"mageplaza/module-google-recaptcha": "^1.2.2", | ||
"mageplaza/module-two-factor-authentication": "^1.1.3", | ||
"hybridauth/hybridauth": "^2.14.0" | ||
}, | ||
"require-dev": { | ||
"roave/security-advisories": "dev-master" | ||
}, | ||
"type": "magento2-module", | ||
"version": "2.10.3", | ||
"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", | ||
"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\\": "" | ||
} | ||
} | ||
} |