mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Update composer.json
This commit is contained in:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user