Skip to content

Commit 54420e7

Browse files
committed
fix(composer): Add missing php extensions
1 parent 5f4758c commit 54420e7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@
1313
}
1414
},
1515
"require": {
16+
"ext-libxml": "*",
17+
"ext-simplexml": "*",
18+
"ext-json": "*",
1619
"php": ">=7.1"
1720
},
1821
"require-dev": {
19-
"ext-libxml": "*",
2022
"phpbench/phpbench": "^1.0"
2123
},
2224
"license": "MIT",

0 commit comments

Comments
 (0)