File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " magento/module-re-captcha-validation" ,
3
3
"description" : " Google reCAPTCHA integration for Magento2" ,
4
+ "repositories" : [
5
+ {
6
+ "type" : " vcs" ,
7
+ "url" :
" [email protected] :phpfui/recaptcha.git"
8
+ }
9
+ ],
4
10
"require" : {
5
11
"php" : " ~8.2.0||~8.3.0||~8.4.0" ,
6
12
"magento/framework" : " *" ,
7
13
"magento/module-re-captcha-validation-api" : " *" ,
8
- "google/recaptcha" : " ^1.2 "
14
+ "google/recaptcha" : " dev-PHP84 "
9
15
},
10
16
"type" : " magento2-module" ,
11
17
"license" : " OSL-3.0" ,
Original file line number Diff line number Diff line change 2
2
"name" : " magento/security-package" ,
3
3
"description" : " Magento Security Package" ,
4
4
"type" : " metapackage" ,
5
+ "repositories" : [
6
+ {
7
+ "type" : " vcs" ,
8
+ "url" :
" [email protected] :phpfui/recaptcha.git"
9
+ }
10
+ ],
5
11
"require" : {
6
12
"magento/module-re-captcha-admin-ui" : " *" ,
7
13
"magento/module-re-captcha-checkout" : " *" ,
28
34
"magento/module-re-captcha-webapi-ui" : " *" ,
29
35
"magento/module-securitytxt" : " *" ,
30
36
"magento/module-two-factor-auth" : " *" ,
31
- "google/recaptcha" : " ^1.2 " ,
37
+ "google/recaptcha" : " dev-PHP84 " ,
32
38
"magento/module-re-captcha-checkout-sales-rule" : " *"
33
39
}
34
40
}
You can’t perform that action at this time.
0 commit comments