{
    "name": "waughj/html-attribute",
    "description": "Simple class for encapsulating an HTML attribute",
    "keywords": [ "attribute", "HTML" ],
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Jaimeson Waugh",
            "email": "waughjai@gmail.com"
        }
    ],
    "type": "project",
    "require": {
		"php": ">=7.0"
    },
    "require-dev": {
		"phpunit/phpunit": "6.*"
    },
    "autoload": {
        "psr-4": {
            "WaughJ\\HTMLAttribute\\": "src/"
        }
    }
}
