Fixed composer dependency on TYPO3

The correct dependency is typo3/cms-core not typo3/cms
This commit is contained in:
Marcel Kapfer 2021-04-12 19:58:48 +02:00
parent 3699cdb56f
commit 8cf62b3e2b
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
"type": "typo3-cms-extension",
"license": "GPL-3.0",
"require": {
"typo3/cms": "^8.7 || ^9.5 || ^10.4"
"typo3/cms-core": "^8.7 || ^9.5 || ^10.4"
},
"replace": {
"typo3-ter/feiplogin": "self.version"