Update composer file [skip ci]

This commit is contained in:
James Cole 2017-12-15 11:02:49 +01:00
parent 2a000d432f
commit ee6030bc62
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -98,7 +98,7 @@
}, },
"scripts": { "scripts": {
"pre-install-cmd": [ "pre-install-cmd": [
"echo 'hello from pre-install-cmd'" "export APP_KEY=7ahyYVPVsmxjdhsweWCauGeJfwc92NP2 && echo 'Temporary app key is ${APP_KEY}.'"
], ],
"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');\""