27 lines
451 B
JSON
27 lines
451 B
JSON
{
|
|
"name": "typo3/cms-compatibility6",
|
|
"type": "typo3-cms-extension",
|
|
"description": "TYPO3 Core",
|
|
"homepage": "https://typo3.org",
|
|
"license": ["GPL-2.0+"],
|
|
|
|
"require": {
|
|
"typo3/cms-core": "*"
|
|
},
|
|
"replace": {
|
|
"compatibility6": "*"
|
|
},
|
|
"extra": {
|
|
"typo3/class-alias-loader": {
|
|
"class-alias-maps": [
|
|
"Migrations/Code/ClassAliasMap.php"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TYPO3\\CMS\\Compatibility6\\": "Classes/"
|
|
}
|
|
}
|
|
}
|