{
    "name": "payu/apple-pay",
    "description": "ApplePay Token Decoder",
    "type": "library",
    "license": "Apache-2.0",
    "keywords": ["php", "apple-pay", "openssl", "decryption"],
    "homepage": "https://github.com/PayU/apple-pay",
    "authors": [
        {
            "name": "PayU Romania",
            "homepage": "https://www.payu.ro/",
            "email": "support@payu.ro"
        }
    ],
    "autoload": {
        "psr-4": {
            "PayU\\":  "src/"
        }
    },
    "require": {
        "php": "^7.4|^8.0",
        "ext-openssl": "*",
        "phpseclib/phpseclib": "^3.0",
        "spomky-labs/php-aes-gcm": "^1.2",
        "symfony/process": "^4.1|^5.0|^6.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^7.5|^9.0",
        "phpstan/phpstan": "^1.8"
    }
}
