17 lines
238 B
JSON
17 lines
238 B
JSON
|
{
|
||
|
"name": "fh/example",
|
||
|
"description": "Example",
|
||
|
"type": "typo3-cms-extension",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Felix Heller",
|
||
|
"email": "felix.heller@web.de"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Fh\\Example\\": "Classes"
|
||
|
}
|
||
|
}
|
||
|
}
|