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