{
    "name": "waughj/wp-theme-option",
    "description": "Classes for simplifying the creation of theme options, option sections, & option pages.",
    "keywords": [ "wordpress", "option", "theme", "generator" ],
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Jaimeson Waugh",
            "email": "waughjai@gmail.com"
        }
    ],
    "type": "library",
    "require": {
		"php": ">=7.0",
		"waughj/test-hash-item": ">=1.0.1",
		"waughj/verified-arguments-same-type": "*"
    },
    "require-dev": {
		"phpunit/phpunit": "6.*"
    },
    "autoload": {
        "psr-4": {
            "WaughJ\\WPThemeOption\\": "src/"
        }
    }
}
