{
    "name": "jhapatechnical/license-server",
    "type": "project",
    "description": "JHAPATECHNICAL license server for Laravel Matrimonial Portal and other JHAPATECHNICAL products",
    "license": "proprietary",
    "require": {
        "php": "^8.3",
        "ext-sodium": "*",
        "laravel/framework": "^12.0"
    },
    "require-dev": {
        "fakerphp/faker": "^1.23",
        "phpunit/phpunit": "^11.5"
    },
    "autoload": {
        "psr-4": {"App\\": "app/", "Database\\Seeders\\": "database/seeders/"}
    },
    "autoload-dev": {"psr-4": {"Tests\\": "tests/"}},
    "scripts": {
        "post-autoload-dump": ["Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi"]
    },
    "config": {"optimize-autoloader": true, "sort-packages": true},
    "minimum-stability": "stable",
    "prefer-stable": true
}
