[BUGFIX] correct supported TYPO3 versions
... | ... | @@ -4,13 +4,13 @@ |
"description": "Language File Editor", | ||
"homepage": "https://www.sgalinski.de", | ||
"license": ["GPL-2.0+"], | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"support": { | ||
"issues": "https://forge.typo3.org/projects/extension-lfeditor", | ||
"source": "https://gitlab.sgalinski.de/typo3/lfeditor/" | ||
}, | ||
"require": { | ||
"typo3/cms-core": ">=7.6.12,<8.6.0" | ||
"typo3/cms-core": ">=7.6.12,<8.4.0" | ||
}, | ||
"replace": { | ||
"lfeditor": "self.version", | ||
... | ... |
Please register or sign in to comment