{
    "name": "zfhassaan/easypaisa",
    "description": "Unlock the power of EasyPaisa Payment Gateway in Laravel 9 and Laravel 10. Accept payments seamlessly and securely, empowering your business to thrive in the digital era. Experience hassle-free integration and provide a seamless checkout experience for your customers.",
    "type": "library",
    "require": {
        "php": "^8.1",
        "guzzlehttp/guzzle": "^7.7"
    },
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Zfhassaan\\Easypaisa\\": "src/"
        }
    },
    "authors": [
        {
            "name": "Hassaan Ali",
            "email": "zfhassaan@gmail.com"
        }
    ],
    "extra": {
        "laravel": {
            "providers": [
                "Zfhassaan\\Easypaisa\\EasyPaisaServiceProvider"
            ],
            "aliases": {
                "easypaisa": "Zfhassaan\\Easypaisa\\Facade\\EasypaisaFacade"
            }
        }
    },
    "minimum-stability": "stable"
}
