Skip to content

Commit e8e5eb7

Browse files
committed
Add some required extensions in the composer.json
1 parent 7cf3afb commit e8e5eb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
],
2323
"require": {
2424
"php": "^7.1.3 || ^8.0",
25+
"ext-dom": "*",
26+
"ext-json": "*",
2527
"paragonie/random_compat": "^1 || ^2 || ^9",
2628
"symfony/config": "^4.4",
2729
"symfony/dependency-injection": "^4.4",

0 commit comments

Comments
 (0)