2014-06-28 09:41:44 +02:00
|
|
|
{
|
2018-06-06 21:23:17 +02: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 20:19:29 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2018-06-06 21:23:17 +02:00
|
|
|
"homepage": "https://github.com/firefly-iii/firefly-iii",
|
|
|
|
"type": "project",
|
2018-11-10 10:50:41 +01:00
|
|
|
"readme": "readme.md",
|
2018-06-06 21:23:17 +02:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "James Cole",
|
2020-01-23 19:44:52 +01:00
|
|
|
"email": "james@firefly-iii.org",
|
2018-06-06 21:23:17 +02:00
|
|
|
"homepage": "https://github.com/firefly-iii",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
2018-11-10 10:50:41 +01:00
|
|
|
"support": {
|
2020-01-23 19:44:52 +01:00
|
|
|
"email": "james@firefly-iii.org",
|
2018-11-10 10:50:41 +01:00
|
|
|
"issues": "https://github.com/firefly-iii/firefly-iii/issues",
|
2022-02-28 07:48:58 +01:00
|
|
|
"forum": "https://gitter.im/firefly-iii/firefly-iii",
|
2018-11-10 10:50:41 +01:00
|
|
|
"wiki": "https://github.com/firefly-iii/help/wiki",
|
|
|
|
"source": "https://github.com/firefly-iii/firefly-iii",
|
2020-01-03 11:29:56 +01:00
|
|
|
"docs": "https://docs.firefly-iii.org/"
|
2018-11-10 10:50:41 +01:00
|
|
|
},
|
2021-09-23 19:56:27 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "patreon",
|
|
|
|
"url": "https://www.patreon.com/JC5"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/sponsors/JC5"
|
|
|
|
}
|
|
|
|
],
|
2018-06-06 21:23:17 +02:00
|
|
|
"require": {
|
2023-01-07 07:53:25 +01:00
|
|
|
"php": ">=8.2",
|
2018-06-06 21:23:17 +02:00
|
|
|
"ext-bcmath": "*",
|
|
|
|
"ext-curl": "*",
|
2019-03-16 19:39:39 +01:00
|
|
|
"ext-fileinfo": "*",
|
2021-08-21 10:52:33 +00:00
|
|
|
"ext-iconv": "*",
|
2018-06-06 21:23:17 +02:00
|
|
|
"ext-intl": "*",
|
2018-10-13 15:06:56 +02:00
|
|
|
"ext-json": "*",
|
2021-08-21 10:52:33 +00:00
|
|
|
"ext-mbstring": "*",
|
2019-02-13 17:54:36 +01:00
|
|
|
"ext-openssl": "*",
|
2019-12-07 17:44:33 +01:00
|
|
|
"ext-pdo": "*",
|
|
|
|
"ext-session": "*",
|
2019-02-13 17:54:36 +01:00
|
|
|
"ext-simplexml": "*",
|
2021-08-21 10:52:33 +00:00
|
|
|
"ext-sodium": "*",
|
2019-03-16 19:39:39 +01:00
|
|
|
"ext-tokenizer": "*",
|
|
|
|
"ext-xml": "*",
|
2021-08-21 10:52:33 +00:00
|
|
|
"ext-xmlwriter": "*",
|
2020-07-28 13:54:57 +00:00
|
|
|
"bacon/bacon-qr-code": "2.*",
|
2023-04-24 03:57:00 +00:00
|
|
|
"diglactic/laravel-breadcrumbs": "^8.1",
|
2021-01-11 05:13:45 +00:00
|
|
|
"doctrine/dbal": "3.*",
|
2023-01-09 03:00:28 +00:00
|
|
|
"gdbots/query-parser": "^3.0",
|
2023-05-22 03:56:53 +00:00
|
|
|
"guzzlehttp/guzzle": "^7.7",
|
2022-03-30 20:09:19 +02:00
|
|
|
"jc5/google2fa-laravel": "^2.0",
|
2020-12-20 10:41:55 +01:00
|
|
|
"jc5/recovery": "^2",
|
2023-02-24 05:53:32 +01:00
|
|
|
"laravel/framework": "^10",
|
2022-08-29 03:53:27 +00:00
|
|
|
"laravel/passport": "11.*",
|
2023-01-23 05:51:09 +00:00
|
|
|
"laravel/sanctum": "^3.2",
|
2022-09-24 11:43:39 +02:00
|
|
|
"laravel/slack-notification-channel": "^2.4",
|
2023-05-22 04:18:35 +00:00
|
|
|
"laravel/ui": "^4.2",
|
2021-07-26 03:01:09 +00:00
|
|
|
"league/commonmark": "2.*",
|
2021-11-22 03:00:54 +00:00
|
|
|
"league/csv": "^9.7",
|
2019-03-02 20:14:45 +01:00
|
|
|
"league/fractal": "0.*",
|
2023-07-03 03:52:51 +00:00
|
|
|
"nunomaduro/collision": "^7.7",
|
2020-07-28 18:17:51 +00:00
|
|
|
"pragmarx/google2fa": "^8.0",
|
2023-06-19 05:13:33 +00:00
|
|
|
"predis/predis": "^2.2",
|
2022-04-04 03:00:42 +00:00
|
|
|
"psr/log": "<4",
|
2023-01-02 03:00:25 +00:00
|
|
|
"ramsey/uuid": "^4.7",
|
2022-03-14 03:00:58 +00:00
|
|
|
"rcrowe/twigbridge": "^0.14",
|
2023-06-04 15:16:17 +02:00
|
|
|
"spatie/laravel-html": "^3.2",
|
2023-02-24 05:53:32 +01:00
|
|
|
"spatie/laravel-ignition": "^2",
|
2023-04-26 11:31:46 +02:00
|
|
|
"spatie/period": "^2.4",
|
2023-05-01 03:56:27 +00:00
|
|
|
"symfony/http-client": "^6.2",
|
2023-05-01 07:46:51 +00:00
|
|
|
"symfony/mailgun-mailer": "^6.2",
|
2023-03-04 07:35:51 +01:00
|
|
|
"therobfonz/laravel-mandrill-driver": "^5.0"
|
2021-09-23 19:56:27 +02:00
|
|
|
},
|
2021-09-23 20:07:34 +02:00
|
|
|
"require-dev": {
|
|
|
|
"barryvdh/laravel-ide-helper": "2.*",
|
2023-05-08 03:56:37 +00:00
|
|
|
"ergebnis/phpstan-rules": "^2.0",
|
2021-09-23 20:07:34 +02:00
|
|
|
"fakerphp/faker": "1.*",
|
2022-10-30 12:02:56 +01:00
|
|
|
"filp/whoops": "2.*",
|
2021-09-23 20:07:34 +02:00
|
|
|
"mockery/mockery": "1.*",
|
2023-04-24 04:18:39 +00:00
|
|
|
"nunomaduro/larastan": "^2.6",
|
2023-02-27 03:56:30 +00:00
|
|
|
"phpstan/phpstan": "^1.10",
|
2023-03-20 05:09:25 +00:00
|
|
|
"phpstan/phpstan-deprecation-rules": "^1.1",
|
2022-10-30 12:02:56 +01:00
|
|
|
"phpstan/phpstan-strict-rules": "^1.4",
|
2023-02-24 05:53:32 +01:00
|
|
|
"phpunit/phpunit": "^10",
|
2022-10-30 12:02:56 +01:00
|
|
|
"thecodingmachine/phpstan-strict-rules": "^1.0"
|
2021-09-23 20:07:34 +02:00
|
|
|
},
|
2020-12-20 10:32:23 +01:00
|
|
|
"suggest": {
|
|
|
|
},
|
2018-06-06 21:23:17 +02:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2020-11-02 19:56:34 +01:00
|
|
|
"FireflyIII\\": "app/",
|
2021-03-13 12:01:01 +01:00
|
|
|
"Domain\\": "domain/",
|
2020-11-02 19:56:34 +01:00
|
|
|
"Database\\Factories\\": "database/factories/",
|
|
|
|
"Database\\Seeders\\": "database/seeders/"
|
2018-06-06 21:23:17 +02: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 07:33:12 +02:00
|
|
|
"@php artisan config:clear",
|
|
|
|
"@php artisan route:clear",
|
|
|
|
"@php artisan twig:clean",
|
|
|
|
"@php artisan view:clear",
|
|
|
|
"@php artisan clear-compiled",
|
2019-03-24 09:23:00 +01:00
|
|
|
"@php artisan cache:clear",
|
2023-04-16 07:33:12 +02: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 21:23:17 +02:00
|
|
|
],
|
|
|
|
"post-install-cmd": [
|
2021-06-11 20:19:59 +02:00
|
|
|
"@php artisan firefly:instructions install",
|
|
|
|
"@php artisan firefly-iii:verify-security-alerts"
|
2023-07-03 11:08:24 -03:00
|
|
|
],
|
|
|
|
"unit-test": [
|
2023-07-03 11:37:11 -03:00
|
|
|
"@php vendor/bin/phpunit -c phpunit.xml --testsuite unit --no-coverage"
|
2023-07-03 11:08:24 -03:00
|
|
|
],
|
|
|
|
"integration-test": [
|
2023-07-03 11:37:11 -03: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 21:23:17 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
2022-05-31 06:17:16 +02:00
|
|
|
"platform": {
|
2023-01-07 07:53:25 +01:00
|
|
|
"php": "8.2"
|
2022-05-31 06:17:16 +02:00
|
|
|
},
|
2018-06-06 21:23:17 +02:00
|
|
|
"preferred-install": "dist",
|
|
|
|
"sort-packages": true,
|
2022-01-09 08:05:07 +01:00
|
|
|
"optimize-autoloader": true,
|
|
|
|
"allow-plugins": {
|
|
|
|
"composer/package-versions-deprecated": true
|
|
|
|
}
|
2018-06-06 21:23:17 +02:00
|
|
|
}
|
2014-06-28 09:41:44 +02:00
|
|
|
}
|