helhum / minimal-typo3-distribution
Minimum viable TYPO3 Composer distribution
v8.1.0
2018-01-03 13:58 UTC
Requires
- helhum/site-example: @dev
- helhum/typo3-secure-web: ^0.2.7
- roave/security-advisories: dev-master
- typo3-console/composer-auto-setup: ^0.3.5
- typo3/cms-core: ^8.7.9
README
The idea of this distribution is to provide only a basic setup, but one that enables some features of TYPO3 and TYPO3 Console that enables a pleasant workflow.
I would recommend to build things on top of it, but not remove anything from it, unless TYPO3 or TYPO3 Console changes some defaults.
Installation
For a distribution that pre-sets TYPO3 7LTS
composer create-project helhum/minimal-typo3-distribution new-project ^7
For a distribution that pre-sets TYPO3 8LTS
composer create-project helhum/minimal-typo3-distribution new-project ^8