{
    "name": "webimpian/bayarcash-for-fluent-forms",
    "description": "Bayarcash payment gateway integration for Fluent Forms",
    "type": "wordpress-plugin",
    "license": "GPL-3.0-or-later",
    "require": {
        "php": ">=7.4",
        "webimpian/bayarcash-php-sdk": "^1.2"
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true,
        "platform": {
            "php": "7.4"
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}