Skip to content

Commit d4d1b11

Browse files
committed
PB-369: Integrate third party library to work with DOMDocument
- add PhpGt DOM library
1 parent 9648953 commit d4d1b11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/PageBuilder/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"magento/module-require-js": "*",
2323
"php": "~7.1.3||~7.2.0||~7.3.0"
2424
},
25+
"require-dev": {
26+
"phpgt/dom": "^2.1.6"
27+
},
2528
"suggest": {
2629
"magento/module-review": "*"
2730
},

0 commit comments

Comments
 (0)