firefly-iii/composer.json

194 lines
4.9 KiB
JSON
Raw Normal View History

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",
"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": {
"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": "*",
"ext-iconv": "*",
2018-06-06 14:23:17 -05:00
"ext-intl": "*",
2018-10-13 08:06:56 -05:00
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
2019-12-07 10:44:33 -06:00
"ext-pdo": "*",
"ext-session": "*",
"ext-simplexml": "*",
"ext-sodium": "*",
2019-03-16 13:39:39 -05:00
"ext-tokenizer": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"bacon/bacon-qr-code": "2.*",
"diglactic/laravel-breadcrumbs": "^8.1",
"doctrine/dbal": "3.*",
"gdbots/query-parser": "^3.0",
"guzzlehttp/guzzle": "^7.7",
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",
"laravel/passport": "11.*",
"laravel/sanctum": "^3.2",
2022-09-24 04:43:39 -05:00
"laravel/slack-notification-channel": "^2.4",
"laravel/ui": "^4.2",
"league/commonmark": "2.*",
"league/csv": "^9.7",
2019-03-02 13:14:45 -06:00
"league/fractal": "0.*",
"nunomaduro/collision": "^7.7",
"pragmarx/google2fa": "^8.0",
"predis/predis": "^2.2",
"psr/log": "<4",
"ramsey/uuid": "^4.7",
"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",
"spatie/period": "^2.4",
"symfony/http-client": "^6.2",
"symfony/mailgun-mailer": "^6.2",
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.*",
"ergebnis/phpstan-rules": "^2.0",
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.*",
"nunomaduro/larastan": "^2.6",
"phpstan/phpstan": "^1.10",
"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"
],
"unit-test": [
2023-07-03 09:37:11 -05:00
"@php vendor/bin/phpunit -c phpunit.xml --testsuite unit --no-coverage"
],
"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": {
"platform": {
2023-01-07 00:53:25 -06:00
"php": "8.2"
},
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
}