Update composer.json
... | ... | @@ -4,7 +4,7 @@ |
"description": "Language File Editor", | ||
"homepage": "https://www.sgalinski.de", | ||
"license": ["GPL-2.0+"], | ||
"version": "3.3.1", | ||
"version": "3.3.3", | ||
"support": { | ||
"issues": "https://forge.typo3.org/projects/extension-lfeditor" | ||
}, | ||
... | ... | @@ -12,7 +12,7 @@ |
"typo3/cms-core": "*" | ||
}, | ||
"replace": { | ||
"lfeditor": "*" | ||
"lfeditor": "self.version" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
Please register or sign in to comment