From 6a95b9dfce3b580518481d25cc192d1ec623fba9 Mon Sep 17 00:00:00 2001 From: Fabian Thielen Date: Wed, 26 Dec 2018 18:44:02 +0100 Subject: [PATCH] Removed trailing comma in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 057ede6..3a98203 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,6 @@ "scripts": { "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" - ], + ] } }