47 lines
1002 B
JSON
47 lines
1002 B
JSON
{
|
|
"name": "evoweb/ew-base",
|
|
"type": "typo3-cms-extension",
|
|
"description": "Site base",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Evoweb\\EwBase\\": "Classes/"
|
|
}
|
|
},
|
|
"require": {
|
|
"typo3/cms-core": "*",
|
|
|
|
"typo3/cms-backend": "*",
|
|
"typo3/cms-extbase": "*",
|
|
"typo3/cms-extensionmanager": "*",
|
|
"typo3/cms-filelist": "*",
|
|
"typo3/cms-fluid": "*",
|
|
"typo3/cms-frontend": "*",
|
|
"typo3/cms-install": "*",
|
|
"typo3/cms-recordlist": "*",
|
|
|
|
"typo3/cms-adminpanel": "*",
|
|
"typo3/cms-belog": "*",
|
|
"typo3/cms-beuser": "*",
|
|
"typo3/cms-felogin": "*",
|
|
"typo3/cms-fluid-styled-content": "*",
|
|
"typo3/cms-form": "*",
|
|
"typo3/cms-info": "*",
|
|
"typo3/cms-lowlevel": "*",
|
|
"typo3/cms-recycler": "*",
|
|
"typo3/cms-reports": "*",
|
|
"typo3/cms-rte-ckeditor": "*",
|
|
"typo3/cms-seo": "*",
|
|
"typo3/cms-setup": "*",
|
|
"typo3/cms-t3editor": "*",
|
|
"typo3/cms-tstemplate": "*",
|
|
"typo3/cms-scheduler": "*",
|
|
|
|
"helhum/typo3-console": "*"
|
|
},
|
|
"extra": {
|
|
"typo3/cms": {
|
|
"extension-key": "ew_base"
|
|
}
|
|
}
|
|
}
|