feat: change to other sitepakage
This commit is contained in:
23
packages/base/composer.json
Normal file
23
packages/base/composer.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "cloonar-typo3/base",
|
||||
"type": "typo3-cms-extension",
|
||||
"description": "Base Design",
|
||||
"homepage": "https://cloonar.com",
|
||||
"license": ["GPL-2.0-or-later"],
|
||||
"keywords": ["TYPO3 CMS"],
|
||||
"require": {
|
||||
"typo3/cms-core": "^13.4",
|
||||
"typo3/cms-rte-ckeditor": "^13.4",
|
||||
"typo3/cms-fluid-styled-content": "^13.4"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Cloonar\\Base\\": "Classes/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"typo3/cms": {
|
||||
"extension-key": "base"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user