JSON standard does not allow trailing comma

Gives errors for people just copy-pasting ;)
This commit is contained in:
Koen Hendriks
2015-01-22 14:26:26 +01:00
parent 7bc74b1844
commit b9685a1f83
+1 -1
View File
@@ -34,7 +34,7 @@ You can configure your composer.json to do this after each commit:
"post-update-cmd":[ "post-update-cmd":[
"php artisan clear-compiled", "php artisan clear-compiled",
"php artisan ide-helper:generate", "php artisan ide-helper:generate",
"php artisan optimize", "php artisan optimize"
] ]
}, },