Skip to content

Commit 0084286

Browse files
committed
Add missing php extensions to the composer.json
1 parent f8b1c01 commit 0084286

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
},
1616

1717
"require": {
18-
"php": "^7.4|^8.0"
18+
"php": "^7.4|^8.0",
19+
"ext-ctype": "*",
20+
"ext-dom": "*"
1921
},
2022

2123
"require-dev": {

0 commit comments

Comments
 (0)