[TASK] Raise the maximum version of TYPO3 8 to 8.7.99
... | ... | @@ -4,13 +4,13 @@ |
"description": "Language File Editor", | ||
"homepage": "https://www.sgalinski.de", | ||
"license": ["GPL-2.0+"], | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"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.99" | ||
"typo3/cms-core": ">=7.6.12,<8.7.99" | ||
}, | ||
"replace": { | ||
"lfeditor": "self.version", | ||
... | ... |
Please register or sign in to comment