mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 08:56:39 -06:00
a4ed85d33b
Bumps [laravel/framework](https://github.com/laravel/framework) from 8.82.0 to 8.83.0. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md) - [Commits](https://github.com/laravel/framework/compare/v8.82.0...v8.83.0) --- updated-dependencies: - dependency-name: laravel/framework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
219 lines
6.7 KiB
JSON
219 lines
6.7 KiB
JSON
{
|
|
"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"
|
|
],
|
|
"license": "AGPL-3.0-or-later",
|
|
"homepage": "https://github.com/firefly-iii/firefly-iii",
|
|
"type": "project",
|
|
"readme": "readme.md",
|
|
"authors": [
|
|
{
|
|
"name": "James Cole",
|
|
"email": "james@firefly-iii.org",
|
|
"homepage": "https://github.com/firefly-iii",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "james@firefly-iii.org",
|
|
"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",
|
|
"docs": "https://docs.firefly-iii.org/"
|
|
},
|
|
"funding": [
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/JC5"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/JC5"
|
|
},
|
|
{
|
|
"type": "paypal",
|
|
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=L62W7DVD5ETPC&source=url"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8",
|
|
"ext-bcmath": "*",
|
|
"ext-curl": "*",
|
|
"ext-fileinfo": "*",
|
|
"ext-gd": "*",
|
|
"ext-iconv": "*",
|
|
"ext-intl": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-openssl": "*",
|
|
"ext-pdo": "*",
|
|
"ext-session": "*",
|
|
"ext-simplexml": "*",
|
|
"ext-sodium": "*",
|
|
"ext-tokenizer": "*",
|
|
"ext-xml": "*",
|
|
"ext-xmlwriter": "*",
|
|
"bacon/bacon-qr-code": "2.*",
|
|
"diglactic/laravel-breadcrumbs": "^7.1",
|
|
"doctrine/dbal": "3.*",
|
|
"fideloper/proxy": "4.*",
|
|
"gdbots/query-parser": "^2.0",
|
|
"guzzlehttp/guzzle": "^7.4",
|
|
"jc5/google2fa-laravel": "2.0.6",
|
|
"jc5/recovery": "^2",
|
|
"laravel/framework": "^8.83",
|
|
"laravel/passport": "10.*",
|
|
"laravel/sanctum": "^2.14",
|
|
"laravel/ui": "^3.4",
|
|
"laravelcollective/html": "6.*",
|
|
"league/commonmark": "2.*",
|
|
"league/csv": "^9.7",
|
|
"league/fractal": "0.*",
|
|
"pragmarx/google2fa": "^8.0",
|
|
"predis/predis": "^1.1",
|
|
"psr/log": "<3",
|
|
"ramsey/uuid": "^4.2",
|
|
"rcrowe/twigbridge": "^0.13",
|
|
"spatie/data-transfer-object": "^3.7"
|
|
},
|
|
"require-dev": {
|
|
"barryvdh/laravel-debugbar": "^3.6",
|
|
"barryvdh/laravel-ide-helper": "2.*",
|
|
"filp/whoops": "2.*",
|
|
"fakerphp/faker": "1.*",
|
|
"mockery/mockery": "1.*",
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"suggest": {
|
|
"directorytree/ldaprecord-laravel": "If you want to login using LDAP.",
|
|
"ext-ldap": "Needed to support LDAP."
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FireflyIII\\": "app/",
|
|
"Domain\\": "domain/",
|
|
"Database\\Factories\\": "database/factories/",
|
|
"Database\\Seeders\\": "database/seeders/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"dont-discover": []
|
|
}
|
|
},
|
|
"scripts": {
|
|
"pre-install-cmd": [
|
|
"@php -r \"if (!(getenv('DYNO'))===false){file_exists('.env') || copy('.deploy/heroku/.env.heroku', '.env');copy('.deploy/heroku/.locales', '.locales');}\""
|
|
],
|
|
"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": [
|
|
"@php artisan cache:clear",
|
|
"@php artisan firefly-iii:fix-pgsql-sequences",
|
|
"@php artisan firefly-iii:decrypt-all",
|
|
"@php artisan firefly-iii:transaction-identifiers",
|
|
"@php artisan firefly-iii:migrate-to-groups",
|
|
"@php artisan firefly-iii:account-currencies",
|
|
"@php artisan firefly-iii:transfer-currencies",
|
|
"@php artisan firefly-iii:other-currencies",
|
|
"@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",
|
|
"@php artisan firefly-iii:rename-account-meta",
|
|
"@php artisan firefly-iii:migrate-recurrence-meta",
|
|
"@php artisan firefly-iii:migrate-tag-locations",
|
|
"@php artisan firefly-iii:migrate-recurrence-type",
|
|
"@php artisan firefly-iii:upgrade-liabilities",
|
|
"@php artisan firefly-iii:create-group-memberships",
|
|
"@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",
|
|
"@php artisan firefly-iii:fix-account-order",
|
|
"@php artisan firefly-iii:rename-meta-fields",
|
|
"@php artisan firefly-iii:fix-ob-currencies",
|
|
"@php artisan firefly-iii:fix-long-descriptions",
|
|
"@php artisan firefly-iii:fix-recurring-transactions",
|
|
"@php artisan firefly-iii:unify-group-accounts",
|
|
"@php artisan firefly-iii:fix-transaction-types",
|
|
"@php artisan firefly-iii:fix-frontpage-accounts",
|
|
"@php artisan firefly-iii:fix-ibans",
|
|
"@php artisan firefly-iii:report-empty-objects",
|
|
"@php artisan firefly-iii:report-sum",
|
|
"@php artisan firefly-iii:restore-oauth-keys",
|
|
"@php artisan firefly-iii:set-latest-version --james-is-cool",
|
|
"@php artisan firefly:instructions update",
|
|
"@php artisan firefly-iii:verify-security-alerts",
|
|
"@php artisan passport:install"
|
|
],
|
|
"post-install-cmd": [
|
|
"@php artisan firefly:instructions install",
|
|
"@php artisan firefly-iii:verify-security-alerts"
|
|
]
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"optimize-autoloader": true,
|
|
"allow-plugins": {
|
|
"composer/package-versions-deprecated": true
|
|
}
|
|
}
|
|
}
|