From 25d02273562c8f69cbdcad4173112eb7db686fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Mon, 22 Apr 2024 18:52:36 +0200 Subject: [PATCH] Remove trailing comma from JSON --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index be7d7cd..4a9a504 100644 --- a/composer.json +++ b/composer.json @@ -66,7 +66,7 @@ "extra": { "branch-alias": { "dev-main": "1.x-dev" - }, + } }, "minimum-stability": "dev", "prefer-stable": true,