{
	"name": "centor/site",
	"description": "Centor",
	"type": "typo3-cms-extension",
	"license": "GPL-2.0-or-later",
	"require": {
		"php": "^8.5",
		"voku/html-min": "^5.0",
		"typo3/cms-core": "^14.3",
		"georgringer/news": "^14.0",
		"friendsoftypo3/tt-address": "^10.0",
		"tijsverkoyen/css-to-inline-styles": "^2.4",
		"km2/http-api": "^2.0",
		"centor/base": "*",
		"centor/locations": "*",
		"centor/downloads": "*",
		"km2/gorecaptcha": "*"
	},
	"autoload": {
		"psr-4": {
			"Centor\\Site\\": "Classes"
		}
	},
	"extra": {
		"typo3/cms": {
			"extension-key": "site"
		}
	}
}
