Browse Source

Merge pull request #5640 from yaman-jain/master

JSON standard do not allow trailing comma
Rob 8 years ago
parent
commit
054f5305b7
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"
-        ],
+        ]
     }
 }
 ```