[TASK] Raise the maximum version of TYPO3 8 to 8.7.99
... | @@ -4,13 +4,13 @@ | ... | @@ -4,13 +4,13 @@ |
"description": "Language File Editor", | "description": "Language File Editor", | ||
"homepage": "https://www.sgalinski.de", | "homepage": "https://www.sgalinski.de", | ||
"license": ["GPL-2.0+"], | "license": ["GPL-2.0+"], | ||
"version": "4.0.4", | "version": "4.0.5", | ||
"support": { | "support": { | ||
"issues": "https://forge.typo3.org/projects/extension-lfeditor", | "issues": "https://forge.typo3.org/projects/extension-lfeditor", | ||
"source": "https://gitlab.sgalinski.de/typo3/lfeditor/" | "source": "https://gitlab.sgalinski.de/typo3/lfeditor/" | ||
}, | }, | ||
"require": { | "require": { | ||
"typo3/cms-core": ">=7.6.12,<8.6.99" | "typo3/cms-core": ">=7.6.12,<8.7.99" | ||
}, | }, | ||
"replace": { | "replace": { | ||
"lfeditor": "self.version", | "lfeditor": "self.version", | ||
... | ... |
Please register or sign in to comment