mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
[TASK] Clean up and complete the composer.json
This commit is contained in:
parent
153f701d3d
commit
617ef35c8f
2 changed files with 13 additions and 10 deletions
|
@ -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",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
$EM_CONF[$_EXTKEY] = [
|
||||
'title' => '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',
|
||||
|
|
Loading…
Reference in a new issue