diff --git a/composer.json b/composer.json index 057ede6..3a98203 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,6 @@ "scripts": { "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" - ], + ] } }