|
<?php
|
|
return [
|
|
'packages' => [
|
|
'core' => [
|
|
'packagePath' => 'typo3/sysext/core/',
|
|
],
|
|
'beuser' => [
|
|
'packagePath' => 'typo3/sysext/beuser/',
|
|
],
|
|
'extbase' => [
|
|
'packagePath' => 'typo3/sysext/extbase/',
|
|
],
|
|
'fluid' => [
|
|
'packagePath' => 'typo3/sysext/fluid/',
|
|
],
|
|
'filelist' => [
|
|
'packagePath' => 'typo3/sysext/filelist/',
|
|
],
|
|
'extensionmanager' => [
|
|
'packagePath' => 'typo3/sysext/extensionmanager/',
|
|
],
|
|
'setup' => [
|
|
'packagePath' => 'typo3/sysext/setup/',
|
|
],
|
|
'backend' => [
|
|
'packagePath' => 'typo3/sysext/backend/',
|
|
],
|
|
'belog' => [
|
|
'packagePath' => 'typo3/sysext/belog/',
|
|
],
|
|
'install' => [
|
|
'packagePath' => 'typo3/sysext/install/',
|
|
],
|
|
'impexp' => [
|
|
'packagePath' => 'typo3/sysext/impexp/',
|
|
],
|
|
'frontend' => [
|
|
'packagePath' => 'typo3/sysext/frontend/',
|
|
],
|
|
'redirects' => [
|
|
'packagePath' => 'typo3/sysext/redirects/',
|
|
],
|
|
'reports' => [
|
|
'packagePath' => 'typo3/sysext/reports/',
|
|
],
|
|
'sys_note' => [
|
|
'packagePath' => 'typo3/sysext/sys_note/',
|
|
],
|
|
'scheduler' => [
|
|
'packagePath' => 'typo3/sysext/scheduler/',
|
|
],
|
|
'tstemplate' => [
|
|
'packagePath' => 'typo3/sysext/tstemplate/',
|
|
],
|
|
'lowlevel' => [
|
|
'packagePath' => 'typo3/sysext/lowlevel/',
|
|
],
|
|
'dashboard' => [
|
|
'packagePath' => 'typo3/sysext/dashboard/',
|
|
],
|
|
'workspaces' => [
|
|
'packagePath' => 'typo3/sysext/workspaces/',
|
|
],
|
|
'info' => [
|
|
'packagePath' => 'typo3/sysext/info/',
|
|
],
|
|
'fluid_styled_content' => [
|
|
'packagePath' => 'typo3/sysext/fluid_styled_content/',
|
|
],
|
|
'indexed_search' => [
|
|
'packagePath' => 'typo3/sysext/indexed_search/',
|
|
],
|
|
'adminpanel' => [
|
|
'packagePath' => 'typo3/sysext/adminpanel/',
|
|
],
|
|
'form' => [
|
|
'packagePath' => 'typo3/sysext/form/',
|
|
],
|
|
'felogin' => [
|
|
'packagePath' => 'typo3/sysext/felogin/',
|
|
],
|
|
'seo' => [
|
|
'packagePath' => 'typo3/sysext/seo/',
|
|
],
|
|
'recycler' => [
|
|
'packagePath' => 'typo3/sysext/recycler/',
|
|
],
|
|
'viewpage' => [
|
|
'packagePath' => 'typo3/sysext/viewpage/',
|
|
],
|
|
'styleguide' => [
|
|
'packagePath' => 'typo3conf/ext/styleguide/',
|
|
],
|
|
],
|
|
'version' => 5,
|
|
];
|