2014-06-28 02:41:44 -05:00
|
|
|
{
|
2018-06-06 14:23:17 -05:00
|
|
|
"name": "grumpydictator/firefly-iii",
|
|
|
|
"description": "Firefly III: a personal finances manager.",
|
|
|
|
"keywords": [
|
|
|
|
"finance",
|
|
|
|
"finances",
|
|
|
|
"manager",
|
|
|
|
"management",
|
|
|
|
"euro",
|
|
|
|
"dollar",
|
|
|
|
"laravel",
|
|
|
|
"money",
|
|
|
|
"currency",
|
|
|
|
"financials",
|
|
|
|
"financial",
|
|
|
|
"budgets",
|
|
|
|
"administration",
|
|
|
|
"tool",
|
|
|
|
"tooling",
|
|
|
|
"help",
|
|
|
|
"helper",
|
|
|
|
"assistant",
|
|
|
|
"planning",
|
|
|
|
"organizing",
|
|
|
|
"bills",
|
|
|
|
"personal finance",
|
|
|
|
"budgets",
|
|
|
|
"budgeting",
|
|
|
|
"budgeting tool",
|
|
|
|
"budgeting application",
|
|
|
|
"transactions",
|
|
|
|
"self hosted",
|
|
|
|
"self-hosted",
|
|
|
|
"transfers",
|
|
|
|
"management"
|
|
|
|
],
|
2019-10-03 13:19:29 -05:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2018-06-06 14:23:17 -05:00
|
|
|
"homepage": "https://github.com/firefly-iii/firefly-iii",
|
|
|
|
"type": "project",
|
2018-11-10 03:50:41 -06:00
|
|
|
"readme": "readme.md",
|
2018-06-06 14:23:17 -05:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "James Cole",
|
2020-01-23 12:44:52 -06:00
|
|
|
"email": "james@firefly-iii.org",
|
2018-06-06 14:23:17 -05:00
|
|
|
"homepage": "https://github.com/firefly-iii",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
2018-11-10 03:50:41 -06:00
|
|
|
"support": {
|
2020-01-23 12:44:52 -06:00
|
|
|
"email": "james@firefly-iii.org",
|
2018-11-10 03:50:41 -06:00
|
|
|
"issues": "https://github.com/firefly-iii/firefly-iii/issues",
|
|
|
|
"forum": "https://reddit.com/r/FireflyIII",
|
|
|
|
"wiki": "https://github.com/firefly-iii/help/wiki",
|
|
|
|
"source": "https://github.com/firefly-iii/firefly-iii",
|
2020-01-03 04:29:56 -06:00
|
|
|
"docs": "https://docs.firefly-iii.org/"
|
2018-11-10 03:50:41 -06:00
|
|
|
},
|
2020-03-20 12:15:24 -05:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "patreon",
|
|
|
|
"url": "https://www.patreon.com/JC5"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/sponsors/JC5"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "paypal",
|
2020-07-23 23:16:56 -05:00
|
|
|
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=L62W7DVD5ETPC&source=url"
|
2020-03-20 12:15:24 -05:00
|
|
|
}
|
|
|
|
],
|
2018-06-06 14:23:17 -05:00
|
|
|
"require": {
|
2021-05-23 13:59:18 -05:00
|
|
|
"php": ">=8.0.0",
|
2018-06-06 14:23:17 -05:00
|
|
|
"ext-bcmath": "*",
|
|
|
|
"ext-curl": "*",
|
2019-03-16 13:39:39 -05:00
|
|
|
"ext-fileinfo": "*",
|
2018-06-06 14:23:17 -05:00
|
|
|
"ext-gd": "*",
|
|
|
|
"ext-intl": "*",
|
2018-10-13 08:06:56 -05:00
|
|
|
"ext-json": "*",
|
2019-02-13 10:54:36 -06:00
|
|
|
"ext-openssl": "*",
|
2019-12-07 10:44:33 -06:00
|
|
|
"ext-pdo": "*",
|
|
|
|
"ext-session": "*",
|
2019-02-13 10:54:36 -06:00
|
|
|
"ext-simplexml": "*",
|
2019-03-16 13:39:39 -05:00
|
|
|
"ext-tokenizer": "*",
|
|
|
|
"ext-xml": "*",
|
2020-07-28 08:54:57 -05:00
|
|
|
"bacon/bacon-qr-code": "2.*",
|
2021-05-24 04:47:50 -05:00
|
|
|
"diglactic/laravel-breadcrumbs": "^7.0",
|
2021-01-10 23:13:45 -06:00
|
|
|
"doctrine/dbal": "3.*",
|
2018-06-06 14:23:17 -05:00
|
|
|
"fideloper/proxy": "4.*",
|
2020-08-09 11:59:47 -05:00
|
|
|
"gdbots/query-parser": "^2.0",
|
2020-11-04 12:05:35 -06:00
|
|
|
"guzzlehttp/guzzle": "^7.2",
|
2021-07-10 00:27:22 -05:00
|
|
|
"jc5/google2fa-laravel": "2.0.6",
|
2020-12-20 03:41:55 -06:00
|
|
|
"jc5/recovery": "^2",
|
2021-06-27 22:01:09 -05:00
|
|
|
"laravel/framework": "^8.48",
|
2020-10-30 11:34:51 -05:00
|
|
|
"laravel/passport": "10.*",
|
|
|
|
"laravel/ui": "^3.0",
|
2019-12-20 01:25:46 -06:00
|
|
|
"laravelcollective/html": "6.*",
|
2019-08-03 12:35:20 -05:00
|
|
|
"league/commonmark": "1.*",
|
2020-06-09 10:40:09 -05:00
|
|
|
"league/csv": "^9.6",
|
2019-03-02 13:14:45 -06:00
|
|
|
"league/fractal": "0.*",
|
2020-07-28 13:17:51 -05:00
|
|
|
"pragmarx/google2fa": "^8.0",
|
2019-12-07 10:44:33 -06:00
|
|
|
"predis/predis": "^1.1",
|
2020-07-28 13:14:47 -05:00
|
|
|
"ramsey/uuid": "^4.1",
|
2021-03-13 05:01:01 -06:00
|
|
|
"rcrowe/twigbridge": "^0.12.1",
|
2021-05-24 00:06:01 -05:00
|
|
|
"spatie/data-transfer-object": "^3.1"
|
2018-06-06 14:23:17 -05:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-08-02 02:47:19 -05:00
|
|
|
"barryvdh/laravel-debugbar": "^3.3",
|
2018-06-06 14:23:17 -05:00
|
|
|
"barryvdh/laravel-ide-helper": "2.*",
|
2020-07-31 10:41:21 -05:00
|
|
|
"ergebnis/phpstan-rules": "^0.15.0",
|
2018-06-06 14:23:17 -05:00
|
|
|
"filp/whoops": "2.*",
|
2020-11-04 12:05:35 -06:00
|
|
|
"fakerphp/faker": "1.*",
|
2018-09-19 09:50:16 -05:00
|
|
|
"mockery/mockery": "1.*",
|
2021-02-07 23:07:55 -06:00
|
|
|
"nunomaduro/larastan": "^0.7.0",
|
2021-07-11 22:00:44 -05:00
|
|
|
"phpstan/phpstan": "^0.12.92",
|
2020-07-31 10:41:21 -05:00
|
|
|
"phpstan/phpstan-deprecation-rules": "^0.12.5",
|
2021-06-28 00:26:57 -05:00
|
|
|
"phpunit/phpunit": "^9.5",
|
2020-04-01 23:39:09 -05:00
|
|
|
"roave/security-advisories": "dev-master",
|
2021-04-26 23:50:10 -05:00
|
|
|
"thecodingmachine/phpstan-strict-rules": "^0.12.0"
|
2018-06-06 14:23:17 -05:00
|
|
|
},
|
2020-12-20 03:32:23 -06:00
|
|
|
"suggest": {
|
2021-06-11 23:34:19 -05:00
|
|
|
"directorytree/ldaprecord-laravel": "If you want to login using LDAP.",
|
2020-12-20 03:32:23 -06:00
|
|
|
"ext-ldap": "Needed to support LDAP."
|
|
|
|
},
|
2018-06-06 14:23:17 -05:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2020-11-02 12:56:34 -06:00
|
|
|
"FireflyIII\\": "app/",
|
2021-03-13 05:01:01 -06:00
|
|
|
"Domain\\": "domain/",
|
2020-11-02 12:56:34 -06:00
|
|
|
"Database\\Factories\\": "database/factories/",
|
|
|
|
"Database\\Seeders\\": "database/seeders/"
|
2018-06-06 14:23:17 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"Tests\\": "tests/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"laravel": {
|
|
|
|
"dont-discover": []
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"pre-install-cmd": [
|
2019-02-24 00:27:24 -06:00
|
|
|
"@php -r \"if (!(getenv('DYNO'))===false){file_exists('.env') || copy('.deploy/heroku/.env.heroku', '.env');copy('.deploy/heroku/.locales', '.locales');}\""
|
2018-06-06 14:23:17 -05:00
|
|
|
],
|
|
|
|
"post-root-package-install": [
|
|
|
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
|
|
|
],
|
|
|
|
"post-create-project-cmd": [
|
|
|
|
"@php artisan key:generate"
|
|
|
|
],
|
|
|
|
"post-autoload-dump": [
|
|
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump"
|
|
|
|
],
|
|
|
|
"post-update-cmd": [
|
2019-03-24 03:23:00 -05:00
|
|
|
"@php artisan cache:clear",
|
2021-04-30 23:46:36 -05:00
|
|
|
"@php artisan firefly-iii:fix-pgsql-sequences",
|
2019-06-11 13:10:59 -05:00
|
|
|
"@php artisan firefly-iii:decrypt-all",
|
2019-03-24 03:23:00 -05:00
|
|
|
|
2019-03-23 12:58:06 -05:00
|
|
|
"@php artisan firefly-iii:transaction-identifiers",
|
2019-06-22 22:52:33 -05:00
|
|
|
"@php artisan firefly-iii:migrate-to-groups",
|
2019-03-23 12:58:06 -05:00
|
|
|
"@php artisan firefly-iii:account-currencies",
|
2019-06-11 13:10:59 -05:00
|
|
|
"@php artisan firefly-iii:transfer-currencies",
|
|
|
|
"@php artisan firefly-iii:other-currencies",
|
2019-03-23 12:58:06 -05:00
|
|
|
"@php artisan firefly-iii:migrate-notes",
|
|
|
|
"@php artisan firefly-iii:migrate-attachments",
|
|
|
|
"@php artisan firefly-iii:bills-to-rules",
|
|
|
|
"@php artisan firefly-iii:bl-currency",
|
|
|
|
"@php artisan firefly-iii:cc-liabilities",
|
|
|
|
"@php artisan firefly-iii:back-to-journals",
|
2019-06-21 12:10:14 -05:00
|
|
|
"@php artisan firefly-iii:rename-account-meta",
|
2019-08-26 11:38:23 -05:00
|
|
|
"@php artisan firefly-iii:migrate-recurrence-meta",
|
2019-12-30 05:13:45 -06:00
|
|
|
"@php artisan firefly-iii:migrate-tag-locations",
|
2021-03-11 23:30:40 -06:00
|
|
|
"@php artisan firefly-iii:migrate-recurrence-type",
|
2021-05-01 23:38:34 -05:00
|
|
|
"@php artisan firefly-iii:upgrade-liabilities",
|
2019-03-23 12:58:06 -05:00
|
|
|
|
|
|
|
"@php artisan firefly-iii:fix-piggies",
|
|
|
|
"@php artisan firefly-iii:create-link-types",
|
|
|
|
"@php artisan firefly-iii:create-access-tokens",
|
|
|
|
"@php artisan firefly-iii:remove-bills",
|
|
|
|
"@php artisan firefly-iii:enable-currencies",
|
|
|
|
"@php artisan firefly-iii:fix-transfer-budgets",
|
|
|
|
"@php artisan firefly-iii:fix-uneven-amount",
|
|
|
|
"@php artisan firefly-iii:delete-zero-amount",
|
|
|
|
"@php artisan firefly-iii:delete-orphaned-transactions",
|
|
|
|
"@php artisan firefly-iii:delete-empty-journals",
|
|
|
|
"@php artisan firefly-iii:delete-empty-groups",
|
|
|
|
"@php artisan firefly-iii:fix-account-types",
|
2020-07-26 08:05:48 -05:00
|
|
|
"@php artisan firefly-iii:fix-account-order",
|
2019-04-06 04:09:14 -05:00
|
|
|
"@php artisan firefly-iii:rename-meta-fields",
|
2019-08-20 21:37:27 -05:00
|
|
|
"@php artisan firefly-iii:fix-ob-currencies",
|
2019-09-21 00:33:13 -05:00
|
|
|
"@php artisan firefly-iii:fix-long-descriptions",
|
2019-12-27 23:58:49 -06:00
|
|
|
"@php artisan firefly-iii:fix-recurring-transactions",
|
2020-06-30 23:02:58 -05:00
|
|
|
"@php artisan firefly-iii:unify-group-accounts",
|
2020-07-19 06:05:15 -05:00
|
|
|
"@php artisan firefly-iii:fix-transaction-types",
|
2021-04-22 11:33:53 -05:00
|
|
|
"@php artisan firefly-iii:fix-frontpage-accounts",
|
2019-03-23 12:58:06 -05:00
|
|
|
|
|
|
|
"@php artisan firefly-iii:report-empty-objects",
|
|
|
|
"@php artisan firefly-iii:report-sum",
|
2019-09-21 04:03:00 -05:00
|
|
|
"@php artisan firefly-iii:restore-oauth-keys",
|
2019-11-10 00:26:02 -06:00
|
|
|
"@php artisan firefly-iii:set-latest-version --james-is-cool",
|
2018-09-18 11:18:09 -05:00
|
|
|
"@php artisan firefly:instructions update",
|
2021-06-11 13:19:59 -05:00
|
|
|
"@php artisan firefly-iii:verify-security-alerts",
|
2018-09-18 11:18:09 -05:00
|
|
|
"@php artisan passport:install"
|
2018-06-06 14:23:17 -05:00
|
|
|
],
|
|
|
|
"post-install-cmd": [
|
2021-06-11 13:19:59 -05:00
|
|
|
"@php artisan firefly:instructions install",
|
|
|
|
"@php artisan firefly-iii:verify-security-alerts"
|
2018-06-06 14:23:17 -05:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"preferred-install": "dist",
|
|
|
|
"sort-packages": true,
|
|
|
|
"optimize-autoloader": true
|
|
|
|
}
|
2014-06-28 02:41:44 -05:00
|
|
|
}
|