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