Fixed composer dependency on TYPO3
The correct dependency is typo3/cms-core not typo3/cms
This commit is contained in:
parent
3699cdb56f
commit
8cf62b3e2b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue