mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
[TASK] Add Daniel and Łukasz as co-maintainers (#960)
Also change Oliver Klee from "developer" to "maintainer" (which better describes the role). Also change the author company to the Best Practices Team, as this is the team that currently is maintaing the extension, and the TYPO3 Trainer Network has been disbanded.
This commit is contained in:
parent
723c5da950
commit
09bc229066
2 changed files with 16 additions and 4 deletions
|
@ -17,7 +17,19 @@
|
||||||
"name": "Oliver Klee",
|
"name": "Oliver Klee",
|
||||||
"email": "typo3-coding@oliverklee.de",
|
"email": "typo3-coding@oliverklee.de",
|
||||||
"homepage": "https://www.oliverklee.de",
|
"homepage": "https://www.oliverklee.de",
|
||||||
"role": "developer"
|
"role": "maintainer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Daniel Siepmann",
|
||||||
|
"email": "coding@daniel-siepmann.de",
|
||||||
|
"homepage": "https://daniel-siepmann.de/",
|
||||||
|
"role": "maintainer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Łukasz Uznański",
|
||||||
|
"email": "lukaszuznanski94@gmail.com",
|
||||||
|
"homepage": "https://uznanski.pl/",
|
||||||
|
"role": "maintainer"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"homepage": "https://extensions.typo3.org/extension/tea/",
|
"homepage": "https://extensions.typo3.org/extension/tea/",
|
||||||
|
|
|
@ -17,9 +17,9 @@ $EM_CONF[$_EXTKEY] = [
|
||||||
'state' => 'stable',
|
'state' => 'stable',
|
||||||
'uploadfolder' => false,
|
'uploadfolder' => false,
|
||||||
'createDirs' => '',
|
'createDirs' => '',
|
||||||
'author' => 'Oliver Klee',
|
'author' => 'Oliver Klee, Daniel Siepmann, Łukasz Uznański',
|
||||||
'author_email' => 'typo3-coding@oliverklee.de',
|
'author_email' => 'typo3-coding@oliverklee.de, coding@daniel-siepmann.de, lukaszuznanski94@gmail.com',
|
||||||
'author_company' => 'TYPO3 Trainer Network',
|
'author_company' => 'TYPO3 Best Practices Team',
|
||||||
'autoload' => [
|
'autoload' => [
|
||||||
'psr-4' => [
|
'psr-4' => [
|
||||||
'TTN\\Tea\\' => 'Classes/',
|
'TTN\\Tea\\' => 'Classes/',
|
||||||
|
|
Loading…
Reference in a new issue