{
  "name": "cleentfaar/slack-bundle",
  "description": "This bundle provides integration with the Slack API library, allowing you to interact with the Slack API from within your Symfony projects",
  "keywords": [
    "slack",
    "api",
    "symfony",
    "bundle"
  ],
  "type": "symfony-bundle",
  "license": "MIT",
  "authors": [
    {
      "name": "Cas Leentfaar",
      "homepage": "https://github.com/cleentfaar",
      "email": "info@casleentfaar.com"
    }
  ],
  "require": {
    "php": ">=5.5",
    "cleentfaar/slack": "~0.20",
    "symfony/framework-bundle": "^2.3|^3.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^4.0|^5.0",
    "matthiasnoback/symfony-config-test": "^0.2",
    "matthiasnoback/symfony-dependency-injection-test": "^0.7"
  },
  "suggest": {
    "cleentfaar/slack-cli": "Command-line application for interacting with the Slack API"
  },
  "autoload": {
    "psr-4": {
      "CL\\Bundle\\SlackBundle\\": ""
    }
  },
  "config": {
    "bin-dir": "bin"
  }
}
