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",
|
2022-02-28 00:48:58 -06:00
|
|
|
"forum": "https://gitter.im/firefly-iii/firefly-iii",
|
2018-11-10 03:50:41 -06:00
|
|
|
"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
|
|
|
},
|
2021-09-23 12:56:27 -05:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "patreon",
|
|
|
|
"url": "https://www.patreon.com/JC5"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/sponsors/JC5"
|
|
|
|
}
|
|
|
|
],
|
2018-06-06 14:23:17 -05:00
|
|
|
"require": {
|
2023-01-07 00:53:25 -06:00
|
|
|
"php": ">=8.2",
|
2018-06-06 14:23:17 -05:00
|
|
|
"ext-bcmath": "*",
|
|
|
|
"ext-curl": "*",
|
2019-03-16 13:39:39 -05:00
|
|
|
"ext-fileinfo": "*",
|
2021-08-21 05:52:33 -05:00
|
|
|
"ext-iconv": "*",
|
2018-06-06 14:23:17 -05:00
|
|
|
"ext-intl": "*",
|
2018-10-13 08:06:56 -05:00
|
|
|
"ext-json": "*",
|
2021-08-21 05:52:33 -05:00
|
|
|
"ext-mbstring": "*",
|
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": "*",
|
2021-08-21 05:52:33 -05:00
|
|
|
"ext-sodium": "*",
|
2019-03-16 13:39:39 -05:00
|
|
|
"ext-tokenizer": "*",
|
|
|
|
"ext-xml": "*",
|
2021-08-21 05:52:33 -05:00
|
|
|
"ext-xmlwriter": "*",
|
2020-07-28 08:54:57 -05:00
|
|
|
"bacon/bacon-qr-code": "2.*",
|
2023-04-23 22:57:00 -05:00
|
|
|
"diglactic/laravel-breadcrumbs": "^8.1",
|
2021-01-10 23:13:45 -06:00
|
|
|
"doctrine/dbal": "3.*",
|
2023-01-08 21:00:28 -06:00
|
|
|
"gdbots/query-parser": "^3.0",
|
2023-08-27 22:06:01 -05:00
|
|
|
"guzzlehttp/guzzle": "^7.8",
|
2022-03-30 13:09:19 -05:00
|
|
|
"jc5/google2fa-laravel": "^2.0",
|
2020-12-20 03:41:55 -06:00
|
|
|
"jc5/recovery": "^2",
|
2023-02-23 22:53:32 -06:00
|
|
|
"laravel/framework": "^10",
|
2022-08-28 22:53:27 -05:00
|
|
|
"laravel/passport": "11.*",
|
2023-09-10 22:45:07 -05:00
|
|
|
"laravel/sanctum": "^3.3",
|
2023-09-16 01:44:20 -05:00
|
|
|
"laravel/slack-notification-channel": "^3.0",
|
2023-05-21 23:18:35 -05:00
|
|
|
"laravel/ui": "^4.2",
|
2021-07-25 22:01:09 -05:00
|
|
|
"league/commonmark": "2.*",
|
2023-08-06 22:26:17 -05:00
|
|
|
"league/csv": "^9.10",
|
2019-03-02 13:14:45 -06:00
|
|
|
"league/fractal": "0.*",
|
2023-07-02 22:52:51 -05:00
|
|
|
"nunomaduro/collision": "^7.7",
|
2020-07-28 13:17:51 -05:00
|
|
|
"pragmarx/google2fa": "^8.0",
|
2023-06-19 00:13:33 -05:00
|
|
|
"predis/predis": "^2.2",
|
2022-04-03 22:00:42 -05:00
|
|
|
"psr/log": "<4",
|
2023-01-01 21:00:25 -06:00
|
|
|
"ramsey/uuid": "^4.7",
|
2022-03-13 22:00:58 -05:00
|
|
|
"rcrowe/twigbridge": "^0.14",
|
2023-06-04 08:16:17 -05:00
|
|
|
"spatie/laravel-html": "^3.2",
|
2023-02-23 22:53:32 -06:00
|
|
|
"spatie/laravel-ignition": "^2",
|
2023-04-26 04:31:46 -05:00
|
|
|
"spatie/period": "^2.4",
|
2024-03-06 16:50:16 -06:00
|
|
|
"symfony/expression-language": "^6.3",
|
2023-07-30 23:39:38 -05:00
|
|
|
"symfony/http-client": "^6.3",
|
2023-07-30 22:42:42 -05:00
|
|
|
"symfony/mailgun-mailer": "^6.3",
|
2023-03-04 00:35:51 -06:00
|
|
|
"therobfonz/laravel-mandrill-driver": "^5.0"
|
2021-09-23 12:56:27 -05:00
|
|
|
},
|
2021-09-23 13:07:34 -05:00
|
|
|
"require-dev": {
|
|
|
|
"barryvdh/laravel-ide-helper": "2.*",
|
2023-08-20 22:25:35 -05:00
|
|
|
"ergebnis/phpstan-rules": "^2.1",
|
2021-09-23 13:07:34 -05:00
|
|
|
"fakerphp/faker": "1.*",
|
2022-10-30 06:02:56 -05:00
|
|
|
"filp/whoops": "2.*",
|
2021-09-23 13:07:34 -05:00
|
|
|
"mockery/mockery": "1.*",
|
2023-04-23 23:18:39 -05:00
|
|
|
"nunomaduro/larastan": "^2.6",
|
2023-02-26 21:56:30 -06:00
|
|
|
"phpstan/phpstan": "^1.10",
|
2023-03-20 00:09:25 -05:00
|
|
|
"phpstan/phpstan-deprecation-rules": "^1.1",
|
2022-10-30 06:02:56 -05:00
|
|
|
"phpstan/phpstan-strict-rules": "^1.4",
|
2023-02-23 22:53:32 -06:00
|
|
|
"phpunit/phpunit": "^10",
|
2022-10-30 06:02:56 -05:00
|
|
|
"thecodingmachine/phpstan-strict-rules": "^1.0"
|
2021-09-23 13:07:34 -05:00
|
|
|
},
|
2020-12-20 03:32:23 -06:00
|
|
|
"suggest": {
|
|
|
|
},
|
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": {
|
|
|
|
"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": [
|
2023-04-16 00:33:12 -05:00
|
|
|
"@php artisan config:clear",
|
|
|
|
"@php artisan route:clear",
|
|
|
|
"@php artisan twig:clean",
|
|
|
|
"@php artisan view:clear",
|
|
|
|
"@php artisan clear-compiled",
|
2019-03-24 03:23:00 -05:00
|
|
|
"@php artisan cache:clear",
|
2023-04-16 00:33:12 -05:00
|
|
|
"@php artisan firefly-iii:upgrade-database",
|
|
|
|
"@php artisan firefly-iii:correct-database",
|
|
|
|
"@php artisan firefly-iii:report-integrity",
|
|
|
|
"@php artisan passport:install",
|
|
|
|
"@php artisan firefly:instructions update"
|
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"
|
2023-07-03 09:08:24 -05:00
|
|
|
],
|
|
|
|
"unit-test": [
|
2023-07-03 09:37:11 -05:00
|
|
|
"@php vendor/bin/phpunit -c phpunit.xml --testsuite unit --no-coverage"
|
2023-07-03 09:08:24 -05:00
|
|
|
],
|
|
|
|
"integration-test": [
|
2023-07-03 09:37:11 -05:00
|
|
|
"@php vendor/bin/phpunit -c phpunit.xml --testsuite integration --no-coverage"
|
|
|
|
],
|
|
|
|
"coverage": [
|
|
|
|
"@php vendor/bin/phpunit -c phpunit.xml --testsuite unit"
|
2018-06-06 14:23:17 -05:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
2022-05-30 23:17:16 -05:00
|
|
|
"platform": {
|
2023-01-07 00:53:25 -06:00
|
|
|
"php": "8.2"
|
2022-05-30 23:17:16 -05:00
|
|
|
},
|
2018-06-06 14:23:17 -05:00
|
|
|
"preferred-install": "dist",
|
|
|
|
"sort-packages": true,
|
2022-01-09 01:05:07 -06:00
|
|
|
"optimize-autoloader": true,
|
|
|
|
"allow-plugins": {
|
|
|
|
"composer/package-versions-deprecated": true
|
|
|
|
}
|
2018-06-06 14:23:17 -05:00
|
|
|
}
|
2014-06-28 02:41:44 -05:00
|
|
|
}
|