Skip to content

Commit 7c3feee

Browse files
committed
composer.json: add required PHP extensions
1 parent 52cffaa commit 7c3feee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/raml2html/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
],
1717
"require": {
1818
"php": "^7.4",
19+
"ext-json": "*",
20+
"ext-yaml": "*",
21+
"ext-dom": "*",
22+
"ext-libxml": "*",
1923
"symfony/console": "^4.2",
2024
"raml-org/raml-php-parser": "dev-master",
2125
"twig/twig": "^2.0",

0 commit comments

Comments
 (0)