mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:36:12 +01:00
[CLEANUP] Drop cms-package-dir from composer.json (#59)
This commit is contained in:
parent
69a0f60d32
commit
8eaf03a6a4
2 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
- Drop unneeded Travis CI configuration settings (#59)
|
||||||
- Drop ext_icon.svg (#56)
|
- Drop ext_icon.svg (#56)
|
||||||
- Stop building with the lowest Composer dependencies (#55)
|
- Stop building with the lowest Composer dependencies (#55)
|
||||||
- Drop support for TYPO3 < 9.5 (#50)
|
- Drop support for TYPO3 < 9.5 (#50)
|
||||||
|
|
|
@ -98,7 +98,6 @@
|
||||||
},
|
},
|
||||||
"typo3/cms": {
|
"typo3/cms": {
|
||||||
"extension-key": "tea",
|
"extension-key": "tea",
|
||||||
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
||||||
"web-dir": ".Build/public"
|
"web-dir": ".Build/public"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue