{
  "name": "pingpong/support",
  "description": "Support Component of Pingpong Sky Package",
  "license": "BSD-3-Clause",
  "authors": [
    {
      "name": "Pingpong Labs",
      "email": "pingpong.labs@gmail.com"
    }
  ],
  "require": {
    "php": ">=5.4.0",
    "illuminate/filesystem": "5.2.*",
    "illuminate/support": "5.2.*",
    "erusev/parsedown-extra": "0.7.*"
  },
  "autoload": {
    "psr-4": {
      "Pingpong\\Support\\": ""
    },
    "files": [
      "helpers.php"
    ]
  },
  "minimum-stability": "stable"
}
