{
	"name": "typo3/cms-install",
	"type": "typo3-cms-framework",
	"description": "TYPO3 CMS Install Tool - The Install Tool is used for installation, upgrade, system administration and setup tasks.",
	"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/",
		"rss": "https://news.typo3.com/rss/",
		"chat": "https://typo3.community/meet/slack/",
		"security": "https://typo3.org/security/"
	},
	"config": {
		"sort-packages": true
	},
	"require": {
		"doctrine/dbal": "~4.4.4",
		"guzzlehttp/promises": "^2.0.3 || ^3.0",
		"nikic/php-parser": "^5.4.0",
		"symfony/finder": "^7.4.8",
		"symfony/http-foundation": "^7.4.13",
		"typo3/cms-core": "14.3.7",
		"typo3/cms-extbase": "14.3.7",
		"typo3/cms-fluid": "14.3.7"
	},
	"conflict": {
		"typo3/cms": "*"
	},
	"extra": {
		"branch-alias": {
			"dev-main": "14.3.x-dev"
		},
		"typo3/cms": {
			"Package": {
				"serviceProvider": "TYPO3\\CMS\\Install\\ServiceProvider",
				"protected": true,
				"partOfFactoryDefault": true,
				"partOfMinimalUsableSystem": true
			},
			"extension-key": "install"
		}
	},
	"autoload": {
		"psr-4": {
			"TYPO3\\CMS\\Install\\": "Classes/"
		}
	}
}
