{
    "name": "web2sms/sms",
    "description": "Set of library provides easy implementing to send SMS from any applications written in the PHP language via WEB2SMS services",
    "type": "library",
    "license": "Apache-2.0",
    "authors": [
        {
            "name": "WEB2SMS SRL",
            "email": "contact@web2sms.ro"
        }
    ],
    "minimum-stability": "dev",
    "require": {
        "php": ">=5.5",
        "ext-dom": "*"
    },
    "autoload": {
        "psr-4": {
            "Web2sms\\Sms\\": "src/"
        }
    }
}