From b67ff982e29759d1349b6f21acc45471d9da158e Mon Sep 17 00:00:00 2001 From: Zankaria Date: Mon, 14 Oct 2024 13:55:58 +0200 Subject: [PATCH] composer: add dice.php to autoload --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 88ee789d..a2e906fe 100644 --- a/composer.json +++ b/composer.json @@ -34,9 +34,10 @@ "inc/lock.php", "inc/queue.php", "inc/functions.php", + "inc/functions/dice.php", + "inc/functions/format.php", "inc/functions/net.php", "inc/functions/num.php", - "inc/functions/format.php", "inc/functions/theme.php", "inc/service/captcha-queries.php", "inc/context.php"