{
    "name": "pelago/emogrifier",
    "description": "Converts CSS styles into inline style attributes in your HTML code",
    "keywords": [
        "email",
        "css",
        "pre-processing"
    ],
    "homepage": "https://www.myintervals.com/emogrifier.php",
    "license": "MIT",
    "authors": [
        {
            "name": "Oliver Klee",
            "email": "github@oliverklee.de"
        },
        {
            "name": "Zoli Szabó",
            "email": "zoli.szabo+github@gmail.com"
        },
        {
            "name": "John Reeve",
            "email": "jreeve@pelagodesign.com"
        },
        {
            "name": "Jake Hotson",
            "email": "jake@qzdesign.co.uk"
        },
        {
            "name": "Cameron Brooks"
        },
        {
            "name": "Jaime Prado"
        }
    ],
    "support": {
        "issues": "https://github.com/MyIntervals/emogrifier/issues",
        "source": "https://github.com/MyIntervals/emogrifier"
    },
    "require": {
        "php": ">=5.4.0,<=7.3.99"
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "^3.3.0",
        "phpunit/phpunit": "4.8.27"
    },
    "autoload": {
        "psr-4": {
            "Pelago\\": "Classes/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.1.x-dev"
        }
    }
}
