{
    "name": "jclg/php-slack-bot",
    "description": "Slack bot user written in PHP",
    "homepage": "https://github.com/jclg/php-slack-bot",
    "require": {
        "devristo/phpws": "dev-master",
        "react/http": "dev-master"
    },
    "authors": [
        {
            "name": "jclg",
            "email": "jeancharleslegoff@gmail.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "PhpSlackBot\\": "src/PhpSlackBot"
        }
    }
}
