24 lines
552 B
JSON
24 lines
552 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|