Added extension key for TYPO3

This will be mandatory in the future
This commit is contained in:
Marcel Kapfer 2021-04-12 20:03:58 +02:00
parent 9086c9d8f8
commit f0c09cfb85
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 5 additions and 0 deletions

View File

@ -29,5 +29,10 @@
"psr-4": {
"MMK2410\\FeIpLogin\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"extension-key": "feiplogin"
}
}
}