Files

77 lines
1.8 KiB
JSON

{
"name": "typo3/cms-backend",
"type": "typo3-cms-framework",
"description": "TYPO3 CMS Backend",
"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": {
"ext-intl": "*",
"ext-libxml": "*",
"psr/event-dispatcher": "^1.0",
"typo3/cms-core": "15.0.*@dev"
},
"suggest": {
"typo3/cms-install": "Displays a link to the Environment module in the System Information toolbar."
},
"conflict": {
"typo3/cms": "*"
},
"replace": {
"typo3/cms-about": "self.version",
"typo3/cms-context-help": "self.version",
"typo3/cms-cshmanual": "self.version",
"typo3/cms-func-wizards": "self.version",
"typo3/cms-recordlist": "self.version",
"typo3/cms-t3editor": "self.version",
"typo3/cms-wizard-crpages": "self.version",
"typo3/cms-setup": "self.version",
"typo3/cms-wizard-sortpages": "self.version"
},
"extra": {
"branch-alias": {
"dev-main": "15.0.x-dev"
},
"typo3/cms": {
"Package": {
"serviceProvider": "TYPO3\\CMS\\Backend\\ServiceProvider",
"protected": true,
"partOfFactoryDefault": true,
"partOfMinimalUsableSystem": true
},
"extension-key": "backend"
}
},
"autoload": {
"psr-4": {
"TYPO3\\CMS\\Backend\\": "Classes/"
}
}
}