File tree Expand file tree Collapse file tree 6 files changed +7
-231
lines changed
Expand file tree Collapse file tree 6 files changed +7
-231
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Magento_ReCaptchaPwa
22
3- ** Magento_ReCaptchaPwa** adds warnings to Magento ReCaptcha modules and adds config validation for the Request Password Reset Form .
3+ ** Magento_ReCaptchaPwa** adds warnings to Magento ReCaptcha modules.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "name" : " magento/module-re-captcha-pwa" ,
3- "description" : " Adds warnings and config validation to Magento ReCaptcha modules." ,
3+ "description" : " Adds warnings to Magento ReCaptcha modules." ,
44 "type" : " magento2-module" ,
55 "license" : [
66 " OSL-3.0" ,
1111 },
1212 "require" : {
1313 "php" : " ~7.3.0||~7.4.0" ,
14- "magento/framework" : " *" ,
15- "magento/module-config" : " *" ,
16- "magento/module-customer-graph-ql" : " *" ,
17- "magento/module-re-captcha-customer" : " *" ,
18- "magento/module-re-captcha-ui" : " *" ,
19- "magento/module-re-captcha-validation-api" : " *" ,
20- "magento/module-re-captcha-webapi-api" : " *"
14+ "magento/framework" : " *"
15+ },
16+ "suggest" : {
17+ "magento/security-package" : " *"
2118 },
2219 "autoload" : {
2320 "files" : [
2825 }
2926 }
3027}
28+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99 xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
1010 <module name =" Magento_ReCaptchaPwa" >
1111 <sequence >
12- <module name =" Magento_Config" />
13- <module name =" Magento_CustomerGraphQl" />
14- <module name =" Magento_ReCaptchaUi" />
1512 <module name =" Magento_ReCaptchaAdminUi" />
16- <module name =" Magento_ReCaptchaCustomer" />
17- <module name =" Magento_ReCaptchaValidationApi" />
1813 <module name =" Magento_ReCaptchaVersion2Checkbox" />
1914 <module name =" Magento_ReCaptchaVersion2Invisible" />
20- <module name =" Magento_ReCaptchaWebapiApi" />
2115 </sequence >
2216 </module >
2317</config >
You can’t perform that action at this time.
0 commit comments