Skip to content

Commit 7d6b6c4

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ReCaptchaValidation/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"repositories": [
55
{
66
"type": "vcs",
7-
"url": "[email protected]:magento-commerce/recaptcha.git"
7+
"url": "[email protected]:magento-commerce/magento-recaptcha.git"
88
}
99
],
1010
"require": {
1111
"php": "~8.2.0||~8.3.0||~8.4.0",
1212
"magento/framework": "*",
1313
"magento/module-re-captcha-validation-api": "*",
14-
"google/recaptcha": "dev-develop"
14+
"magento/recaptcha": "dev-develop"
1515
},
1616
"type": "magento2-module",
1717
"license": "OSL-3.0",

_metapackage/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repositories": [
66
{
77
"type": "vcs",
8-
"url": "[email protected]:magento-commerce/recaptcha.git"
8+
"url": "[email protected]:magento-commerce/magento-recaptcha.git"
99
}
1010
],
1111
"require": {
@@ -34,7 +34,7 @@
3434
"magento/module-re-captcha-webapi-ui": "*",
3535
"magento/module-securitytxt": "*",
3636
"magento/module-two-factor-auth": "*",
37-
"google/recaptcha": "dev-develop",
37+
"magento/recaptcha": "dev-develop",
3838
"magento/module-re-captcha-checkout-sales-rule": "*"
3939
}
4040
}

0 commit comments

Comments
 (0)