Initial commit
This commit is contained in:
26
typo3conf/ext/compatibility6/composer.json
Normal file
26
typo3conf/ext/compatibility6/composer.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user