mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:16:13 +01:00
[TASK] Update the TTN references (#7)
- use "TYPO3 Trainer Network" as company in the `ext_emconf.php` - drop the project homepage link from the `composer.json`
This commit is contained in:
parent
260602f6b6
commit
691229fb2a
2 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,6 @@
|
||||||
"unit testing",
|
"unit testing",
|
||||||
"best practices"
|
"best practices"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/oliverklee/tdd-reader",
|
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -15,7 +15,7 @@ $EM_CONF[$_EXTKEY] = [
|
||||||
'createDirs' => '',
|
'createDirs' => '',
|
||||||
'author' => 'Oliver Klee',
|
'author' => 'Oliver Klee',
|
||||||
'author_email' => 'typo3-coding@oliverklee.de',
|
'author_email' => 'typo3-coding@oliverklee.de',
|
||||||
'author_company' => 'oliverklee.de',
|
'author_company' => 'TYPO3 Trainer Network',
|
||||||
'autoload' => [
|
'autoload' => [
|
||||||
'psr-4' => [
|
'psr-4' => [
|
||||||
'OliverKlee\\Tea\\' => 'Classes/',
|
'OliverKlee\\Tea\\' => 'Classes/',
|
||||||
|
|
Loading…
Reference in a new issue