2014-06-28 02:41:44 -05:00
|
|
|
{
|
2016-01-08 09:09:51 -06:00
|
|
|
"name": "grumpydictator/firefly-iii",
|
|
|
|
"description": "Firefly III: a personal finances manager.",
|
2016-04-24 11:25:52 -05:00
|
|
|
"keywords": [
|
|
|
|
"finance",
|
|
|
|
"finances",
|
|
|
|
"manager",
|
2017-01-20 03:08:38 -06:00
|
|
|
"management",
|
2016-04-24 11:25:52 -05:00
|
|
|
"euro",
|
2017-01-20 03:08:38 -06:00
|
|
|
"dollar",
|
2016-04-24 11:25:52 -05:00
|
|
|
"laravel",
|
|
|
|
"money",
|
2017-01-20 03:08:38 -06:00
|
|
|
"currency",
|
2016-04-24 11:25:52 -05:00
|
|
|
"financials",
|
2017-01-20 03:08:38 -06:00
|
|
|
"financial",
|
2016-04-24 11:25:52 -05:00
|
|
|
"budgets",
|
2017-01-30 09:31:41 -06:00
|
|
|
"administration",
|
2017-01-20 03:08:38 -06:00
|
|
|
"tool",
|
|
|
|
"tooling",
|
|
|
|
"help",
|
|
|
|
"helper",
|
|
|
|
"assistant",
|
|
|
|
"planning",
|
|
|
|
"organizing",
|
|
|
|
"bills",
|
|
|
|
"personal finance",
|
|
|
|
"budgets",
|
|
|
|
"budgeting",
|
|
|
|
"budgeting tool",
|
|
|
|
"budgeting application",
|
2016-04-24 11:25:52 -05:00
|
|
|
"transactions",
|
2017-01-20 03:08:38 -06:00
|
|
|
"self hosted",
|
|
|
|
"self-hosted",
|
2016-04-24 11:25:52 -05:00
|
|
|
"transfers",
|
|
|
|
"management"
|
|
|
|
],
|
2017-12-10 01:56:11 -06:00
|
|
|
"license": "GPLv3",
|
2017-01-01 13:32:39 -06:00
|
|
|
"homepage": "https://github.com/firefly-iii/firefly-iii",
|
2016-01-08 09:09:51 -06:00
|
|
|
"type": "project",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "James Cole",
|
|
|
|
"email": "thegrumpydictator@gmail.com",
|
2017-01-01 13:32:39 -06:00
|
|
|
"homepage": "https://github.com/firefly-iii",
|
2016-01-08 09:09:51 -06:00
|
|
|
"role": "Developer"
|
2016-04-24 11:25:52 -05:00
|
|
|
}
|
|
|
|
],
|
2016-01-08 09:09:51 -06:00
|
|
|
"require": {
|
2017-07-23 13:00:26 -05:00
|
|
|
"php": ">=7.1.0",
|
2017-02-25 06:26:01 -06:00
|
|
|
"ext-bcmath": "*",
|
|
|
|
"ext-curl": "*",
|
2017-10-06 08:52:06 -05:00
|
|
|
"ext-intl": "*",
|
2017-10-21 22:47:07 -05:00
|
|
|
"ext-gd": "*",
|
2017-10-06 08:52:06 -05:00
|
|
|
"ext-mbstring": "*",
|
2017-02-25 06:26:01 -06:00
|
|
|
"ext-zip": "*",
|
2017-10-06 08:52:06 -05:00
|
|
|
"bacon/bacon-qr-code": "1.*",
|
2017-02-16 14:06:31 -06:00
|
|
|
"davejamesmiller/laravel-breadcrumbs": "3.*",
|
2016-09-15 23:19:40 -05:00
|
|
|
"doctrine/dbal": "^2.5",
|
2017-10-06 08:52:06 -05:00
|
|
|
"fideloper/proxy": "~3.3",
|
|
|
|
"laravel/framework": "5.5.*",
|
|
|
|
"laravelcollective/html": "^5.4",
|
2016-11-18 12:54:21 -06:00
|
|
|
"league/commonmark": "0.15.*",
|
2017-12-09 02:23:25 -06:00
|
|
|
"league/csv": "9.*",
|
2016-11-18 12:54:21 -06:00
|
|
|
"pragmarx/google2fa": "1.*",
|
2017-10-06 08:52:06 -05:00
|
|
|
"rcrowe/twigbridge": "0.9.*",
|
|
|
|
"rmccue/requests": "1.*",
|
|
|
|
"twig/twig": "1.30.0",
|
|
|
|
"watson/validating": "3.*"
|
2016-01-08 09:09:51 -06:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-09-09 15:32:11 -05:00
|
|
|
"filp/whoops": "~2.0",
|
2016-01-08 09:09:51 -06:00
|
|
|
"fzaninotto/faker": "~1.4",
|
2016-09-15 23:19:40 -05:00
|
|
|
"mockery/mockery": "0.9.*",
|
2017-09-09 15:32:11 -05:00
|
|
|
"phpunit/phpunit": "~6.0",
|
2016-11-18 12:54:21 -06:00
|
|
|
"barryvdh/laravel-debugbar": "2.*",
|
2017-10-14 01:06:34 -05:00
|
|
|
"barryvdh/laravel-ide-helper": "2.*",
|
|
|
|
"php-coveralls/php-coveralls": "^1.0"
|
2016-01-08 09:09:51 -06:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2017-09-09 15:32:11 -05:00
|
|
|
"database/seeds",
|
|
|
|
"database/factories"
|
2016-01-08 09:09:51 -06:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"FireflyIII\\": "app/"
|
2014-07-27 12:49:14 -05:00
|
|
|
}
|
2016-01-08 09:09:51 -06:00
|
|
|
},
|
|
|
|
"autoload-dev": {
|
2017-02-05 08:41:41 -06:00
|
|
|
"psr-4": {
|
|
|
|
"Tests\\": "tests/"
|
|
|
|
}
|
2016-01-08 09:09:51 -06:00
|
|
|
},
|
2017-09-09 15:32:11 -05:00
|
|
|
"extra": {
|
|
|
|
"laravel": {
|
|
|
|
"dont-discover": [
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2016-01-08 09:09:51 -06:00
|
|
|
"scripts": {
|
|
|
|
"post-root-package-install": [
|
2017-11-29 23:59:45 -06:00
|
|
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
2016-01-08 09:09:51 -06:00
|
|
|
],
|
|
|
|
"post-create-project-cmd": [
|
2017-09-09 15:32:11 -05:00
|
|
|
"@php artisan key:generate"
|
2016-01-08 09:09:51 -06:00
|
|
|
],
|
2017-09-09 15:32:11 -05:00
|
|
|
"post-autoload-dump": [
|
2017-11-27 12:01:44 -06:00
|
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump"
|
2016-01-08 09:09:51 -06:00
|
|
|
],
|
|
|
|
"post-update-cmd": [
|
2016-10-15 11:52:21 -05:00
|
|
|
"php artisan firefly:upgrade-database",
|
2016-09-24 01:59:14 -05:00
|
|
|
"php artisan firefly:verify",
|
2017-01-20 03:08:38 -06:00
|
|
|
"php artisan firefly:instructions update",
|
2016-09-15 23:19:40 -05:00
|
|
|
"php artisan optimize"
|
2017-04-26 14:31:46 -05:00
|
|
|
],
|
2017-09-09 15:32:11 -05:00
|
|
|
"post-install-cmd": [
|
|
|
|
"php artisan optimize",
|
|
|
|
"php artisan firefly:instructions install"
|
2017-11-27 09:31:52 -06:00
|
|
|
],
|
|
|
|
"compile": [
|
2017-11-27 12:07:57 -06:00
|
|
|
"@php -r \"file_exists('.env.heroku') || copy('.env.heroku', '.env');\""
|
2016-01-08 09:09:51 -06:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
2017-09-09 15:32:11 -05:00
|
|
|
"preferred-install": "dist",
|
|
|
|
"sort-packages": true,
|
|
|
|
"optimize-autoloader": true
|
2017-02-16 14:06:31 -06:00
|
|
|
}
|
2014-06-28 02:41:44 -05:00
|
|
|
}
|