Initial commit - Typo3 11.5.41
This commit is contained in:
27
typo3conf/ext/lfeditor/composer.json
Normal file
27
typo3conf/ext/lfeditor/composer.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "sgalinski/lfeditor",
|
||||
"type": "typo3-cms-extension",
|
||||
"description": "Language File Editor",
|
||||
"homepage": "https://www.sgalinski.de",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"version": "7.1.10",
|
||||
"support": {
|
||||
"issues": "https://gitlab.sgalinski.de/typo3/lfeditor/issues",
|
||||
"source": "https://gitlab.sgalinski.de/typo3/lfeditor/"
|
||||
},
|
||||
"require": {
|
||||
"typo3/cms-core": "^10.4 || ^11.5"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"SGalinski\\Lfeditor\\": "Classes/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"typo3/cms": {
|
||||
"extension-key": "lfeditor"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user