Update composer files.

This commit is contained in:
James Cole
2018-01-04 10:25:24 +01:00
parent 6b59b6de6e
commit 2b4a3d463b
2 changed files with 11 additions and 11 deletions

View File

@@ -99,7 +99,7 @@
},
"scripts": {
"pre-install-cmd": [
"php -r \"if (!(getenv('DYNO'))===false){file_exists('.env') || copy('.env.heroku', '.env');}else{echo 'Not in Heroku environment\n';}\""
"@php -r \"if (!(getenv('DYNO'))===false){file_exists('.env') || copy('.env.heroku', '.env');}\""
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""