From c1bbcb1abd73ce7dcec05fb07f9b0d3c4260611f Mon Sep 17 00:00:00 2001 From: Emanuil <4thmail@gmail.com> Date: Thu, 11 Jul 2013 00:33:44 +0300 Subject: [PATCH] remove the extra trailing comma from composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2179190..1439b82 100644 --- a/composer.json +++ b/composer.json @@ -14,5 +14,5 @@ ], "autoload": { "psr-0": {"Parsedown": ""} - }, + } } \ No newline at end of file