{
	"name":"premium-contao-themes/pct_theme_installer",
	"description":"Installation manager for the Premium Contao Themes: Eclipse, Eclipse + CustomCatalog Bundle. https://www.premium-contao-themes.com/",
	"keywords":["contao","themes","premiumcontaothemes","premium-contao-themes"],
	"type":"contao-module",
    "homepage":"https://github.com/timgatzky/pct_theme_installer",
	"license": "LGPL-3.0+",
	"authors":
	[
		{
			"name":"Tim Gatzky",
			"homepage":"http://www.tim-gatzky.de",
			"role":"Interaction-Designer,Developer"
		},
		{
			"name":"Thomas Löschnigg alias Premium Contao Themes",
			"homepage":"http://www.premium-contao-themes.com",
			"role":"Graphic-Designer,Developer"
		}
	],
	"support":
	{
		"issues":"https://github.com/timgatzky/pct_theme_installer/issues",
		"source":"https://github.com/timgatzky/pct_theme_installer",
		"forum":"https://forum.premium-contao-themes.com"
	},
	"require":
	{
		"php":">=5.6",
        "contao/core-bundle":"^3.5 || ~4.4",
        "contao-community-alliance/composer-plugin":"~2.4 || ~3.0"
	},
	"require-dev": 
	{
		"contao/manager-plugin": "^2.0"
	},
	"replace":
	{
		"contao-legacy/pct_theme_installer":"self.version"
	},	
	"autoload": 
	{
        "psr-0": 
        {
            "PCT\\ThemeInstaller\\": "PCT/"
        }
    },
	"extra":
	{
		"contao": 
		{
            "sources": 
            {
                "system/modules/pct_theme_installer": "system/modules/pct_theme_installer"
            }
        }
	}
}
