mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
[BUGFIX] Require typo3/cms-core, not typo3/cms
This commit is contained in:
parent
6a1d0e5497
commit
0473be52be
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "~7.0.0 || ~7.1.0",
|
||||
"typo3/cms": "^7.6.0"
|
||||
"typo3/cms-core": "^7.6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"namelesscoder/typo3-repository-client": "^1.2.0",
|
||||
|
|
Loading…
Reference in a new issue