From 85cc165cf8a6f9b71a2ac42a19a6a926f428672b Mon Sep 17 00:00:00 2001 From: Eric Sanders Date: Wed, 16 Oct 2024 11:01:47 -0700 Subject: [PATCH] Adding mbstring as a requirement for this package --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0040a00..696a4f0 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,8 @@ ], "require": { "php": ">=7.0", - "ext-gd": "*" + "ext-gd": "*", + "ext-mbstring": "*" }, "autoload": { "psr-4": {