{
    "name": "smsapi.com/php-client",
    "description": "Library for communicating with provider",
    "homepage": "http://smsapi.com",
    "type": "library",
    "license": "Apache-2.0",
    "keywords": ["sms"],
    "autoload": {
        "psr-4": {
            "SMSApi\\": "smsapi"
        },
        "classmap": ["smsapi"]
    },
    "autoload-dev": {
        "psr-0": {
            "": "test/Integration",
            "SMSApi\\": "test/Unit/smsapi"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "4.1.*",
        "apigen/apigen": "~4.0"
    }
}
