From 10534471fe34d71aa74750658cdfe6f300d12a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 27 Aug 2021 10:57:30 +0200 Subject: [PATCH] Fix: Require ext-ctype --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 3071ca4cb7c..f05789e987a 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,7 @@ "require": { "php": "^7.1|^8", "ext-SimpleXML": "*", + "ext-ctype": "*", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*",