{
    "name": "relaypay-official\/merchant-php-sdk",
    "description": "Relay Pay PHP SDK",
    "type": "library",
    "license": "GPL-3.0",
    "authors": [
        {
            "name": "V\u00e1clav Greif",
            "email": "info@vaclavgreif.cz"
        }
    ],
    "repositories": [
        {
            "type": "vcs",
            "url": "https:\/\/github.com\/vaclavgreif\/cuzzle"
        }
    ],
    "require": {
        "relaypay-official\/merchant-php-client": "dev-main"
    },
    "require-dev": {
        "namshi\/cuzzle": "dev-master"
    },
    "autoload": {
        "psr-4": {
            "RelayPayDeps\\RelayPay\\SDK\\": "src\/"
        }
    }
}