{
	"name": "typo3/cms-workspaces",
	"type": "typo3-cms-framework",
	"description": "TYPO3 CMS Workspaces - Workflows with custom stages and versioning for a better editing and publishing experience.",
	"homepage": "https://typo3.community/",
	"funding": [
		{
			"type": "membership",
			"url": "https://typo3.org/membership"
		}
	],
	"license": [
		"GPL-2.0-or-later"
	],
	"authors": [
		{
			"name": "TYPO3 Core Team",
			"email": "typo3cms@typo3.org",
			"role": "Developer"
		}
	],
	"support": {
		"issues": "https://forge.typo3.org/issues/",
		"forum": "https://talk.typo3.org/",
		"source": "https://github.com/TYPO3/typo3/",
		"docs": "https://docs.typo3.org/c/typo3/cms-workspaces/main/en-us/",
		"rss": "https://news.typo3.com/rss/",
		"chat": "https://typo3.community/meet/slack/",
		"security": "https://typo3.org/security/"
	},
	"config": {
		"sort-packages": true
	},
	"require": {
		"typo3/cms-core": "14.3.0"
	},
	"conflict": {
		"typo3/cms": "*"
	},
	"replace": {
		"typo3/cms-version": "self.version"
	},
	"extra": {
		"branch-alias": {
			"dev-main": "14.3.x-dev"
		},
		"typo3/cms": {
			"extension-key": "workspaces"
		}
	},
	"autoload": {
		"psr-4": {
			"TYPO3\\CMS\\Workspaces\\": "Classes/"
		}
	}
}
