{
    "name": "tzsk/payu",
    "type": "library",
    "description": "PayU India Payment Gateway Integration for Laravel.",
    "keywords": [
        "tzsk",
        "payu",
        "payment",
        "geteway",
        "verification",
        "laravel payu",
        "payment gateway",
        "payu payment gateway",
        "laravel 5 payment gateway",
        "payu gateway with verification",
        "payu payment verification laravel"
    ],
    "homepage": "https://github.com/tzsk/payu",
    "license": "MIT",
    "authors": [
        {
            "name": "Kazi Mainuddin Ahmed",
            "email": "mailtokmahmed@gmail.com",
            "homepage": "https://github.com/tzsk",
            "role": "Developer"
        }
    ],
    "require": {
        "php" : "^7.2",
        "illuminate/support": "~5.7|~5.8|^6.0|^7.0",
        "guzzlehttp/guzzle": "~6.2"
    },
    "require-dev": {
        "orchestra/testbench": "~3.7|~3.8|^4.0|^5.0",
        "phpunit/phpunit": "^8.0"
    },
    "autoload": {
        "psr-4": {
            "Tzsk\\Payu\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tzsk\\Payu\\Tests\\": "tests"
        }
    },
    "scripts": {
        "test": "phpunit"
    },
    "extra": {
        "laravel": {
            "providers": [
                "Tzsk\\Payu\\Provider\\PayuServiceProvider"
            ],
            "aliases": {
                "Payment": "Tzsk\\Payu\\Facade\\Payment"
            }
        },
        "branch-alias": {
            "dev-master": "1.0-dev"
        }
    },
    "config": {
        "sort-packages": true
    }
}
