Browse Source

JSON standard do not allow trailing comma

Yaman Jain 8 years ago
parent
commit
66950f0354
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/articles/scripts.md

+ 1 - 1
doc/articles/scripts.md

@@ -232,7 +232,7 @@ resolve to whatever composer.phar is currently being used:
         "test": [
             "@composer install",
             "phpunit"
-        ],
+        ]
     }
 }
 ```