Update composer file [skip ci]

This commit is contained in:
James Cole
2017-12-15 10:59:06 +01:00
parent 7557d4d3cb
commit 2a000d432f
2 changed files with 135 additions and 125 deletions

View File

@@ -34,7 +34,7 @@
"transfers",
"management"
],
"license": "GPLv3",
"license": "GPL-3.0",
"homepage": "https://github.com/firefly-iii/firefly-iii",
"type": "project",
"authors": [
@@ -64,7 +64,7 @@
"pragmarx/google2fa": "1.*",
"rcrowe/twigbridge": "0.9.*",
"rmccue/requests": "1.*",
"twig/twig": "1.30.0",
"twig/twig": "1.*",
"watson/validating": "3.*"
},
"require-dev": {
@@ -97,6 +97,9 @@
}
},
"scripts": {
"pre-install-cmd": [
"echo 'hello from pre-install-cmd'"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],