{
	"name": "typo3/cms-extbase",
	"type": "typo3-cms-framework",
	"description": "TYPO3 CMS Extbase - Extension framework to create TYPO3 frontend plugins and TYPO3 backend modules.",
	"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/instantiator": "^1.5 || ^2.0",
		"phpdocumentor/reflection-docblock": "^6.0.3",
		"phpdocumentor/type-resolver": "^2.0.0",
		"phpstan/phpdoc-parser": "^2.1",
		"symfony/dependency-injection": "^7.4.8",
		"symfony/property-access": "^7.4.8",
		"symfony/property-info": "^7.4.15",
		"symfony/validator": "^7.4.8",
		"typo3/cms-core": "14.3.7"
	},
	"suggest": {
		"typo3/cms-scheduler": "Additional scheduler tasks"
	},
	"conflict": {
		"typo3/cms": "*"
	},
	"extra": {
		"branch-alias": {
			"dev-main": "14.3.x-dev"
		},
		"typo3/class-alias-loader": {
			"class-alias-maps": [
				"Migrations/Code/ClassAliasMap.php"
			]
		},
		"typo3/cms": {
			"Package": {
				"serviceProvider": "TYPO3\\CMS\\Extbase\\ServiceProvider",
				"protected": true,
				"partOfFactoryDefault": true,
				"partOfMinimalUsableSystem": true
			},
			"extension-key": "extbase"
		}
	},
	"autoload": {
		"psr-4": {
			"TYPO3\\CMS\\Extbase\\": "Classes/"
		}
	}
}
