mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:16:13 +02:00

[TASK] Clean up and complete the composer.json

This commit is contained in:
Oliver Klee 2018-01-10 19:54:29 +01:00
parent 153f701d3d
commit 617ef35c8f
2 changed files with 13 additions and 10 deletions

View file

@ -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",

View file

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