{
	"name": "typo3/cms-core",
	"type": "typo3-cms-framework",
	"description": "The core library of TYPO3.",
	"homepage": "https://typo3.org",
	"license": ["GPL-2.0-or-later"],
	"authors": [{
		"name": "TYPO3 Core Team",
		"email": "typo3cms@typo3.org",
		"role": "Developer"
	}],
	"config": {
		"sort-packages": true
	},
	"require": {
		"php": "^7.0 <7.4",
		"ext-json": "*",
		"ext-pcre": "*",
		"ext-session": "*",
		"ext-xml": "*",
		"cogpowered/finediff": "~0.3.1",
		"doctrine/dbal": "~2.5.4",
		"doctrine/instantiator": "~1.0.4",
		"doctrine/lexer": "^1.0",
		"guzzlehttp/guzzle": "^6.3.0",
		"helhum/typo3-composer-setup": "^0.5",
		"algo26-matthias/idna-convert": "^1.1.0",
		"psr/http-message": "~1.0",
		"psr/log": "~1.0.0",
		"swiftmailer/swiftmailer": "~5.4.5",
		"symfony/console": "^2.7 || ^3.0 || ^4.0",
		"symfony/finder": "^2.7 || ^3.0 || ^4.0",
		"symfony/polyfill-mbstring": "^1.2",
		"symfony/yaml": "^2.7 || ^3.0 || ^4.0",
		"typo3/class-alias-loader": "^1.0",
		"typo3/cms-cli": "^1.0.2",
		"typo3/cms-composer-installers": "^1.2.8",
		"typo3/phar-stream-wrapper": "^3.1.2",
		"typo3fluid/fluid": "^2.5.5"
	},
	"suggest": {
		"ext-fileinfo": "Used for proper file type detection in the file abstraction layer",
		"ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images",
		"ext-mysqli": "",
		"ext-openssl": "",
		"ext-zip": "",
		"ext-zlib": "TYPO3 uses zlib for amongst others output compression and un/packing t3x extension files"
	},
	"conflict": {
		"symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7",
		"typo3/cms": "*"
	},
	"replace": {
		"core": "*"
	},
	"extra": {
		"typo3/cms": {
			"Package": {
				"protected": true,
				"partOfFactoryDefault": true,
				"partOfMinimalUsableSystem": true
			},
			"extension-key": "core"
		}
	},
	"autoload": {
		"psr-4": {
			"TYPO3\\CMS\\Core\\": "Classes/"
		},
		"classmap": ["Resources/PHP/"],
		"files": ["Resources/PHP/GlobalDebugFunctions.php"]
	},
	"autoload-dev": {
		"psr-4": {
			"TYPO3\\CMS\\Core\\Tests\\": "Tests/"
		}
	}
}
