Compare commits

...

1 Commits
1.3.1 ... main

Author SHA1 Message Date
Marcel Kapfer f0c09cfb85
Added extension key for TYPO3
This will be mandatory in the future
2021-04-12 20:03:58 +02:00
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"
}
}
}