From 691229fb2a6a8b715e2660121a14b21b0583e559 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 27 Nov 2019 15:15:59 +0100 Subject: [PATCH] [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` --- composer.json | 1 - ext_emconf.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index adef18a..4dffda4 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,6 @@ "unit testing", "best practices" ], - "homepage": "https://github.com/oliverklee/tdd-reader", "license": "GPL-2.0-or-later", "authors": [ { diff --git a/ext_emconf.php b/ext_emconf.php index c023f26..68d4669 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -15,7 +15,7 @@ $EM_CONF[$_EXTKEY] = [ 'createDirs' => '', 'author' => 'Oliver Klee', 'author_email' => 'typo3-coding@oliverklee.de', - 'author_company' => 'oliverklee.de', + 'author_company' => 'TYPO3 Trainer Network', 'autoload' => [ 'psr-4' => [ 'OliverKlee\\Tea\\' => 'Classes/',