{
    "name": "intasend/intasend-php",
    "description": "The official PHP SDK for IntaSend Payment Gateway",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Kishan",
            "email": "kishanmpatel00@gmail.com"
        }
    ],
    "require": {
        "php": ">=7.0"
    },
    "autoload": {
        "psr-4": {
            "IntaSend\\IntaSendPHP\\": "src/"
        }
    },
    "prefer-stable": true,
    "minimum-stability": "stable"
}
