28 lines
658 B
JSON
28 lines
658 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|