[BUGFIX] fix version constraint syntax
... | ... | @@ -10,7 +10,7 @@ |
"source": "https://gitlab.sgalinski.de/typo3/lfeditor/" | ||
}, | ||
"require": { | ||
"typo3/cms-core": ">=7.6.12,<8.4.0" | ||
"typo3/cms-core": ">=7.6.12,<8.6.99" | ||
}, | ||
"replace": { | ||
"lfeditor": "self.version", | ||
... | ... |
Please register or sign in to comment