From 84128a68ed037d9190206f1e3efd3189a045e540 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Sat, 23 Oct 2021 14:34:45 +0200 Subject: [PATCH] remove trailing comma --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ca92bf6c..458ebb16 100644 --- a/composer.json +++ b/composer.json @@ -29,5 +29,5 @@ "libs/Smarty_Compiler.class.php", "libs/Config_File.class.php" ] - }, + } }