diff --git a/composer.json b/composer.json index 2d15995..3051630 100644 --- a/composer.json +++ b/composer.json @@ -1,26 +1,29 @@ { "name": "oliverklee/tea", - "description": "TYPO3 example extension for unit testing and best practices.", + "description": "TYPO3 example extension for unit testing and best practices", "type": "typo3-cms-extension", "keywords": [ - "TYPO3", + "typo3", + "example", "extension", - "TDD", - "PHPUnit", + "tdd", + "phpunit", "unit testing", "best practices" ], - "homepage": "https://github.com/oliverklee/tea", - "license": "GPL-3.0", + "homepage": "https://github.com/oliverklee/tdd-reader", + "license": "GPL-3.0-or-later", "authors": [ { "name": "Oliver Klee", - "role": "Developer", - "homepage": "https://www.oliverklee.de" + "email": "typo3-coding@oliverklee.de", + "homepage": "https://www.oliverklee.de", + "role": "developer" } ], "support": { - "issues": "https://github.com/oliverklee/tea" + "issues": "https://github.com/oliverklee/tea/issues", + "source": "https://github.com/oliverklee/tea" }, "require": { "php": "~7.0.0 || ~7.1.0", diff --git a/ext_emconf.php b/ext_emconf.php index fe6abb9..7e9ad80 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -1,7 +1,7 @@ 'Tea example', - 'description' => 'TYPO3 example extension for unit testing and best practices.', + 'description' => 'Example extension for unit testing and best practices', 'category' => 'example', 'author' => 'Oliver Klee', 'author_email' => 'typo3-coding@oliverklee.de',