Update composer.json

This commit is contained in:
James Cole
2018-01-19 08:35:25 +01:00
committed by GitHub
parent c137255155
commit a9c117703b

View File

@@ -34,17 +34,15 @@
"transfers",
"management"
],
"license": "GPL-3.0",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/firefly-iii/firefly-iii",
"type": "project",
"authors": [
{
"authors": [{
"name": "James Cole",
"email": "thegrumpydictator@gmail.com",
"homepage": "https://github.com/firefly-iii",
"role": "Developer"
}
],
}],
"require": {
"php": ">=7.1.0",
"ext-bcmath": "*",
@@ -93,8 +91,7 @@
},
"extra": {
"laravel": {
"dont-discover": [
]
"dont-discover": []
}
},
"scripts": {