{
    "name": "urhitech/urhitech-sms-php",
    "description": "PHP SDK for the Urhitech Bulk SMS API",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "sefakor20",
            "email": "sefakorhom2012@gmail.com"
        }
    ],
    "minimum-stability": "stable",
    "autoload": {
        "psr-4": {
            "Urhitech\\": "src/"
        }
    },
    "require": {
        "php": ">=5.3.0",
        "ext-curl": "*"
    }
}
