{
    "name": "trustap/payment-gateway",
    "license": "proprietary",
    "description": "Integration of the Trustap Payment Gateway for the WooCommerce.",
    "autoload": {
        "psr-4": {
            "Trustap\\PaymentGateway\\": "./src"
        }
    },
    "require": {
        "jumbojett/openid-connect-php": "^0.9.6",
        "paragonie/constant_time_encoding": "^2.0"
    },
    "config": {
        "optimize-autoloader": true
    }
}