{
    "name": "pishran/zarinpal",
    "description": "Zarinpal library for Laravel.",
    "keywords": [
        "laravel",
        "zarinpal",
        "payment"
    ],
    "homepage": "https://github.com/pishran/zarinpal",
    "license": "MIT",
    "authors": [
        {
            "name": "Farid Aghili",
            "email": "farid@pishranit.ir",
            "homepage": "https://www.faridaghili.ir",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^7.2|^8.0",
        "laravel/framework": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
    },
    "autoload": {
        "psr-4": {
            "Pishran\\Zarinpal\\": "src/"
        },
        "files": [
            "src/helpers.php"
        ]
    },
    "extra": {
        "laravel": {
            "providers": [
                "Pishran\\Zarinpal\\ServiceProvider"
            ]
        }
    }
}
