Skip to content

Commit 3b33a7e

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/code/Magento/PageBuilder/composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "magento/module-page-builder",
33
"description": "Page Builder module",
4+
"repositories": [
5+
{
6+
"type": "vcs",
7+
"url": "git@github.com:djadobe16/Dom.git"
8+
}
9+
],
410
"require": {
511
"magento/framework": "*",
612
"magento/module-eav": "*",
@@ -22,7 +28,7 @@
2228
"magento/module-require-js": "*",
2329
"magento/module-media-storage": "*",
2430
"php": "~8.2.0||~8.3.0||~8.4.0",
25-
"phpgt/dom": "^4.1"
31+
"phpgt/dom": "dev-php84-support"
2632
},
2733
"suggest": {
2834
"magento/module-review": "*"

0 commit comments

Comments
 (0)