{
    "name": "payer-auth-demo",
    "description": "A demo project for demonstrating Payer Authentication Setup API functionality.",
    "type": "project",
    "require": {
        "cybersource/cybersource-rest-client-php": "^1.0"
    },
    "autoload": {
        "psr-4": {
            "": "src/"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^9.0"
    },
    "minimum-stability": "stable",
    "prefer-stable": true,
    "scripts": {
        "test": "phpunit"
    },
    "license": "MIT"
}