Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
haitv282 committed Jun 22, 2022
1 parent e6a40e5 commit c703360
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions composer.json
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\\": ""
}
}
}

0 comments on commit c703360

Please sign in to comment.