Removed trailing comma in composer.json

This commit is contained in:
2018-12-26 18:44:02 +01:00
parent cb892d0d3b
commit 6a95b9dfce

View File

@@ -9,6 +9,6 @@
"scripts": { "scripts": {
"post-root-package-install": [ "post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
], ]
} }
} }