mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 22:36:12 +01:00
[BUGFIX] Complete the typo3/cms
section in the composer.json
(#304)
- make the app dir explicit - allow the root project to be used as an extension (this fixes the test in TYPO3 >= 11.4)
This commit is contained in:
parent
610c54d30f
commit
dc07603e21
1 changed files with 2 additions and 0 deletions
|
@ -64,7 +64,9 @@
|
||||||
"dev-main": "2.0.x-dev"
|
"dev-main": "2.0.x-dev"
|
||||||
},
|
},
|
||||||
"typo3/cms": {
|
"typo3/cms": {
|
||||||
|
"app-dir": ".Build",
|
||||||
"extension-key": "tea",
|
"extension-key": "tea",
|
||||||
|
"ignore-as-root": false,
|
||||||
"web-dir": ".Build/public"
|
"web-dir": ".Build/public"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue