{
    "name": "websvc/php-rocketchat-webhooks",
    "type": "library",
    "description": "A PHP interface to send requests to Rocket Chat incoming webhooks.",
    "version": "1.0.0",
    "require": {
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Nelson Dias",
            "homepage": "https://github.com/websvcPT/php-rocketchat-webhooks"
        }
    ],
    "autoload": {
        "psr-4": {
            "PhpRocketChatWebhooks\\": "src/"
        }
    }
}
