{
    "name": "kirki-framework/control-custom",
    "type": "library",
    "description": "Custom control for the Kirki Customizer framework.",
    "keywords": ["wordpress","customizer","framework"],
    "homepage": "https://kirki.org",
    "license": "MIT",
    "authors": [
        {
            "name": "Kirki Framework",
            "email": "connect@mapsteps.com"
        }
    ],
    "require": {
        "php": ">=7.0",
        "kirki-framework/control-base": "*"
    },
    "autoload": {
		"psr-4": {
			"Kirki\\Control\\": "src/Control",
			"Kirki\\Field\\": "src/Field"
        }
    }
}
