mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-09 23:56:14 +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:
Oliver Klee 2021-09-11 13:56:03 +02:00 committed by GitHub
parent 610c54d30f
commit dc07603e21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,9 @@
"dev-main": "2.0.x-dev"
},
"typo3/cms": {
"app-dir": ".Build",
"extension-key": "tea",
"ignore-as-root": false,
"web-dir": ".Build/public"
}
},