From 0084286ad505840204cca95d265c73f08d25dc2c Mon Sep 17 00:00:00 2001
From: Philipp Scheit
Date: Wed, 25 Jun 2025 17:15:05 +0200
Subject: [PATCH] Add missing php extensions to the composer.json
---
composer.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/composer.json b/composer.json
index ddffd1939..fc65f833d 100644
--- a/composer.json
+++ b/composer.json
@@ -15,7 +15,9 @@
},
"require": {
- "php": "^7.4|^8.0"
+ "php": "^7.4|^8.0",
+ "ext-ctype": "*",
+ "ext-dom": "*"
},
"require-dev": {