{
  "name": "laravelcollective/remote",
  "description": "Remote for The Laravel Framework.",
  "license": "MIT",
  "homepage": "http://laravelcollective.com",
  "support": {
    "issues": "https://github.com/LaravelCollective/remote/issues",
    "source": "https://github.com/LaravelCollective/remote"
  },
  "authors": [
    {
      "name": "Taylor Otwell",
      "email": "taylorotwell@gmail.com"
    },
    {
      "name": "Tom Shafer",
      "email": "tj@tjshafer.com"
    }
  ],
  "require": {
    "php": ">=5.5.9",
    "illuminate/support": "5.2.*",
    "illuminate/filesystem": "5.2.*",
    "phpseclib/phpseclib": "^2.0"
  },
  "require-dev": {
    "illuminate/console": "5.2.*",
    "mockery/mockery": "~0.9",
    "phpunit/phpunit": "~4.0"
  },
  "autoload": {
    "psr-4": {
      "Collective\\Remote\\": "src/"
    }
  }
}
