GsTYPO3 Base Composer Metapackage requires some important and useful packages to setup a secure and standardized TYPO3 CMS instance.
The following packages are required by this metapackage:
- helhum/typo3-secure-web: ^0.2.9
- roave/security-advisories: dev-master
- typo3-console/composer-auto-commands: ^0.3.0
- typo3/minimal: * (any version)
This package needs some extras in the root composer.json:
"extra": {
"typo3/cms": {
"root-dir": "private",
"web-dir": "public"
}
}
For more information see Configuration.
GPL-3.0 or later