Change composer.json

This commit is contained in:
2018-12-26 18:46:37 +01:00
parent 6a95b9dfce
commit 9af9bad0dd

View File

@@ -7,7 +7,7 @@
"vlucas/phpdotenv": "^2.5"
},
"scripts": {
"post-root-package-install": [
"post-install-cmd": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}