Skip to content

Commit 4019145

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

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

app/code/Magento/Captcha/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"magento/module-sales": "*",
1414
"magento/module-store": "*",
1515
"magento/module-authorization": "*",
16-
"laminas/laminas-captcha": "^2.12",
17-
"laminas/laminas-db": "^2.19"
16+
"magento/laminas-captcha": "dev-develop",
17+
"magento/laminas-db": "dev-develop"
1818
},
1919
"type": "magento2-module",
2020
"license": [

app/code/Magento/Elasticsearch/composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{
22
"name": "magento/module-elasticsearch",
33
"description": "N/A",
4-
"repositories": [
5-
{
6-
"type": "vcs",
7-
"url": "git@github.com:djadobe16/elasticsearch-php.git"
8-
}
9-
],
104
"require": {
115
"php": "~8.2.0||~8.3.0||~8.4.0",
126
"magento/module-advanced-search": "*",
@@ -18,7 +12,7 @@
1812
"magento/module-store": "*",
1913
"magento/module-catalog-inventory": "*",
2014
"magento/framework": "*",
21-
"elasticsearch/elasticsearch": "dev-php84"
15+
"magento/elasticsearch": "dev-develop"
2216
},
2317
"suggest": {
2418
"magento/module-config": "*"

app/code/Magento/Elasticsearch7/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"php": "~8.2.0||~8.3.0||~8.4.0",
66
"magento/framework": "*",
77
"magento/module-elasticsearch": "*",
8-
"elasticsearch/elasticsearch": "^7.17",
8+
"magento/elasticsearch": "dev-develop",
99
"magento/module-advanced-search": "*",
1010
"magento/module-catalog-search": "*",
1111
"magento/module-search": "*"

0 commit comments

Comments
 (0)