Merge pull request #153 from koenhendriks/patch-1

JSON standard does not allow trailing comma
This commit is contained in:
Barry vd. Heuvel
2015-01-22 14:33:30 +01:00
+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"
] ]
}, },