Update composer.json
... | ... | @@ -21,8 +21,8 @@ |
} | ||
}, | ||
"require": { | ||
"php": ">=5.6 <7.2", | ||
"typo3/cms-core": "^7.6|^8.7", | ||
"php": ">=7.2", | ||
"typo3/cms-core": "^9.5", | ||
"arvenil/ninja-mutex": "^0.6.0" | ||
}, | ||
"require-dev": { | ||
... | ... | @@ -38,10 +38,6 @@ |
"email": "daniel@higidi.de" | ||
} | ||
], | ||
"replace": { | ||
"lock": "self.version", | ||
"typo3-ter/lock": "self.version" | ||
}, | ||
"support": { | ||
"source": "https://git.higidi.com/TYPO3/Extensions/lock/tree/master", | ||
"issues": "https://git.higidi.com/TYPO3/Extensions/lock/issues" | ||
... | ... |
Please register or sign in to comment