{
    "name": "squareboat/sneaker",
    "description": "An easy way to send emails with stack trace whenever an exception occurs on the server for Laravel Applications.",
    "type": "library",
    "license": "MIT",
    "keywords": ["laravel", "exceptions", "email"],
    "authors": [
        {
            "name": "Amit Gupta",
            "email": "akaamitgupta@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.4.0",
        "illuminate/support": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*",
        "illuminate/view": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*",
        "illuminate/config": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*",
        "illuminate/mail": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*",
        "illuminate/log": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*",
        "symfony/debug": "~3.1|~3.2|~4.0"
    },
    "autoload": {
        "psr-4": {
            "SquareBoat\\Sneaker\\": "src/"
        }
    },
    "minimum-stability": "dev",
    "extra": {
        "laravel": {
            "providers": [
                "SquareBoat\\Sneaker\\SneakerServiceProvider"
            ]
        }
    }
}
