mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 17:56:12 +02: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:
Oliver Klee 2019-11-27 15:15:59 +01:00 committed by GitHub
parent 260602f6b6
commit 691229fb2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,6 @@
"unit testing",
"best practices"
],
"homepage": "https://github.com/oliverklee/tdd-reader",
"license": "GPL-2.0-or-later",
"authors": [
{

View file

@ -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/',