Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magento-team committed Sep 23, 2020
1 parent fc04375 commit 7028edb
Show file tree
Hide file tree
Showing 20 changed files with 84 additions and 63 deletions.
5 changes: 3 additions & 2 deletions ReCaptchaAdminUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-config": "*",
"magento/module-re-captcha-ui": "*",
"magento/module-re-captcha-ui": "1.1.*",
"magento/module-store": "*"
},
"type": "magento2-module",
Expand All @@ -17,5 +17,6 @@
"psr-4": {
"Magento\\ReCaptchaAdminUi\\": ""
}
}
},
"version": "1.1.0"
}
5 changes: 3 additions & 2 deletions ReCaptchaCheckout/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-checkout": "*",
"magento/module-re-captcha-ui": "*"
"magento/module-re-captcha-ui": "1.1.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
Expand All @@ -16,5 +16,6 @@
"psr-4": {
"Magento\\ReCaptchaCheckout\\": ""
}
}
},
"version": "1.1.0"
}
5 changes: 3 additions & 2 deletions ReCaptchaContact/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-re-captcha-ui": "*"
"magento/module-re-captcha-ui": "1.1.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
Expand All @@ -15,5 +15,6 @@
"psr-4": {
"Magento\\ReCaptchaContact\\": ""
}
}
},
"version": "1.1.0"
}
7 changes: 4 additions & 3 deletions ReCaptchaCustomer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-customer": "*",
"magento/module-re-captcha-ui": "*",
"magento/module-re-captcha-validation-api": "*"
"magento/module-re-captcha-ui": "1.1.*",
"magento/module-re-captcha-validation-api": "1.1.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
Expand All @@ -17,5 +17,6 @@
"psr-4": {
"Magento\\ReCaptchaCustomer\\": ""
}
}
},
"version": "1.1.0"
}
5 changes: 3 additions & 2 deletions ReCaptchaFrontendUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-store": "*",
"magento/module-re-captcha-ui": "*"
"magento/module-re-captcha-ui": "1.1.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
Expand All @@ -16,5 +16,6 @@
"psr-4": {
"Magento\\ReCaptchaFrontendUi\\": ""
}
}
},
"version": "1.1.0"
}
3 changes: 2 additions & 1 deletion ReCaptchaMigration/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"psr-4": {
"Magento\\ReCaptchaMigration\\": ""
}
}
},
"version": "1.1.0"
}
5 changes: 3 additions & 2 deletions ReCaptchaNewsletter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-re-captcha-ui": "*"
"magento/module-re-captcha-ui": "1.1.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
Expand All @@ -15,5 +15,6 @@
"psr-4": {
"Magento\\ReCaptchaNewsletter\\": ""
}
}
},
"version": "1.1.0"
}
7 changes: 4 additions & 3 deletions ReCaptchaPaypal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-re-captcha-ui": "*",
"magento/module-re-captcha-validation-api": "*",
"magento/module-re-captcha-ui": "1.1.*",
"magento/module-re-captcha-validation-api": "1.1.*",
"magento/module-checkout": "*"
},
"type": "magento2-module",
Expand All @@ -17,5 +17,6 @@
"psr-4": {
"Magento\\ReCaptchaPaypal\\": ""
}
}
},
"version": "1.1.0"
}
5 changes: 3 additions & 2 deletions ReCaptchaReview/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-re-captcha-ui": "*"
"magento/module-re-captcha-ui": "1.1.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
Expand All @@ -15,5 +15,6 @@
"psr-4": {
"Magento\\ReCaptchaReview\\": ""
}
}
},
"version": "1.1.0"
}
5 changes: 3 additions & 2 deletions ReCaptchaSendFriend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-re-captcha-ui": "*"
"magento/module-re-captcha-ui": "1.1.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
Expand All @@ -15,5 +15,6 @@
"psr-4": {
"Magento\\ReCaptchaSendFriend\\": ""
}
}
},
"version": "1.1.0"
}
5 changes: 3 additions & 2 deletions ReCaptchaUi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-re-captcha-validation-api": "*"
"magento/module-re-captcha-validation-api": "1.1.*"
},
"authors": [
{
Expand All @@ -21,5 +21,6 @@
"psr-4": {
"Magento\\ReCaptchaUi\\": ""
}
}
},
"version": "1.1.0"
}
7 changes: 4 additions & 3 deletions ReCaptchaUser/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-re-captcha-ui": "*",
"magento/module-re-captcha-validation-api": "*"
"magento/module-re-captcha-ui": "1.1.*",
"magento/module-re-captcha-validation-api": "1.1.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
Expand All @@ -16,5 +16,6 @@
"psr-4": {
"Magento\\ReCaptchaUser\\": ""
}
}
},
"version": "1.1.0"
}
5 changes: 3 additions & 2 deletions ReCaptchaValidation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-re-captcha-validation-api": "*",
"magento/module-re-captcha-validation-api": "1.1.*",
"google/recaptcha": "^1.2"
},
"type": "magento2-module",
Expand All @@ -16,5 +16,6 @@
"psr-4": {
"Magento\\ReCaptchaValidation\\": ""
}
}
},
"version": "1.1.0"
}
3 changes: 2 additions & 1 deletion ReCaptchaValidationApi/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"psr-4": {
"Magento\\ReCaptchaValidationApi\\": ""
}
}
},
"version": "1.1.0"
}
9 changes: 5 additions & 4 deletions ReCaptchaVersion2Checkbox/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-store": "*",
"magento/module-re-captcha-ui": "*",
"magento/module-re-captcha-validation-api": "*"
"magento/module-re-captcha-ui": "1.1.*",
"magento/module-re-captcha-validation-api": "1.1.*"
},
"suggest": {
"magento/module-config": "*",
"magento/module-re-captcha-admin-ui": "*"
"magento/module-re-captcha-admin-ui": "1.1.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
Expand All @@ -21,5 +21,6 @@
"psr-4": {
"Magento\\ReCaptchaVersion2Checkbox\\": ""
}
}
},
"version": "2.0.0"
}
9 changes: 5 additions & 4 deletions ReCaptchaVersion2Invisible/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-store": "*",
"magento/module-re-captcha-ui": "*",
"magento/module-re-captcha-validation-api": "*"
"magento/module-re-captcha-ui": "1.1.*",
"magento/module-re-captcha-validation-api": "1.1.*"
},
"suggest": {
"magento/module-config": "*",
"magento/module-re-captcha-admin-ui": "*"
"magento/module-re-captcha-admin-ui": "1.1.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
Expand All @@ -21,5 +21,6 @@
"psr-4": {
"Magento\\ReCaptchaVersion2Invisible\\": ""
}
}
},
"version": "2.0.0"
}
9 changes: 5 additions & 4 deletions ReCaptchaVersion3Invisible/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-store": "*",
"magento/module-re-captcha-ui": "*",
"magento/module-re-captcha-validation-api": "*"
"magento/module-re-captcha-ui": "1.1.*",
"magento/module-re-captcha-validation-api": "1.1.*"
},
"suggest": {
"magento/module-config": "*",
"magento/module-re-captcha-admin-ui": "*"
"magento/module-re-captcha-admin-ui": "1.1.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
Expand All @@ -21,5 +21,6 @@
"psr-4": {
"Magento\\ReCaptchaVersion3Invisible\\": ""
}
}
},
"version": "2.0.0"
}
3 changes: 2 additions & 1 deletion Securitytxt/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
"psr-4": {
"Magento\\Securitytxt\\": ""
}
}
},
"version": "1.1.0"
}
3 changes: 2 additions & 1 deletion TwoFactorAuth/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
"psr-4": {
"Magento\\TwoFactorAuth\\": ""
}
}
},
"version": "1.1.0"
}
42 changes: 22 additions & 20 deletions _metapackage/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,27 @@
"description": "Magento Security Package",
"type": "metapackage",
"require": {
"magento/module-re-captcha-admin-ui": "*",
"magento/module-re-captcha-checkout": "*",
"magento/module-re-captcha-contact": "*",
"magento/module-re-captcha-customer": "*",
"magento/module-re-captcha-frontend-ui": "*",
"magento/module-re-captcha-migration": "*",
"magento/module-re-captcha-newsletter": "*",
"magento/module-re-captcha-paypal": "*",
"magento/module-re-captcha-review": "*",
"magento/module-re-captcha-send-friend": "*",
"magento/module-re-captcha-ui": "*",
"magento/module-re-captcha-user": "*",
"magento/module-re-captcha-validation": "*",
"magento/module-re-captcha-validation-api": "*",
"magento/module-re-captcha-version-2-checkbox": "*",
"magento/module-re-captcha-version-2-invisible": "*",
"magento/module-re-captcha-version-3-invisible": "*",
"magento/module-securitytxt": "*",
"magento/module-two-factor-auth": "*",
"magento/module-re-captcha-admin-ui": "1.1.0",
"magento/module-re-captcha-checkout": "1.1.0",
"magento/module-re-captcha-contact": "1.1.0",
"magento/module-re-captcha-customer": "1.1.0",
"magento/module-re-captcha-frontend-ui": "1.1.0",
"magento/module-re-captcha-migration": "1.1.0",
"magento/module-re-captcha-newsletter": "1.1.0",
"magento/module-re-captcha-paypal": "1.1.0",
"magento/module-re-captcha-review": "1.1.0",
"magento/module-re-captcha-send-friend": "1.1.0",
"magento/module-re-captcha-ui": "1.1.0",
"magento/module-re-captcha-user": "1.1.0",
"magento/module-re-captcha-validation": "1.1.0",
"magento/module-re-captcha-validation-api": "1.1.0",
"magento/module-re-captcha-version-2-checkbox": "2.0.0",
"magento/module-re-captcha-version-2-invisible": "2.0.0",
"magento/module-re-captcha-version-3-invisible": "2.0.0",
"magento/module-securitytxt": "1.1.0",
"magento/module-two-factor-auth": "1.1.0",
"google/recaptcha": "^1.2"
}
},
"version": "1.1.0",
"minimum-stability": "stable"
}

0 comments on commit 7028edb

Please sign in to comment.