From 66950f0354a9f433c7d3b31de52cdce9221c74bd Mon Sep 17 00:00:00 2001 From: Yaman Jain Date: Fri, 2 Sep 2016 17:29:22 +0530 Subject: [PATCH] JSON standard do not allow trailing comma --- doc/articles/scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/scripts.md b/doc/articles/scripts.md index 463e59875..f394f28e9 100644 --- a/doc/articles/scripts.md +++ b/doc/articles/scripts.md @@ -232,7 +232,7 @@ resolve to whatever composer.phar is currently being used: "test": [ "@composer install", "phpunit" - ], + ] } } ```