{
    "name": "firefly-iii/api-support-classes",
    "type": "library",
    "description": "API support classes",
    "homepage": "https://github.com/firefly-iii/api-support-classes",
    "license": "AGPL-3.0-or-later",
    "authors": [
        {
            "name": "James Cole",
            "email": "james@firefly-iii.org",
            "homepage": "https://github.com/JC5",
            "role": "Developer"
        }
    ],
    "keywords": [
        "firefly iii",
        "firefly-iii",
        "firefly",
        "api",
        "api support",
        "import",
        "importing",
        "tool",
        "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"
    ],
    "readme": "README.md",
    "support": {
        "email": "james@firefly-iii.org",
        "issues": "https://github.com/firefly-iii/firefly-iii/issues",
        "forum": "https://reddit.com/r/FireflyIII",
        "source": "https://github.com/firefly-iii/api-support-classes",
        "docs": "https://docs.firefly-iii.org/"
    },
    "funding": [
      {
        "type": "patreon",
        "url": "https://www.patreon.com/JC5"
      },
      {
        "type": "github",
        "url": "https://github.com/sponsors/JC5"
      }
    ],
    "require": {
        "php": ">=8.3",
        "guzzlehttp/guzzle": "^7",
        "illuminate/support": "^12|^13",
        "ext-json": "*"
    },
    "require-dev": {
        "phpunit/phpunit" : ">=10.0",
        "squizlabs/php_codesniffer": "^3.0"
    },
    "autoload": {
        "psr-4": {
            "GrumpyDictator\\FFIIIApiSupport\\": "src"
        }
    },
    "scripts": {
        "test": "phpunit",
        "check-style": "phpcs src tests",
        "fix-style": "phpcbf src tests"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0-dev"
        }
    },
    "config": {
        "sort-packages": true
    }
}
