{
    "name": "fintech/core-backend",
    "description": "Production-ready fintech backend foundation - Core PHP 8+ / MySQL",
    "type": "project",
    "require": {
        "php": ">=8.1",
        "firebase/php-jwt": "^6.10"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/"
        },
        "files": ["app/Support/helpers.php"]
    },
    "minimum-stability": "stable"
}
