{
    "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.6.4",
        "illuminate/support": "5.3.*",
        "illuminate/filesystem": "5.3.*",
        "phpseclib/phpseclib": "^2.0"
    },
    "require-dev": {
        "illuminate/console": "5.3.*",
        "mockery/mockery": "~0.9.4",
        "phpunit/phpunit": "~5.4"
    },
    "autoload": {
        "psr-4": {
            "Collective\\Remote\\": "src/"
        }
    }
}
