Skip to content

Commit ad8b77c

Browse files
committed
AC-13306::Adobe Commerce 2.4.8 core code is compatible with PHP 8.4
1 parent d16d4a1 commit ad8b77c

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

ReCaptchaValidation/composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
22
"name": "magento/module-re-captcha-validation",
33
"description": "Google reCAPTCHA integration for Magento2",
4+
"repositories": [
5+
{
6+
"type": "vcs",
7+
"url": "[email protected]:phpfui/recaptcha.git"
8+
}
9+
],
410
"require": {
511
"php": "~8.2.0||~8.3.0||~8.4.0",
612
"magento/framework": "*",
713
"magento/module-re-captcha-validation-api": "*",
8-
"google/recaptcha": "^1.2"
14+
"google/recaptcha": "dev-PHP84"
915
},
1016
"type": "magento2-module",
1117
"license": "OSL-3.0",

_metapackage/composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "magento/security-package",
33
"description": "Magento Security Package",
44
"type": "metapackage",
5+
"repositories": [
6+
{
7+
"type": "vcs",
8+
"url": "[email protected]:phpfui/recaptcha.git"
9+
}
10+
],
511
"require": {
612
"magento/module-re-captcha-admin-ui": "*",
713
"magento/module-re-captcha-checkout": "*",
@@ -28,7 +34,7 @@
2834
"magento/module-re-captcha-webapi-ui": "*",
2935
"magento/module-securitytxt": "*",
3036
"magento/module-two-factor-auth": "*",
31-
"google/recaptcha": "^1.2",
37+
"google/recaptcha": "dev-PHP84",
3238
"magento/module-re-captcha-checkout-sales-rule": "*"
3339
}
3440
}

0 commit comments

Comments
 (0)