{
    "name": "snowfire/beautymail",
    "description": "Send beautiful html emails with Laravel",
	"keywords": ["laravel", "html", "email"],
    "license": "MIT",
    "authors": [
        {
            "name": "Emil Sundberg",
            "email": "emil@snowfire.net"
        }
    ],
    "require": {
        "php": ">=5.4.0",
        "illuminate/support": "4.*|5.*|^6.0.0|^7.0.0|^8.0.0",
	"pelago/emogrifier": "^3.0"
    },
    "autoload": {
        "psr-0": {
            "Snowfire\\Beautymail\\": "src/"
        }
    },
    "minimum-stability": "stable",
    "extra": {
        "laravel": {
            "providers": [
                "Snowfire\\Beautymail\\BeautymailServiceProvider"
            ]
        }
    }
}
