{
    "name": "faizpay/php-payment-sdk",
    "description": "SDK for working with FaizPay payment APIs.",
    "type": "library",
    "authors": [
        {
            "name": "FaizPay",
            "email": "support@faizpay.com"
        }
    ],
    "license": "MIT",
    "require": {
        "firebase/php-jwt": "^5.2",
        "ext-json": "*"
    },
    "autoload": {
        "psr-4": {
            "FaizPay\\PaymentSDK\\": "src"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^8"
    }
}
