{
    "name": "infossel/finlend",
    "description": "FinLend Core — multi-entity NBFC / Nidhi / Microfinance lending platform for Indian regulated lenders",
    "type": "project",
    "license": "proprietary",
    "require": {
        "php": ">=8.2",
        "ext-pdo": "*",
        "ext-pdo_mysql": "*",
        "ext-openssl": "*",
        "ext-json": "*",
        "ext-mbstring": "*",
        "ext-bcmath": "*",
        "ext-curl": "*",
        "vlucas/phpdotenv": "^5.6",
        "monolog/monolog": "^3.6",
        "phpmailer/phpmailer": "^6.9",
        "ramsey/uuid": "^4.7"
    },
    "require-dev": {
        "phpunit/phpunit": "^11.0",
        "squizlabs/php_codesniffer": "^3.10"
    },
    "autoload": {
        "psr-4": { "FinLend\\": "src/" },
        "files": [ "src/Support/helpers.php" ]
    },
    "autoload-dev": {
        "psr-4": { "FinLend\\Tests\\": "tests/" }
    },
    "scripts": {
        "test": "phpunit --colors=always",
        "lint": "phpcs --standard=PSR12 src/",
        "migrate": "php src/Console/migrate.php",
        "eod": "php src/Console/run_eod.php"
    },
    "config": { "optimize-autoloader": true, "sort-packages": true }
}
