Skip to content

Commit e54dbd4

Browse files
committed
[TASK] Add correct roles to composer.json file
as a kick off to define that Klaus allows/denies features while Alex checks the technical integration
1 parent c01b27d commit e54dbd4

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

composer.json

+12-6
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,22 @@
1212
"homepage": "https://github.com/in2code-de/publications",
1313
"authors": [
1414
{
15-
"name": "Alex Kellner",
16-
"email": "[email protected]"
15+
"name": "Klaus Fumy",
16+
"email": "[email protected]",
17+
"role": "Product owner",
18+
"homepage": "https://www.uni-ulm.de"
1719
},
1820
{
19-
"name": "Sebastian Stein",
20-
"email": "[email protected]"
21+
"name": "Alex Kellner",
22+
"email": "[email protected]",
23+
"role": "Technical owner",
24+
"homepage": "https://www.uni-ulm.de"
2125
},
2226
{
23-
"name": "Klaus Fumy",
24-
"email": "[email protected]"
27+
"name": "Sebastian Stein",
28+
"email": "[email protected]",
29+
"role": "Developer",
30+
"homepage": "https://www.uni-ulm.de"
2531
}
2632
],
2733
"type": "typo3-cms-extension",

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# publications is an TYPO3 extension to list academic publications
22

3-
Inspired by the - meanwhile outdated - TYPO3 bib extension
3+
Inspired by the TYPO3 **bib** extension
44

55

66

0 commit comments

Comments
 (0)