{
    "name": "forumpay/payment-gateway-php-client",
    "description": "Payment Gateway PHP Api Client",
    "type": "library",
    "license": "MIT",
    "require": {
        "php": ">=7.4",
        "ext-curl": "*",
        "psr/log": ">=1.1.4",
        "ext-json": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.6.0",
        "symplify/easy-coding-standard": "^9.3.10"
    },
    "autoload": {
        "psr-4": {
            "ForumPay\\PaymentGateway\\PHPClient\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "ForumPay\\PaymentGateway\\PHPClient\\Test\\": "tests/"
        }
    }
}
