diff --git a/composer.json b/composer.json index d52346c37e..96a8cd66df 100644 --- a/composer.json +++ b/composer.json @@ -98,7 +98,7 @@ }, "scripts": { "pre-install-cmd": [ - "if [ -z ${DYNO+x} ]; then echo Not in Heroku environment.; else @php -r \"file_exists('.env') || copy('.env.heroku', '.env');\"; fi" + "if [ -z ${DYNO+x} ]; then echo Not in Heroku environment.; else php -r \"file_exists('.env') || copy('.env.heroku', '.env');\"; fi" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""