Files
lena-schilling-website/packages/base/composer.json
Dominik Polakovics 2bac342a5e
All checks were successful
Build / build (push) Successful in 2m27s
Build / deploy-stage (push) Successful in 2m33s
Build / switch-stage (push) Successful in 1m58s
feat: change to other sitepakage
2024-12-12 12:31:41 +01:00

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"
}
}
}