mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
[TASK] Add autoloading to ext_emconf.php
This commit is contained in:
parent
fa5740c3cc
commit
a848f40d2a
1 changed files with 10 additions and 0 deletions
|
@ -14,4 +14,14 @@ $EM_CONF[$_EXTKEY] = [
|
||||||
'typo3' => '7.6.0-8.7.99',
|
'typo3' => '7.6.0-8.7.99',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
'autoload' => [
|
||||||
|
'psr-4' => [
|
||||||
|
'OliverKlee\\Tea\\' => 'Classes/',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
'autoload-dev' => [
|
||||||
|
'psr-4' => [
|
||||||
|
'OliverKlee\\Tea\\Tests\\' => 'Tests/',
|
||||||
|
],
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue