Skip to content

Commit

Permalink
update composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinichi69 committed Oct 26, 2021
1 parent 81f8d4f commit 6773fed
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "mageplaza/module-security",
"description": "Mageplaza Security Extension",
"require": {
"mageplaza/module-core": "^1.4.5",
"mageplaza/module-google-recaptcha": "^1.0.2",
"mageplaza/module-two-factor-authentication": "^1.0.0",
"sinergi/browser-detector": "*"
},
"type": "magento2-module",
"version": "1.1.6",
"license": "proprietary",
"authors": [
{
"name": "Mageplaza",
"email": "[email protected]",
"homepage": "https://www.mageplaza.com",
"role": "Technical Support"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Mageplaza\\Security\\": ""
}
}
}
{
"name": "mageplaza/module-security",
"description": "Mageplaza Security Extension",
"require": {
"mageplaza/module-core": "^1.4.5",
"mageplaza/module-google-recaptcha": "^1.0.2",
"mageplaza/module-two-factor-authentication": "^1.0.0",
"sinergi/browser-detector": "*"
},
"type": "magento2-module",
"version": "1.1.7",
"license": "proprietary",
"authors": [
{
"name": "Mageplaza",
"email": "[email protected]",
"homepage": "https://www.mageplaza.com",
"role": "Technical Support"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Mageplaza\\Security\\": ""
}
}
}

0 comments on commit 6773fed

Please sign in to comment.