{
	"name"        : "justintadlock/hybrid-customize",
	"description" : "Additional WordPress customizer controls and settings for the Hybrid Core framework.",
	"keywords"    : [ "wordpress" ],
	"homepage"    : "https://github.com/justintadlock/hybrid-customize",
	"license"     : "GPL-2.0-or-later",
	"authors"     : [
		{
			"name"     : "Justin Tadlock",
			"email"    : "justintadlock@gmail.com",
			"homepage" : "https://themehybrid.com",
			"role"     : "Developer"
		}
	],
	"support"     : {
		"issues" : "https://github.com/justintadlock/hybrid-customize/issues",
		"forum"  : "https://themehybrid.com/board/topics"
	},
	"autoload"    : {
		"psr-4" : {
			"Hybrid\\Customize\\" : "src/"
		}
	},
	"require"     : {
		"php" : ">=5.6",
                "justintadlock/hybrid-core" : "^5.0.0"
	}
}
