Skip to content

Commit fcfb121

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

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
@@ -23,6 +23,9 @@
2323
"magento/module-media-storage": "*",
2424
"php": "~7.1.3||~7.2.0||~7.3.0"
2525
},
26+
"require-dev": {
27+
"phpgt/dom": "^2.1.6"
28+
},
2629
"suggest": {
2730
"magento/module-review": "*"
2831
},

0 commit comments

Comments
 (0)